blooparksystems / website

Odoo Website builder related addons
GNU Affero General Public License v3.0
10 stars 33 forks source link

improve SEO Handling for tags #17

Closed fczaja closed 9 years ago

fczaja commented 9 years ago

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">