[Plugin]: Yoast SEO
-
I just installed the plugin. I can’t get the XML sitemap to work. At first it was a 404 error (I have “404 Redirected” activated). I added this code to to .htaccess file as per instruction here
# WordPress SEO – XML Sitemap Rewrite Fix
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^sitemap_index\.xml$ /index.php?sitemap=1 [L]
RewriteRule ^([^/]+?)-sitemap([0-9]+)?\.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
</IfModule>
# END WordPress SEO – XML Sitemap Rewrite FixNow the page is just blank. Any ideas how to get it to work? I’ll also be installing W3 Total Cache soon and it seems that the cache plugin has conflicts with the xml sitemap as well.
- The topic ‘[Plugin]: Yoast SEO’ is closed to new replies.