JavaScript Navigation Can Hide Pages From AI Crawlers, 41-Day Test Finds A 41-day experiment reported by Search Engine Land found that JavaScript-powered navigation can hide website pages from AI crawlers. GPTBot and ClaudeBot discovered zero pages available only through JavaScript-injected links, while standard HTML navigation was crawled reliably. Converting JavaScript links to HTML led to rapid rediscovery by several crawlers, though Googlebot's recovery was slow. JavaScript-powered navigation can make sections of a website difficult, or impossible, for AI crawlers to find. A controlled 41-day experiment reported by Search Engine Land found that GPTBot and ClaudeBot discovered no hierarchy pages available only through JavaScript-injected links, while standard HTML navigation was crawled far more reliably. The finding matters because internal links are not just a user interface choice. They are a primary discovery path for search engines and AI systems. If a crawler cannot see a link in the page's initial HTML, it may never reach the destination page, regardless of the quality of that page's content. In Search Engine Land's report on the JavaScript navigation experiment https://searchengineland.com/javascript-links-pages-invisible-ai-search-485228 , Vinicius Stanula describes a test site with roughly 2,400 pages across 21 top-level sections. The experiment isolated navigation as the variable: sitemaps, breadcrumbs, and other page-discovery routes were disabled. To reach pages in the JavaScript group, a bot had to render the parent page and process its JavaScript. The test divided 1,062 hierarchy pages into two groups. Eleven sections used ordinary HTML links, while 10 sections used JavaScript-injected links. The HTML group contained 748 pages, and the JavaScript group contained 293 pages. The first phase produced a clear pattern. GPTBot and ClaudeBot crawled all 748 pages in the HTML-linked group but found zero pages in the JavaScript-only hierarchy. Other crawlers varied in how far they progressed, but static HTML links consistently provided the more dependable discovery route. | Crawler | HTML-linked group, 748 pages | JavaScript-linked group, 293 pages | |---|---|---| | Googlebot | 35 pages, 5% | 7 pages, 2% | | GoogleOther | 495 pages, 66% | 142 pages, 48% | | GPTBot | 748 pages | 0 pages | | ClaudeBot | 748 pages | 0 pages | | Bingbot | 282 pages | 3 pages | | Meta External Agent | 537 pages | 0 pages | | Amazonbot | 735 pages | 0 pages | Googlebot was the only crawler in the experiment that rendered JavaScript and moved deeper into the JavaScript hierarchy. Even so, its Phase 1 coverage was limited to seven of the 348 pages tracked in the JavaScript group. Bingbot reached only three of 293 JavaScript hierarchy pages. OAI-SearchBot, ChatGPT-User, and PerplexityBot also did not progress through the JavaScript-only hierarchy in the reported results. The GoogleOther crawler label showed substantially broader reach, finding 66% of the HTML group and 48% of the JavaScript group. However, crawling a URL is not the same as indexing it or using it in a search result. The experiment measures discovery and crawl reach, not rankings, traffic, or final index inclusion. For Phase 2, the JavaScript links were converted to standard HTML links. Several crawlers responded rapidly. GPTBot reswept the converted sections in about 48 hours and found approximately 250 new pages. Bingbot discovered roughly 212 new pages, while Meta External Agent added about 41. Googlebot's recovery was much slower. By day 41 after the conversion, it had rediscovered only one page in the converted sections. That contrast is a useful reminder that fixing discoverability does not guarantee immediate recrawling by every system. Still, the fast response from several bots shows that link presentation can directly affect whether AI-oriented crawlers can map a site's content at all. JavaScript-powered navigation https://scalevise.com/resources/javascript-links-ai-crawlers-41-day-test/ is not inherently incompatible with SEO. It can support interactive menus, client-side applications, and richer interfaces. The risk arises when a site relies on JavaScript as the only way to expose important internal paths. A navigation menu that looks functional in a browser may not provide usable links to every crawler. For important category pages, service pages, product collections, documentation hubs, and other hierarchy pages, website owners should prioritize a crawlable baseline: