Mobile app version of vmapp.org
Login or Join
Cugini213

: Do inline markup options have influence on SEO? <div class="super-accordion" data-super-accordion="{collapse:false,duration:200}"> .... </div> ... <ul class="cool-tab" data-cool-tab="{connect:'#some-id',

@Cugini213

Posted in: #Html #Seo

<div class="super-accordion" data-super-accordion="{collapse:false,duration:200}">
....
</div>
...
<ul class="cool-tab" data-cool-tab="{connect:'#some-id', animation:'slide-top',duration:250}">
<li><a href="">...</a></li>
</ul>


Those examples are common with some open-source JS libs.

Does those inline options impact search engines? compared to those options compiled in js/css files?

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Cugini213

1 Comments

Sorted by latest first Latest Oldest Best

 

@Vandalay111

Not at all, What counts for a search engine is textual content, it will filter out everything else.

Here is an article on how js is handled by search engine giant Google :
searchengineland.com/tested-googlebot-crawls-javascript-heres-learned-220157

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme