Answer the question
In order to leave comments, you need to log in
Will robots read dynamically created attribute in meta?
The question is simple. I have a component:
ul.crumbs__list(itemscope itemtype="http://schema.org/BreadcrumbList")
li.crumbs__item(itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem")
a(href='/', itemprop="item")
span(itemprop="name")|Главная
meta(itemprop="position")
moduleItems.each ->
item = $(this)
itemIndex = item.index() + 1
metaData = item.find('meta')
metaData.attr('content', itemIndex)
Answer the question
In order to leave comments, you need to log in
Here are some tests, from searchengineland and from Teletext.io , at least for Google, dynamic content is not a problem.
Search engines are a black box, they may or may not read, do it in PHP and don't do anything stupid
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question