Wait a minute... This content is very very old. We no longer sell or support this theme version. New Topics
Version 9
Becca Sharp
0 points
Beginner
Hi, I am running Yoast (latest version) and the sitemap is not working. Actually it works for listing most things EXCEPT individual listing pages and static pages. It shows the listing categories, tags, and the main page, that is it. I don’t think it is Yoast because I have also tried the Google Sitemap and end up with the same issue.
I have added the following to my .htaccess
# Yoast SEO – XML Sitemap Rewrite Fix
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
# END Yoast SEO – XML Sitemap Rewrite Fix
but still have no luck. Has anyone else run into this and what did you do to fix/solve it?
Hi, I am running Yoast (latest version) and the sitemap is not working. Actually it works for listing most things EXCEPT individual listing pages and static pages. It shows the listing categories, tags, and the main page, that is it. I don’t think it is Yoast because I have also tried the Google Sitemap and end up with the same issue.
I have added the following to my .htaccess
# Yoast SEO – XML Sitemap Rewrite Fix
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
RewriteRule ^locations.kml$ /index.php?sitemap=wpseo_local_kml [L]
RewriteRule ^geo_sitemap.xml$ /index.php?sitemap=geo [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
RewriteRule ^([a-z]+)?-?sitemap.xsl$ /index.php?xsl=$1 [L]
# END Yoast SEO – XML Sitemap Rewrite Fix
but still have no luck. Has anyone else run into this and what did you do to fix/solve it?