how i can make sitemaps which google bot allow i try with a lot programs and always show me error btw i have only files ? thx in advance
yes xml-sitemaps.com is best option but it index only 500 pages. if you want sitemap for full site then you have to pay for it.
Just do a Google search for "xml sitemaps" or "free xml sitemap generators"... You'll find hundreds of them..
What error are you getting with sitemap generators / Google? I can probably answer what the problem is (else check my FAQ linked in blog post)
Well, your wordpress plugin probably automatically creates sitemap and ping when your blog changes. (Which is fine)
IF you have a blog in blogger the sitemap is automatically created for you.Just you upload it to google webmaster tools as yoururl.atom/xml yoururl/rss.xml yoururl/feeds/posts/full yoururl/feeds/posts/default ......etc
thanks for the link.. mapsite.com is in beta version and i try it but it shows me error .. my site have 45000 urls. it is possible because of it???
You can manually code it yourself using Textpad. The XML sitemap format looks like this: <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84"> <url> <loc>http://www.xyz.com/</loc> <changefreq>daily</changefreq> </url>
I don't understand why anyone would want more than one sitemap to begin with. Was the reason for having more than one sitemap so that you could submit the sitemap more often? I only ask this because you had suggested that you would submit your sitemap daily. Which brings me to my next question, why would you want to submit the sitemap once a day? Is your site changing that quickly?