Page 1 of 1

3.8.0/1 bug

Posted: Sat Mar 02, 2019 3:27 pm
by rahuldottech
From the 3.8.0 changelog:
Bug fix, plugin Robots use comma for separate tags. Thanks @ltGuillaume
However, this appears to not be fixed on my blog, which I just upgraded to 3.8.1. Help?

Re: 3.8.0/1 bug

Posted: Sat Mar 02, 2019 6:21 pm
by Jay
What's exactly wrong?
Plugin works as supposed.
It uses meta robot tags if you explicitly set them for a page.
Otherwise - by default - page is indexed and archived, and it doesn't need a meta name robots tag to tell search bots to do it.

Re: 3.8.0/1 bug

Posted: Sat Mar 02, 2019 6:33 pm
by rahuldottech
The problem is that instead of

Code: Select all

<meta name="robots" content="noindex nofollow noarchive">
it should be:

Code: Select all

<meta name="robots" content="noindex, nofollow, noarchive">

Re: 3.8.0/1 bug

Posted: Sat Mar 02, 2019 6:36 pm
by diego

Re: 3.8.0/1 bug

Posted: Sat Mar 02, 2019 6:45 pm
by rahuldottech
Thanks, just modified the file manually, for some reason it hadn't gotten upgraded.

Re: 3.8.0/1 bug

Posted: Sat Mar 02, 2019 8:00 pm
by Jay
rahuldottech wrote: Sat Mar 02, 2019 6:33 pm it should be:

Code: Select all

<meta name="robots" content="noindex, nofollow, noarchive">
In 3.8.1 everything is fine, checked it multiple times during installation.
I wouldn't ask what's wrong if I saw it is still bugged.