J3 Issue ?
avatar Repitol
Repitol
10 Apr 2018

Steps to reproduce the issue

Hi, when you choose in Joomla settings - Robots : index,follow
the meta tag isn't displayed in source code even for articles set to no-index, no-follow.
I could see the same problem for tags set to "no-index, no-follow"
it seems the settings in Joomla configuration overrides what you set elsewhere

Expected result

article or tags settings in publishing/robots "no-index,no-follow" should be taken into account
source code should displays

Actual result

If general Joomla settings are set to robots : Index, follow
source code doesn't display meta name robots even when you change that on some contents
so these contents are indexed and followed

System information (as much as possible)

Additional comments

tested on Joomla 3.8.6 with every default templates or commercial templates
Can you reproduce the bug ?
That is a real problem for content you don't want to be indexed.
Thanks

avatar Repitol Repitol - open - 10 Apr 2018
avatar joomla-cms-bot joomla-cms-bot - labeled - 10 Apr 2018
avatar franz-wohlkoenig franz-wohlkoenig - change - 10 Apr 2018
Priority Urgent Low
avatar brianteeman
brianteeman - comment - 10 Apr 2018

It is correct that if you set index,follow that it is not in the source because this is the default behaviour so it is not needed.

I set an article to no index, no follow and it was correctly set as that

avatar franz-wohlkoenig franz-wohlkoenig - change - 10 Apr 2018
Status New Information Required
avatar Repitol
Repitol - comment - 11 Apr 2018

Hi,
right; it works for article but not for tags pages
If you create a tag then go to component/tags/ and set this tag as no-follow
can you see the meta in the source code for the tag page ?
Sometimes tags pages doesn't need to be followed.
Thanks

avatar franz-wohlkoenig franz-wohlkoenig - change - 11 Apr 2018
Status Information Required Discussion
avatar Repitol
Repitol - comment - 12 Apr 2018

Hi, should I open a new thread for this problem in tag pages ?
regards

avatar brianteeman brianteeman - change - 23 Apr 2018
Labels Added: J3 Issue
avatar brianteeman brianteeman - labeled - 23 Apr 2018
avatar jwaisner jwaisner - change - 13 Mar 2020
Status Discussion Information Required
avatar jwaisner
jwaisner - comment - 13 Mar 2020

@Repitol are you still experiencing this issue in the latest version of J3?

avatar ReLater
ReLater - comment - 13 Mar 2020

Yes, it's a bug (or not ;-) ).

The main problem is that all tags view.html.php can display 0, 1 ore more tags on 1 page.

The only half-baked solution I see for this issue is to check if only 1 tag is displayed on a tag view page and only then let rule the robots setting of this single tag.
(I'll try a pr.)

Another solution could be to declare the setting "robots" as misleading and remove it from tag settings.

avatar ReLater
ReLater - comment - 13 Mar 2020

Please test #28334
(and discuss ;-) )

avatar Quy Quy - change - 13 Mar 2020
Status Information Required Closed
Closed_Date 0000-00-00 00:00:00 2020-03-13 22:31:23
Closed_By Quy
avatar Quy Quy - close - 13 Mar 2020

Add a Comment

Login with GitHub to post a comment