A
A
Alexander2019-12-01 13:07:10
HTML
Alexander, 2019-12-01 13:07:10

What to do with indexing the list of articles on the site?

Good afternoon. I create a website: List of articles (with pagination and tags), list of articles by tags, and the articles themselves.
The first thing I encountered was a bunch of canonical copies of pages in Google search, for which I was punished (the search robot indexed pages with a selection of article tags). I solved the problem by adding a (noindex) tag to all pages except for pages with articles. What now Yandex swears that the main page of the site is blocked by the noindex tag.
What is the right way to deal with this? I don’t want the list of articles to be indexed, because when the user clicks on the link to the list of articles, there will most likely be another article on this page, and at the same time I don’t want there to be errors.
And I also want to add Schema.org micro-markup ( https://ruschema.org/ItemList) on the list of articles so that the search engine displays the so-called carousel search-features03-HostCarousel.png?hl=en. But I'm afraid to experiment and get a whole lot of warnings from Google again :)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Kurtuchkin, 2019-12-01
@Ic2d

Add the canonical tag to copy pages. If the page is not a copy, but is also not needed in the search, add the noindex tag. Remove the noindex from important pages like the home page. It is not worth closing the pagination pages of the noindex. A good alternative to pagination is loading as you scroll on 1 page or by clicking on the "Show more" button. Follow Google guidelines for recipe tagging https://developers.google.com/search/docs/data-typ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question