Jump to content

4.4.9.2 issue - Navigation Roads in Pages


Adlago

Recommended Posts

Google search console:

- missimg item or item.name

<li  itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem">
				
					Ремонт на дект, радиотелефони, стационарни апарати
				
				<meta itemprop="position" content="4">
			</li>

-  missing field "id"

<a title="Начало" href='https://nophelet.com/' itemscope itemtype="http://schema.org/Thing" itemprop="item">
				<span itemprop="name"><i class='fa fa-home'></i> Начало <i class='fa fa-angle-right'></i></span>
			</a>

 

Link to comment
Share on other sites

5 minutes ago, Stuart Silvester said:

Invision Community doesn't use inline 'itemprop' or schema.org attributes. In 4.3 we switched to JSON+LD formatting for microdata.

You may have an outdated theme or plugin/customisation that is adding these attributes.

I agree with you, but this message came about an hour ago.
And those links that are mentioned, I have not changed since October until now. And there was no such mistake - but now it appears.
Ie add-on 4.4.9.2 returned this again ....

280056138_Screenshotat2020-01-04211147.thumb.png.864c8fe809149fe26847b7236b6dee4d.png

Link to comment
Share on other sites

PS. This is content your script json

<script type='application/ld+json'>{
    "@context": "http://schema.org",
    "@type": "BreadcrumbList",
    "itemListElement": [
        {
            "@type": "ListItem",
            "position": 1,
            "item": {
                "@id": "https://nophelet.com/services/",
                "name": "Сервизи"
            }
        },
        {
            "@type": "ListItem",
            "position": 2,
            "item": {
                "@id": "https://nophelet.com/services/tel-eq/",
                "name": "Сервиз телекомуникационно оборудване"
            }
        }
    ]
}</script>

If that's enough, why does Google find it wrong?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...