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;








2















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:



enter image description here



This solution doesn't work.










share|improve this question






















  • 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

















2















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:



enter image description here



This solution doesn't work.










share|improve this question






















  • 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













2












2








2


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:



enter image description here



This solution doesn't work.










share|improve this question














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:



enter image description here



This solution doesn't work.







category url index






share|improve this question













share|improve this question











share|improve this question




share|improve this question










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

















  • 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










1 Answer
1






active

oldest

votes


















0














You need to add the code snippet on the default view if your content is on another store view.






share|improve this answer























    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
    );



    );













    draft saved

    draft discarded


















    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









    0














    You need to add the code snippet on the default view if your content is on another store view.






    share|improve this answer



























      0














      You need to add the code snippet on the default view if your content is on another store view.






      share|improve this answer

























        0












        0








        0







        You need to add the code snippet on the default view if your content is on another store view.






        share|improve this answer













        You need to add the code snippet on the default view if your content is on another store view.







        share|improve this answer












        share|improve this answer



        share|improve this answer










        answered Dec 19 '18 at 15:13









        AndyAndy

        1




        1



























            draft saved

            draft discarded
















































            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.




            draft saved


            draft discarded














            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





















































            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







            Popular posts from this blog

            Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

            Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

            Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림