[wp-meta] [Making WordPress.org] #1095: Add noodp meta robots tag
Making WordPress.org
noreply at wordpress.org
Sun Jun 28 12:53:27 UTC 2015
#1095: Add noodp meta robots tag
------------------------+---------------------
Reporter: joostdevalk | Owner:
Type: enhancement | Status: new
Priority: normal | Component: General
Keywords: |
------------------------+---------------------
We should add the following to basically every page on WordPress.org and
maybe other sites too:
{{{
<meta name="robots" content="noodp">
}}}
This will prevent Google from using the description in the Open Directory
project for the page and instead grab the description of the current page.
The only "problem" is that when we have more robots things we need to add,
like for instance a `noindex` tag because of #1010, those should be merged
as follows:
{{{
<meta name="robots" content="noindex,noodp">
}}}
This ticket was created after seeing [[ticket:870#comment:5|this
comment]], as it's a separate issue from the one discussed in that thread.
--
Ticket URL: <https://meta.trac.wordpress.org/ticket/1095>
Making WordPress.org <https://meta.trac.wordpress.org/>
Making WordPress.org
More information about the wp-meta
mailing list