Remove specific urls from sitemap
-
Hi there!
I hope you are all well. I come here because I have an issue with the SEO Framework plug in.
So my goal is the following: I want to remove certain urls from my sitemap to put them in a dedicated sitemap (added directly in a static file on my website server)
My issue is the following:
- Following the documentation of the SEO Framework, the way to do that is to mark the page as
noindex - Once doing this, if we check the body of the page, a
<meta>tag appears as follow<meta name="robots" content="noindex,max-snippet:-1,max-image-preview:standard,max-video-preview:-1">. - With this meta tag applied then my page (even if it does not appear on the sitemap) will have no chance at all to be indexed and I definitely need to index it.
My question is then, how can I remove/exclude the urls I want from the generated sitemap without having this meta tag applied to the body of page?
I’ve been looking into the plug in settings about exclusion but it appears that I can’t apply the exclusion to a specific category (also, I might not be technical enough on php to handle it myself).
The page I need help with: [log in to see the link]
- Following the documentation of the SEO Framework, the way to do that is to mark the page as
The topic ‘Remove specific urls from sitemap’ is closed to new replies.