M
M
Maxim Ivanov2021-03-07 16:17:34
Search Engine Optimization
Maxim Ivanov, 2021-03-07 16:17:34

Why Google "does not see" the markup?

This checker does not find content on the selected page that can be shown in rich search results


Generated json code on the site
hallanalysis

Maybe I'm doing everything clumsily...
Code:
<script type='application/ld+json'> 
  {
    "@context": "http://www.schema.org",
    "@type": "Рекламное агенство",
    "name": "mediabazar",
    "url": "http://mediabazartest.byethost7.com/index.html",
    "logo": "http://mediabazartest.byethost7.com/img/header/logo.svg",
    "description": "Проведение рекламных кампаний и размещение рекламы на ТВ",
    "address": {
      "@type": "PostalAddress",
      "streetAddress": "ул. Донбасская, 9 «А»",
      "addressLocality": "Воронеж"
    },
    "openingHours": "Mo, Tu, We, Th, Fr 09:00-18:00",
    "contactPoint": {
      "@type": "ContactPoint",
      "telephone": "+7 473 2 205 206",
      "contactType": "многоканальный"
    }
  }
 	</script>

Answer the question

In order to leave comments, you need to log in

2 answer(s)
O
Oleg, 2021-03-07
@lolzqq

Here is the standard layout:

<script type="application/ld+json">
{
  "@context": "http://schema.org/",
  "@type": "LocalBusiness",
  "name": "",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "",
    "addressLocality": "",
    "addressRegion": "",
    "postalCode": ""
  },
  "telephone": ""
}
</script>

"@type": "Organization"- "Organisation" / "LocalBusiness" should be, not "Advertising agency"
PS in the word agency, the letter T was missed.

P
Puma Thailand, 2021-03-07
@opium

You have some kind of shit in your type, why don't you look at examples

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question