Questions tagged [sitemap]
The sitemap tag has no usage guidance.
95
questions
1
vote
1
answer
82
views
Generate Sitemap after removing JetPack
I was using JetPack, but I've since removed it. Since disabling the plugin, my sitemaps haven't been updating.
The existing site maps are there, but new posts aren't being added to them.
...
0
votes
0
answers
19
views
How to create a pure XML sitemap instead of wordpress's XSL/HTML sitemap?
I'm using wordpress 6.1.1 trying to create a sitemap. When I go to wp-sitemap.xml I see an HTML document which shows everything as a table.
If I view source, I see the xml file like I was expecting. I ...
0
votes
1
answer
46
views
How to add query string at the end of sitemap Yoast SEO
trying to add a query string for every products and product category pages onto sitemap so google can index them properly. My sitemap is generated by yoast seo plugin for wordpress.
This query string ?...
0
votes
0
answers
65
views
I cannot generate new sitemap on my wordpress website
So i bought a already used domain and created a Wordpress website on it. After the completion of the website I generated the sitemap using a plugin (rankmath as well as yoat) but its not generating a ...
0
votes
1
answer
32
views
How to include empty terms into wp-sitemap.xml?
I have a lot of terms that don't have any posts attached to. By default, such terms are not displayed in the wp-sitemap.xml.
How can I make the sitemap include empty terms?
0
votes
0
answers
29
views
Show all categories pages in WordPress sitemap?
Good day, dear specialists. There is such a code
$categoriesForSitemap = get_categories(array(
'hide_empty' => 1,
'depth' => 0,
'hierarchical' => false
));
foreach($categoriesForSitemap ...
0
votes
0
answers
25
views
How to include empty archives in sitemap?
I am using free Yoast plugin and I see that the sitemap not include empty archives, I dont see any setting related to that.
Is there any option to make empty archives included in the sitemap?
I don'...
-1
votes
1
answer
621
views
Separate Sitemaps for Each Language with Polylang and Yoast SEO
I have a WordPress website with two essential plugins, Polylang for multilingual support and Yoast SEO for sitemap generation. Currently, the sitemap can be accessed through mysite.com/sitemap_index....
0
votes
1
answer
47
views
How can I generate a page that will always contain a list all the pages (not posts)?
I want to have a list of all the articles in my WP website, so it will be updated each time a new one is added. How can I do this? And how can I include it in my home page?
0
votes
1
answer
338
views
Redirect wp-sitemap.xml not working
I'd like to redirect wp-sitemap.xml to a custom sitemap file. I'm using template_redirect but the request isn't redirected. I attempted to debug it with die() but it doesn't work either.
function ...
0
votes
1
answer
192
views
How to get post ID after removing that post?
Is it possible to get WordPress post ID after removing that post? I have found out that I need that ID to remove the page from the site map, but I do not have the post ID, becuase I have deleted it. ...
0
votes
1
answer
247
views
Yoasts plugin sitemap not detecting correct category URL format
My client wants the following URL:
https://example.com/category-name
So for that, I added . in the Category base under Settings > Permalinks and now my Category URL looks like how the client wants ...
1
vote
0
answers
55
views
Add image or video tags to WP Sitemap
Is there a way to add tags to the default WP core generated sitemaps other than four default ones ('loc', 'lastmod', 'changefreq', 'priority') WP allows using the wp_sitemaps_posts_entry filter?
For ...
0
votes
0
answers
138
views
How i can add video, audio and image sitemap in existing wordpress sitemap
I want to use WordPress default sitemap but this is not included image, video, and audio ( podcast ) sitemap.
Can anyone tell me how I can add manually which keeps automatically updating with new data?...
1
vote
0
answers
369
views
Hide plugins and theme from public
I like to hide all or some of my plugins and themes and CMS from public such that the users cannot detect which plugins/themes/CMS I used to build my website.
Please let me know if it is possible to ...