Remove canonical url
-
We have a website featuring dynamic content sourced from a real estate platform, resulting in pages with URLs like https://movidek.com/dpcv/property/?ref=R4161460 (this is development page for tests) With around 8000 properties, each of these pages was set with the same canonical URL, likely by default, as https://movidek.com/dpcv/property/. However, this URL leads to a single property template page, which contains only the header and footer.
This setup essentially tells search engine crawlers that the canonical URL for all 8000 properties is an empty page. Consequently, tools like Screaming Frog categorize these properties as “non-indexable” due to the incorrect canonical URL.
To rectify this, we need to remove the <link rel=”canonical” href=”https://movidek.com/dpcv/property/” /> tag from single properties pages. While I’ve come across @maybellyne’s post suggesting leaving the canonical URL unchanged, I’m inclined to believe that this approach is detrimental. Our Search Console data supports this, as none of the 8000 properties are indexed.
All recomendations are welcome!The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.