Skip to content

Commit

Permalink
Update the noindex comment
Browse files Browse the repository at this point in the history
  • Loading branch information
yuliyan committed Sep 30, 2024
1 parent 6b19240 commit 019653c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/signup/index.node.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function setupMetaTags( context, next ) {
);

/**
* Prevent the sub-pages of `/start` from indexing, except for the localized main pages. See 3065-gh-Automattic/martech.
* Only the main `/start` and `/start/[mag-16-locale]` pages should be indexed. See 3065-gh-Automattic/martech.
*/
if ( hasQueryString || pathSegments.length > ( hasMag16LocaleParam ? 2 : 1 ) ) {
meta.push( {
Expand Down

0 comments on commit 019653c

Please sign in to comment.