blooparksystems/website

improve SEO Handling for tags

Closed this issue · 0 comments

Description

All tags should have their own meta robots value.

 <meta name="robots" content="...“> 

The reason is that we want to increase the number of high-quality pages and reduce bad content.

current behavior

Currently all Tags in English and German are indexed in Google, so we have a lot of unnecessary pages in the Google search. Example, we have many tags with only one post in our website, these tag pages must not be indexed.

expected behavior

It should be possible that every tag can have an individual meta robots value. The values are:

<meta name="robots" content="noindex, follow“>
<meta name="robots" content="index, follow“>
<meta name="robots" content="noindex, nofollow">