? ? Pending

User tests: Successful: Unsuccessful:

avatar tecpromotion
tecpromotion
30 Sep 2020

Summary of Changes

Technically there is no "No index" or "No follow". See https://developers.google.com/search/reference/robots_meta_tag

In 3.10-dev the lines

; Deprecated, will be removed with 4.0. Please do not translate the following language string
JGLOBAL_INDEX_FOLLOW="index, follow"
; Deprecated, will be removed with 4.0. Please do not translate the following language string
JGLOBAL_INDEX_NOFOLLOW="index, nofollow"

and
; Deprecated, will be removed with 4.0. Please do not translate the following language string
JGLOBAL_NOINDEX_FOLLOW="noindex, follow"
; Deprecated, will be removed with 4.0. Please do not translate the following language string
JGLOBAL_NOINDEX_NOFOLLOW="noindex, nofollow"

are marked with _; Deprecated, will be removed with 4.0. Please do not translate the following language string
_
but strings are still used in 4.0-dev
e.g.
<option value="">JGLOBAL_INDEX_FOLLOW</option>
<option value="noindex, follow">JGLOBAL_NOINDEX_FOLLOW</option>
<option value="index, nofollow">JGLOBAL_INDEX_NOFOLLOW</option>
<option value="noindex, nofollow">JGLOBAL_NOINDEX_NOFOLLOW</option>

My opinion on the topic:
If it is only desired here that it is written apart for the understanding of the user, then this is still misleading, because in the source code the value is then rendered composed. This should also be displayed correctly in the dropdown. Then everyone knows that the displayed string is also the final value.

Testing Instructions

.

Actual result BEFORE applying this Pull Request

JGLOBAL_INDEX_FOLLOW="Index, Follow"
JGLOBAL_INDEX_NOFOLLOW="Index, No follow"
JGLOBAL_NOINDEX_FOLLOW="No index, follow"
JGLOBAL_NOINDEX_NOFOLLOW="No index, no follow"

Expected result AFTER applying this Pull Request

JGLOBAL_INDEX_FOLLOW="index, follow"
JGLOBAL_INDEX_NOFOLLOW="index, nofollow"
JGLOBAL_NOINDEX_FOLLOW="noindex, follow"
JGLOBAL_NOINDEX_NOFOLLOW="noindex, nofollow"

Documentation Changes Required

.

avatar tecpromotion tecpromotion - open - 30 Sep 2020
avatar tecpromotion tecpromotion - change - 30 Sep 2020
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 Sep 2020
Category Administration Language & Strings
avatar tecpromotion tecpromotion - change - 30 Sep 2020
Labels Added: ? ?
avatar Quy
Quy - comment - 30 Sep 2020

Duplicate. See #30399 (comment). Thanks.

avatar Quy Quy - change - 30 Sep 2020
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2020-09-30 14:13:22
Closed_By Quy
avatar Quy Quy - close - 30 Sep 2020

Add a Comment

Login with GitHub to post a comment