Having sold many of the
Wordpess BANS templates, the biggest question I get support wise is what to do with the multiple sitemaps. well I highly suggest making a sidemapindex file and submitting that to Google or put in your robots.txt file. This is easy accomplished by copying the code below into notepad and changing the address of the sitemaps listed. Save the file as sitemapindex.xml and upload to the root directory of the site. It should map out the locations of your multiple Wordpress and BANS store sitemaps into one easy sitemap xml file.
<?xml version="1.0" encoding="UTF-8" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
<sitemap>
<loc>http://www.yourwebsite.com/sitemap.xml</loc>
</sitemap>
<sitemap>
<loc>http://www.yourwebsite.com/store/sitemap.xml</loc>
</sitemap>
</sitemapindex>
Related Posts by Categories
0 comments:
Post a Comment