-
I have a page template that dynamically generates content pages from another source. Each source document has its own unique URL. For example, my base page is:
example.com/delta/
Using URL rewrites, this base URL doesn’t actually exist, but users can access specific pages such as:
example.com/delta/topic1
example.com/delta/topic2
example.com/delta/topic3The page template at example.com/delta/ is used to populate these individual pages.
However, the canonical tag from the base template is also being copied to the generated pages. How can I remove the canonical tag from these dynamically populated pages?
The ticket ‘Remove the canonical tag from a page’ is closed to new replies.