Contains Fragment URL
What This Means
Pages with a rel=”canonical” that includes a fragment URL in the href attribute. Google generally doesn’t support fragment URLs. These annotations are ignored and not used for canonicalisation by Google.
What Triggers This Issue
This issue is triggered when URLs include rel=”canonical” annotations with an href that contains a URL with a fragment in it. For example:
https://www.getasky.com/ Has the canonical:
<link rel="canonical" href="https://www.getasky.com/#example"> The fragment ‘#example’ should not be present in the canonical href.How To Fix
Remove fragment URLs from canonical annotations and ensure they are to accurate indexable pages to avoid them being ignored by search engines, and any potential indexing or ranking unpredictability.
Last updated on