Mobile app version of vmapp.org
Login or Join
Karen161

: Do search engines look at the contents of custom HTML elements? Given the following HTML: <my-custom-tag> <a href="some-page.html">Some page</a> <a href="other.html">Other</a>

@Karen161

Posted in: #Html5 #Seo

Given the following HTML:

<my-custom-tag>
<a href="some-page.html">Some page</a>
<a href="other.html">Other</a>
</my-custom-tag>


How do search engines typically parse tags like this? Is it typical practice to walk into custom tags like this one and parse the recognized one's like anchor's, or will it completely skip over the custom element and not find the anchor's?

Web components are already being used and it would be nice to have some clarification on how to properly utilize them without sacrificing SEO optimizations.

10% popularity Vote Up Vote Down


Login to follow query

More posts by @Karen161

0 Comments

Sorted by latest first Latest Oldest Best

Back to top | Use Dark Theme