DEV Community

Discussion on: Create Reusable Web Components in HTML

Collapse
 
maciejcieslik profile image
Maciej Cieslik

Ok - Google reads and executes js, but Bing and other crawlers mostly not, so as i really want this to be prod solution i think it is just a cool experiment or usable only if website or app will have traffic ONLY from google (and this is far from reality).

Thread Thread
 
bennypowers profile image
Benny Powers 🇮🇱🇨🇦 • Edited

Bing executes JS. Bing crawls shadow DOM content, just like Google does.

Thread Thread
 
maciejcieslik profile image
Maciej Cieslik

Executing js is not the same as reading content corectly - i don't remember where, but i saw tests and bing readed component, but without semantic - if i'm incorrect about this, someone please correct me.

Would be nice if you show here tests with all the biggest search engines showing, this method is not impacting seo at all.

Thanks in advance.