A
A
Alexander Mylchenko2015-02-05 13:33:09
Search Engine Optimization
Alexander Mylchenko, 2015-02-05 13:33:09

Why is the navigation menu not showing up in google search results?

Good afternoon, I've been
trying for a week to display the navigation menu in the google search results.
I'm trying to achieve Result:
4acf568db0a34951adca4e154e3d8ee9.jpg
I use this code:

<body>
  <div itemscope itemtype="http://schema.org/WebPage">
    <img itemprop="primaryImageOfPage" src="${image_url}" />
    <h1 itemprop="name">${title_text}</h1>
    <p itemprop="description">${description_text}</p>
    
    <div>
      <!-- разметка меню -->
      <ul itemscope="itemscope" itemtype="http://schema.org/SiteNavigationElement">
        <li itemprop="name"><a itemprop="url" href="/schedule.php">Расписание Занятий</a></li>
        <li itemprop="name"><a itemprop="url" href="/blog.php">Блог</a></li>
        <li itemprop="name"><a itemprop="url" href="/photos.php">Фотоальбом</a></li>
      </ul>
    </div>
  </div>
</body>

Please correct me if I'm doing something wrong!?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
Ilya Koshkarov, 2015-02-05
@ferestgo

In general, everything is correct. How long did you wait after the update?
I advise you to read information about this from Google, here.

G
Gluck Virtualen, 2015-02-05
@gluck59

...and check it out here :)
Search engines update their databases at rather impressive intervals. It may take a week or a month until your updates are reflected in the issuance.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question