Google’s web.dev SEO issue with accept button
-
Hello!
Test any site that has your plugin installed with this Google tool – https://web.dev/ – and you will get this error:
Crawling and IndexingTo appear in search results, crawlers need access to your app. Links are not crawlable Search engines may use <code>href</code> attributes on links to crawl websites. Ensure that the <code>href</code> attribute of anchor elements links to an appropriate destination, so more pages of the site can be discovered. Learn More Uncrawlable Link Yes, I agree <a href="javascript:void(0);" id="cn-close-notice" data-cookie-set="accept" class="cn-close-icon" aria-label="Yes, I agree">
This can be solved like this – https://developers.google.com/search/docs/advanced/guidelines/links-crawlable?visit_id=637672139359125300-1138989709&rd=1
So hope you can solve this through your code in a future version, since the fix is probably very easy to implement.
Thanks ??
- The topic ‘Google’s web.dev SEO issue with accept button’ is closed to new replies.