|
In Google’s new Search Console there is the “Index Coverage” report. To do this, you have to click on the “excluded” in the diagram: index coverage excluded urls Then you will also see some types below where Google itself tells you that they have classified a page as a duplicate of another URL: index coverage duplicate reports Clicking on the affected URL opens a menu where you can jump directly to the URL checking tool. There you can even see which URL is the duplicate. url check tool google But you can also find duplicate content using other on-page tools such as Ryte. It makes sense to find it under “Content” > “Duplicate Content”: duplicate content in ryte Of course, see usnotall pages look so clean and green.
Ryte distinguishes between duplicates – i.e. completely duplicate pages – and similar Special Data pages or “near duplicate content”. The latter are often even more dangerous because they are usually unwanted and are not simply sorted out as duplicates by Google. Both are very practical reports for finding duplicate content. How can you avoid duplicate content? There are various solutions to avoid duplicate content. The most basic: Don't let DC come into being in the first place. It starts with clean crawling controls . This means that you should n't link to duplicate content so that search engines don't have to deal with it. If the duplicate page is already there, then ideally you should redirect it directly to the desired original URL via a 301 redirect .

Then your site stays nice and slim and healthy. Now there is also duplicate content that is useful for your visitors. For example, URLs with sorting, affiliate URLs or product variants. You can keep these pages, but they must point to the original URL via a canonical link . This is what it looks like: <link rel="canonical" href="https://www.seocracy.de/duplicate-content-bei-google-vermeiden/" /> This link in the <head> of your page, which is not visible to users, tells search engines which page should appear in the search results. Search engines then understand the duplicate URL and the original URL as one piece of content and can handle it. canonical link example If you want to know exactly how Canonicals work, read Luisa's detailed article on Canonicals .
|
|