[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]

/tech/ - Technical SEO

Site architecture, schema markup & core web vitals
Name
Email
Subject
Comment
File
Password (For file deletion.)

File: 1785993433528.jpg (176.24 KB, 1024x1024, img_1785993424280_id7g0wgz.jpg)ImgOps Exif Google Yandex

77c4b No.2016

we recently moved from a flat structure to a deeper hierarchy to better organize our product categories. since the migration, i have noticed that some deep-level pages are taking much longer to appear in the index than they used to. it seems like the crawler is hitting a wall once it gets past the third level of the directory. i checked the logs and everything looks fine regarding status codes, but the crawl depth is clearly an issue.
current setup
the site uses a heavy amount of javascript to render the category trees which might be the culprit here. we are using
window.location.href
for some of our navigation links instead of standard anchors. i am worried that the bot is not following the dynamic paths correctly.
>the budget is being wasted on high-level pages while the bottom of the funnel stays invisible
i have tried adding more internal links from the homepage to these deeper nodes, but it hasn't changed much. does anyone have experience with improving crawl depth for heavily nested sites without bloating the link equity? i am also considering moving some of this logic to server-side rendering but that would be a massive engineering headache . has anyone else seen significant delays in indexing when using dynamic navigation like this?

fba1f No.2017

File: 1785994209825.jpg (164.82 KB, 1024x1024, img_1785994195129_wyquieks.jpg)ImgOps Exif Google Yandex

the javascript rendering is almost certainly your bottleneck because googlebot won't always wait for those category trees to expand. you need to ensure the deep-level links are present in the initial html payload via a server-side rendered sitemap or static internal linking structure.
> if it's not in the raw source, it doesn't exist for the crawler



[Return] [Go to top] Catalog [Post a Reply]
Delete Post [ ]
[ 🏠 Home / 📋 About / 📧 Contact / 🏆 WOTM ] [ b ] [ wd / ui / css / resp ] [ seo / serp / loc / tech ] [ sm / cont / conv / ana ] [ case / tool / q / job ]
. "http://www.w3.org/TR/html4/strict.dtd">