Good day to all! There was the following problem when scanning my site, the search robot creates a lot of left links. What could be the problem ??

Example

there is a page my-site.ru / blog / Naturally, on all pages of the site there is navigation The search engine comes to the page / blog / and tries to open all the links from the site navigation with the following address

my site.ru / blog / o-nas /

Although this link does not exist in principle.

There is a link my site. Ru / o-nas /

Tell me what could be the problem and how to fix it ??

  • one
    for example on the page мой-сайт.ру/blog/ link is listed as <a href="o-nas/"> - Grundy
  • Yes indeed, by the PHP code the link was output in this format, but then processed by the script, so it was hard to find the problem. Thank you - alexsis20102
  • @Grundy and get 404 with nested navigation - Naumov
  • @Naumov, did not understand the comment :) - Grundy

1 answer 1

Search robots index your site at the moment it is convenient for them. In particular, they can index it when there were erroneous links on your site. The search robot remembers these links and next time tries to return to them. This will be resolved after a while, when the search robot makes sure that the saved links are no longer available.