Hello, I will cut straight to the chase. I have website that is using Blogger blogging platform to make new posts and updates to the site. I recently (3-4 months ago) bought a domain name from GoDaddy. Then when I converted the site from the regular .blogspot.com domain name to the .com domain name my sitemaps got messed up. I used the GoDaddy Platform to create a sitemap after researching online. Unfortunately, I think I did something wrong. I redirected the site from freedomtosave.com to www.freedomtosave.com using GoDaddy's URL redirect and now everything is redirecting properly, but my sitemap is not. The sitemap is stuck under freedomtosave.com/sitemap and when I type that in the address bar the sitemap comes up, but when I do it with www in front it does not. I feel like this is slowing my site down and is not allowing the robots to crawl the site properly. What should I do so that I can fix this issue and have a properly indexed sitemap?
It is a problem if your sitemap is located under non-www: http://example.com/sitemap.xml if your site otherwise is with-www: http://www.example.com/sitemap.xml If you used GoDaddy to redirect, I would ask their support. I don't know the GoDaddy service very well, but in general terms if you asked them (or used their service) to redirect the site from from non-www to with-www it ought to work for all files including sitemaps. Beyond above, if you have FTP access / file upload access you can use any sitemapper like GSiteCrawler, A1 Sitemap Generator etc.
@websitetools That's exactly what I said. The sitemap is located under a non-www, but everything else is located under www. And to all the other people who answered, I have uploaded the sitemap and I have it in the root, it just doesn't come up under the right domain.
Simply contact godaddy and they will resolve the issue for you. Also you can stop using www in your url and skip the issue.
If I stop using the www redirect, then for some reason it appears as if I have two websites instead of one. GoDaddy were not able to help at all.
That is a weird issue. Do you have a ".htaccess" file in your website FTP root / FTP domain root? Are there any lines starting with "redirect" in them? (Don't post any other lines om public places unless you know .htaccess) Or "RewriteRule" ?
Yes I have the ".htaccess" file in the website FTP root and it does have "redirect" lines and yes it does have "rewriterule".
You need to get someone to inspect your .htaccess file and/or at least the lines surrounding the redirect instructions. My guess is that you have some flawed rewriterules Alternatively, try search Google for "mod_rewrite tutorial" http://www.widexl.com/tutorials/mod_rewrite.html http://www.4webhelp.net/tutorials/misc/mod_rewrite.php etc.
Well, I just switched from Blogger to Wordpress, so I think it will be easier for me to fix the issue. Thanks for all the help.