First of all, I LOVE this theme. Fantastic job! However, I have a couple issues. 1) I’m using Yoast and I cannot get the Sitemaps to work. Gives me 404. 2) My Google Webmaster Tools says that it hasn’t indexed any pages even though I told it to first Fetch & Render over a week ago. Thank you for any insight you can provide on this.
Hi eNVyDesigns!
1. Try putting in this in your .htaccess file:
# WordPress SEO - XML Sitemap Rewrite Fix
2
<IfModule mod_rewrite.c>
3
RewriteEngine On
4
RewriteBase /
5
RewriteRule ^sitemap_index.xml$ /index.php?sitemap=1 [L]
6
RewriteRule ^([^/]+?)-sitemap([0-9]+)?.xml$ /index.php?sitemap=$1&sitemap_n=$2 [L]
7
</IfModule>
8
# END WordPress SEO - XML Sitemap Rewrite Fix
For more information: http://www.wpbeginner.com/wp-tutorials/how-to-fix-yoasts-wordpress-seo-sitemap-404-error/
2.) I think this is caused my a missing sitemap.
Best regards,
Andy