Closed (fixed)
Project:
Nodewords: D6 Meta Tags
Version:
6.x-1.2
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Sep 2009 at 08:40 UTC
Updated:
14 Oct 2009 at 14:50 UTC
hello, in /admin/content/nodewords/global -> "Default values" -> "Robots" can not choose index and follow values, it shows only those:
NOINDEX
NOFOLLOW
NOARCHIVE
NOOPD
NOSNIPPET
Noyd
Comments
Comment #1
zolikonta commentedunchecked NOINDEX = INDEX
unchecked NOFOLLOW = FOLLOW
Comment #2
avpadernoWhen
NOINDEXis not used,INDEXis implicit.Comment #3
avpadernoI am marking this support request as fixed because it has already gotten an answer.
Comment #4
k74 commentedok, thanks!!! but in tag index,follow not appear in source code page as in previous versions ...
Comment #5
Zalatar commentedWhen viewing the source of the page it does not output the following:
Why not?
Does this mean they won't "follow" and index the site?
Thx,
Z
[Edited by KiamLaLuno to show the HTML tag that was not showing]
Comment #6
avpadernoWhen you don't specify
NOFOLLOWis like you specifiedFOLLOW, which is the default.The same is true for
NOINDEX.Comment #7
zolikonta commentedAs KiamLaLuno explained above, the INDEX and the FOLLOW is implicit. It means, search engines will crawl that page unless you have NOINDEX, and follow the links unless you have NOFOLLOW on it.
Comment #8
hans0811 commentedOK but I checked "NOINDEX", "NOFOLLOW" and also checked "Robots" in "Tags to output in HTML" and they do not appear in the sourcecode of the HTML-page.
Could there be something wrong?
Comment #9
avpaderno@hans0811: The original request was about a
FOLLOW, andINDEXnot appearing in the meta tag Robots options, which is something wanted. What you report is something different, which should be in a different issue (I think there is already a report about that).