#24215 closed feature request (invalid)
allow admin to set meta nofollow/noindex options per page/post/category/archive/post-type
Reported by: | offordscott | Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | General | Keywords: | |
Focuses: | Cc: |
Description
allow admin to set meta nofollow/noindex options per page/post/category/archive/post-type
(without needing a plugin to do this)
Change History (9)
#3
@
12 years ago
Marko,
What do you mean by "...it has
dependencies to taxonomie meta data"?
Also, "somewhere an ability to set it for archives." ... Where is that option?
#4
@
12 years ago
- Keywords close removed
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Taxonomy doesn't have a meta table (yet). So no ability to save this data. For archives there is no representation in wp-admin. So options are missing.
closing it since I don't see why this should be in core. To me this is a rare case and there are plugins doing this.
#6
follow-up:
↓ 9
@
12 years ago
What percent of Wordpress sites have some sort of SEO plugin installed? Having some of these feature built in would make it easier to configure a new website and would require less plugins.
100% of the websites I build require additional configuring of noindex or nofollow tags, for example, on Thank You pages, or category archive pages (for avoiding duplicate content issues with search engine indexation).
Having the ability to noindex Tags or Categories without installing a plugin would really rock.
#7
@
12 years ago
How many sites with a SEO plugin really using that plugin? ;) Installing a plugin is easy to do but it doesn't make sense to have. WordPress has a 80% rule. When 80% of the user base would use it then the change exists that it will be included. Like on all my clients site I don't install any kind of SEO plugin. I do write some specific logic for the site (theme).
Also it doesn't make sense to have a special thank you page. That seems the mistake and noindex/nofollow is just a bandage on the issue. About archive pages I don't know but it sounds weird.
#8
@
12 years ago
I see where you're coming from. What is that code you write (logic) for your themes?
Wen you refer to it as a bandaid, what is the bigger issue you are referring to?
#9
in reply to:
↑ 6
@
12 years ago
Replying to offordscott:
100% of the websites I build require additional configuring of noindex or nofollow tags, for example, on Thank You pages, or category archive pages (for avoiding duplicate content issues with search engine indexation).
We have rel="canonical"
attribute (introduced in #10115) to address duplicate content issues:
http://support.google.com/webmasters/bin/answer.py?hl=en&answer=139394
Additional UI options to replace a SEO plugin would not meet the criteria for majority usage:
http://make.wordpress.org/core/handbook/our-philosophies/#clean-lean-and-mean
I really think this is a feature that shouldn't be in core. Also it has dependencies to taxonomie meta data and somewhere an ability to set it for archives.