Why did Yoast put a no-index tag in my XML sitemap?Prevent XML sitemaps from showing up in Google search resultsxml sitemap structureIs an xml sitemap good or badGenerate a sitemap automatically, does it need to be XML?XML Sitemap upload for Wordpress siteHow to resubmit sitemaps in a sitemap index fileHow do I correctly add index page to xml sitemap - do I need a canonical expression?Why is the sitemap validator returning an error for the “lastmod” tag?Manual Sitemap or Yoast SitemapHow to fix 404 error caused by WordPress attachment URLs? Using Yoast causes 404 errorsGoogle SEO / Search - Returning Sub Categories with Search ? SiteMap ? XML ? Yoast?

Why is it wrong to *implement* myself a known, published, widely believed to be secure crypto algorithm?

"I can't place her": How do Russian speakers express this idea colloquially?

Employee is self-centered and affects the team negatively

My Sixteen Friendly Students

What should I use to get rid of some kind of weed in my onions

What are my options legally if NYC company is not paying salary?

Expl3 and recent xparse on overleaf: No expl3 loader detected

Colorless commander using lands that chose based upon identity?

How to start your Starctaft II games vs AI immediatly?

specify a time interval in which to execute a certain script

Magical Modulo Squares

How to explain intravenous drug abuse to a 6-year-old?

Defining standard qubit gates for qutrits

Program for finding longest run of zeros from a list of 100 random integers which are either 0 or 1

Why doesn't increasing the temperature of something like wood or paper set them on fire?

why it is 2>&1 and not 2>>&1 to append to a log file

Crime rates in a post-scarcity economy

Wiper fluid only squirts out for a second - Hyundai Accent 2006

What's the 2-minute timer on mobile Deutsche Bahn tickets?

Is it a good idea to copy a trader when investing?

Did Ham the Chimp follow commands, or did he just randomly push levers?

Gift for mentor after his thesis defense?

How to proceed with following determinant inequality

How would an instant or sorcery with an effect that targets work with Feather?



Why did Yoast put a no-index tag in my XML sitemap?


Prevent XML sitemaps from showing up in Google search resultsxml sitemap structureIs an xml sitemap good or badGenerate a sitemap automatically, does it need to be XML?XML Sitemap upload for Wordpress siteHow to resubmit sitemaps in a sitemap index fileHow do I correctly add index page to xml sitemap - do I need a canonical expression?Why is the sitemap validator returning an error for the “lastmod” tag?Manual Sitemap or Yoast SitemapHow to fix 404 error caused by WordPress attachment URLs? Using Yoast causes 404 errorsGoogle SEO / Search - Returning Sub Categories with Search ? SiteMap ? XML ? Yoast?






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








2















I recently removed an SEO plugin from my WP site and replaced it with Yoast. I made some other changes to the site as well, adding no-index to my category pages.



I just tried inspecting the new Yoast sitemap on Google Search Console but was told it contained a no-index tag. Where did this come from? How do I remove it? It wasn't there on XML sitemap generated by the previous seo plugin.










share|improve this question









New contributor



Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.

























    2















    I recently removed an SEO plugin from my WP site and replaced it with Yoast. I made some other changes to the site as well, adding no-index to my category pages.



    I just tried inspecting the new Yoast sitemap on Google Search Console but was told it contained a no-index tag. Where did this come from? How do I remove it? It wasn't there on XML sitemap generated by the previous seo plugin.










    share|improve this question









    New contributor



    Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
    Check out our Code of Conduct.





















      2












      2








      2








      I recently removed an SEO plugin from my WP site and replaced it with Yoast. I made some other changes to the site as well, adding no-index to my category pages.



      I just tried inspecting the new Yoast sitemap on Google Search Console but was told it contained a no-index tag. Where did this come from? How do I remove it? It wasn't there on XML sitemap generated by the previous seo plugin.










      share|improve this question









      New contributor



      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.











      I recently removed an SEO plugin from my WP site and replaced it with Yoast. I made some other changes to the site as well, adding no-index to my category pages.



      I just tried inspecting the new Yoast sitemap on Google Search Console but was told it contained a no-index tag. Where did this come from? How do I remove it? It wasn't there on XML sitemap generated by the previous seo plugin.







      sitemap xml yoast






      share|improve this question









      New contributor



      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.










      share|improve this question









      New contributor



      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      share|improve this question




      share|improve this question








      edited 3 hours ago









      Stephen Ostermiller

      70.5k13100256




      70.5k13100256






      New contributor



      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.








      asked 3 hours ago









      RichRich

      111




      111




      New contributor



      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.




      New contributor




      Rich is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.






















          1 Answer
          1






          active

          oldest

          votes


















          3














          Because it is an XML file, the sitemap doesn't support meta tags. Instead it is technically an HTTP header:



          X-Robots-Tag: noindex


          You don't want to remove it that header. It prevents the XML sitemap itself from appearing in search results, it doesn't prevent the URLs listed in it from getting indexed.



          If you don't put a noindex in, the sitemap itself could appear in search results.
          It isn't meant for users to see, and users get really confused if they actually click to it. See Prevent XML sitemaps from showing up in Google search results



          It doesn't make much sense to use the URL inspection tool on the sitemap itself. Rather you should be inspecting a few of the URLs that are listed in the sitemap.






          share|improve this answer























            Your Answer








            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "45"
            ;
            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
            );



            );






            Rich is a new contributor. Be nice, and check out our Code of Conduct.









            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fwebmasters.stackexchange.com%2fquestions%2f122735%2fwhy-did-yoast-put-a-no-index-tag-in-my-xml-sitemap%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









            3














            Because it is an XML file, the sitemap doesn't support meta tags. Instead it is technically an HTTP header:



            X-Robots-Tag: noindex


            You don't want to remove it that header. It prevents the XML sitemap itself from appearing in search results, it doesn't prevent the URLs listed in it from getting indexed.



            If you don't put a noindex in, the sitemap itself could appear in search results.
            It isn't meant for users to see, and users get really confused if they actually click to it. See Prevent XML sitemaps from showing up in Google search results



            It doesn't make much sense to use the URL inspection tool on the sitemap itself. Rather you should be inspecting a few of the URLs that are listed in the sitemap.






            share|improve this answer



























              3














              Because it is an XML file, the sitemap doesn't support meta tags. Instead it is technically an HTTP header:



              X-Robots-Tag: noindex


              You don't want to remove it that header. It prevents the XML sitemap itself from appearing in search results, it doesn't prevent the URLs listed in it from getting indexed.



              If you don't put a noindex in, the sitemap itself could appear in search results.
              It isn't meant for users to see, and users get really confused if they actually click to it. See Prevent XML sitemaps from showing up in Google search results



              It doesn't make much sense to use the URL inspection tool on the sitemap itself. Rather you should be inspecting a few of the URLs that are listed in the sitemap.






              share|improve this answer

























                3












                3








                3







                Because it is an XML file, the sitemap doesn't support meta tags. Instead it is technically an HTTP header:



                X-Robots-Tag: noindex


                You don't want to remove it that header. It prevents the XML sitemap itself from appearing in search results, it doesn't prevent the URLs listed in it from getting indexed.



                If you don't put a noindex in, the sitemap itself could appear in search results.
                It isn't meant for users to see, and users get really confused if they actually click to it. See Prevent XML sitemaps from showing up in Google search results



                It doesn't make much sense to use the URL inspection tool on the sitemap itself. Rather you should be inspecting a few of the URLs that are listed in the sitemap.






                share|improve this answer













                Because it is an XML file, the sitemap doesn't support meta tags. Instead it is technically an HTTP header:



                X-Robots-Tag: noindex


                You don't want to remove it that header. It prevents the XML sitemap itself from appearing in search results, it doesn't prevent the URLs listed in it from getting indexed.



                If you don't put a noindex in, the sitemap itself could appear in search results.
                It isn't meant for users to see, and users get really confused if they actually click to it. See Prevent XML sitemaps from showing up in Google search results



                It doesn't make much sense to use the URL inspection tool on the sitemap itself. Rather you should be inspecting a few of the URLs that are listed in the sitemap.







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 3 hours ago









                Stephen OstermillerStephen Ostermiller

                70.5k13100256




                70.5k13100256




















                    Rich is a new contributor. Be nice, and check out our Code of Conduct.









                    draft saved

                    draft discarded


















                    Rich is a new contributor. Be nice, and check out our Code of Conduct.












                    Rich is a new contributor. Be nice, and check out our Code of Conduct.











                    Rich is a new contributor. Be nice, and check out our Code of Conduct.














                    Thanks for contributing an answer to Webmasters 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%2fwebmasters.stackexchange.com%2fquestions%2f122735%2fwhy-did-yoast-put-a-no-index-tag-in-my-xml-sitemap%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

                    Siegen Nawigatsjuun

                    Log på Navigationsmenu

                    Log på Navigationsmenu