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

zolikonta’s picture

unchecked NOINDEX = INDEX
unchecked NOFOLLOW = FOLLOW

avpaderno’s picture

When NOINDEX is not used, INDEX is implicit.

avpaderno’s picture

Status: Active » Fixed

I am marking this support request as fixed because it has already gotten an answer.

k74’s picture

ok, thanks!!! but in tag index,follow not appear in source code page as in previous versions ...

Zalatar’s picture

When viewing the source of the page it does not output the following:

<meta name="robots" content="index,follow" />

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]

avpaderno’s picture

When you don't specify NOFOLLOW is like you specified FOLLOW, which is the default.
The same is true for NOINDEX.

zolikonta’s picture

As 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.

hans0811’s picture

Status: Fixed » Active

OK 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?

avpaderno’s picture

Status: Active » Fixed

@hans0811: The original request was about a FOLLOW, and INDEX not 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).

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.