Add noindex to single category in Magento 1.9Adding extra tab to category editorCategory grid doesn't show categories on homepageShow product of a category in a custom pageMagento2 Category field Custom Layout Update - add handle and declaration of handle fileMagento 2: Hook into price display on category pageCategory setup and fetching CMS block from Custom Design templateCustom Category Page Layout Static Block to bottomMagento 1.9: Custom category field for an image not showing on front endMagento 2 : Change Number of Items Per Row set From Admin for Different CategoriesHow to Add No Index tag to category path product urls in magento?
Boss making me feel guilty for leaving the company at the end of my internship
Can you open the door or die? v2
What publication claimed that Michael Jackson died in a nuclear holocaust?
Keeping track of theme when improvising
LWC: detect last element in for:each iteration
Am I being scammed by a sugar daddy?
ISP is not hashing the password I log in with online. Should I take any action?
Do they make "karaoke" versions of concertos for solo practice?
In American Politics, why is the Justice Department under the President?
Approach sick days in feedback meeting
How do I type a hyphen in iOS 12?
Is there a frequency comparator device?
Why would a home insurer offer a discount based on credit score?
Can a 40amp breaker be used safely and without issue with a 40amp device on 6AWG wire?
Parsing text written the millitext font
Is this Homebrew Eldritch Invocation, Accursed Memory, balanced?
Realistic, logical way for men with medieval-era weaponry to compete with much larger and physically stronger foes
How can religions without a hell discourage evil-doing?
Is it advisable to add a location heads-up when a scene changes in a novel?
Why would a car salesman tell me not to get my credit pulled again?
Placement of positioning lights on A320 winglets
Do Veracrypt encrypted volumes have any kind of brute force protection?
Was the Lonely Mountain, where Smaug lived, a volcano?
Is the first of the 10 Commandments considered a mitzvah?
Add noindex to single category in Magento 1.9
Adding extra tab to category editorCategory grid doesn't show categories on homepageShow product of a category in a custom pageMagento2 Category field Custom Layout Update - add handle and declaration of handle fileMagento 2: Hook into price display on category pageCategory setup and fetching CMS block from Custom Design templateCustom Category Page Layout Static Block to bottomMagento 1.9: Custom category field for an image not showing on front endMagento 2 : Change Number of Items Per Row set From Admin for Different CategoriesHow to Add No Index tag to category path product urls in magento?
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I want to modify this line for only one category:
<meta name="robots" content="INDEX,FOLLOW" />
I want to add noindex like this:
<meta name="robots" content="NOINDEX,FOLLOW" />
I tried to add this code to Custom Layout Update in Custom Design tab of category:
<reference name="head">
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action>
</reference>
the result doesn't change.
This is an example of what i have done:

This solution doesn't work.
category url index
add a comment |
I want to modify this line for only one category:
<meta name="robots" content="INDEX,FOLLOW" />
I want to add noindex like this:
<meta name="robots" content="NOINDEX,FOLLOW" />
I tried to add this code to Custom Layout Update in Custom Design tab of category:
<reference name="head">
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action>
</reference>
the result doesn't change.
This is an example of what i have done:

This solution doesn't work.
category url index
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28
add a comment |
I want to modify this line for only one category:
<meta name="robots" content="INDEX,FOLLOW" />
I want to add noindex like this:
<meta name="robots" content="NOINDEX,FOLLOW" />
I tried to add this code to Custom Layout Update in Custom Design tab of category:
<reference name="head">
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action>
</reference>
the result doesn't change.
This is an example of what i have done:

This solution doesn't work.
category url index
I want to modify this line for only one category:
<meta name="robots" content="INDEX,FOLLOW" />
I want to add noindex like this:
<meta name="robots" content="NOINDEX,FOLLOW" />
I tried to add this code to Custom Layout Update in Custom Design tab of category:
<reference name="head">
<action method="setRobots"><value>NOINDEX,FOLLOW</value></action>
</reference>
the result doesn't change.
This is an example of what i have done:

This solution doesn't work.
category url index
category url index
asked Dec 19 '16 at 14:57
CrashyCrashy
49110
49110
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28
add a comment |
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28
add a comment |
1 Answer
1
active
oldest
votes
You need to add the code snippet on the default view if your content is on another store view.
add a comment |
Your Answer
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "479"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f150970%2fadd-noindex-to-single-category-in-magento-1-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
You need to add the code snippet on the default view if your content is on another store view.
add a comment |
You need to add the code snippet on the default view if your content is on another store view.
add a comment |
You need to add the code snippet on the default view if your content is on another store view.
You need to add the code snippet on the default view if your content is on another store view.
answered Dec 19 '18 at 15:13
AndyAndy
1
1
add a comment |
add a comment |
Thanks for contributing an answer to Magento Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f150970%2fadd-noindex-to-single-category-in-magento-1-9%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
just tested it on fresh magento 1.9.1.0 install. worked. you probably have an extension that prevents it from working.
– Konstantin Gerasimov
Dec 19 '16 at 17:28