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?
Difference in 1 user doing 1000 iterations and 1000 users doing 1 iteration in Load testing
why "American-born", not "America-born"?
If the Charles SSL Proxy shows me sensitive data, is that data insecure/exposed?
Managing heat dissipation in a magic wand
How is dynamic resistance of a diode modeled for large voltage variations?
Expand a hexagon
Is it wise to pay off mortgage with 401k?
How to tease a romance without a cat and mouse chase?
Eigenvalues of the Laplace-Beltrami operator on a compact Riemannnian manifold
Warped chessboard
Hotel booking: Why is Agoda much cheaper than booking.com?
List of lists elementwise greater/smaller than
Is there any mention of ghosts who live outside the Hogwarts castle?
How do we properly manage transitions within a descriptive section?
Is my company merging branches wrong?
Why are logically related bit fields in MCU registers often in separate locations
1950s or earlier book with electrical currents living on Pluto
Salesforce bug enabled "Modify All"
How to draw with Tikz a chord parallel to AC that passes through a point?
Will this series of events work to drown the Tarrasque?
Removing Doubles Destroy Topology
Does a windmilling propeller create more drag than a stopped propeller in an engine out scenario?
Ribbon Cable Cross Talk - Is there a fix after the fact?
Why is there no current between two capacitors connected in series?
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;
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
add a comment |
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
add a comment |
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
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
sitemap xml yoast
edited May 7 at 17:05
Stephen Ostermiller♦
70.7k13100257
70.7k13100257
asked May 7 at 16:39
RichRich
111
111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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.
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
add a comment |
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
);
);
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%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
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.
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
add a comment |
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.
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
add a comment |
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.
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.
answered May 7 at 17:04
Stephen Ostermiller♦Stephen Ostermiller
70.7k13100257
70.7k13100257
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
add a comment |
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
I see. I could swear I used the inspection tool on the previous sitemap but maybe I'm confusing it with something else. Your response certainly makes a lot of sense and I appreciate the info. Thanks.
– Rich
May 8 at 0:11
add a comment |
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.
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%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
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