I wasn't gonna do one but it can't do any harm and it will make sure all my pages get indexed then as I can add them all to it. Who can do one for me and for how much? I'd probably muck it up if I did it, I have all the urls on my site I want added (About 80), it's for a adult site. Thanks
Here ya go, just replicate the <url>...</url> code with a new URL and update frequency 80 times, put them before the </urlset>, and you have a basic site map good to go. Save it as sitemap.xml and follow the instructions at the site map interface at google for upload instructions. <?xml version="1.0" encoding="UTF-8"?> <urlset xmlns="http://www.google.com/schemas/sitemap/0.84" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"> <url> <loc>http://www.example.com/</loc> <changefreq>daily</changefreq> </url> </urlset> Code (markup):
Is that it? Thanks, didnt know it was that easy. What do you mean by update frequency 80 times? Thanks
You need one of these. <url> <loc>http://www.example.com/</loc> <changefreq>daily</changefreq> </url> Code (markup): For each of the about 80 urls you said you have. You set the url and the frequency it changes per this... https://www.google.com/webmasters/sitemaps/docs/en/protocol.html#xmlTagDefinitions Yep, that is a basic sitemap. There are more things you can add, like priority. It's at the google sitemap page, but that is a basic. You can also gzip them to sitemap.xml.gz and google can read them. For very large sitemaps that is preferred.
http://www.xml-sitemaps.com/ will index upto 500 pages free. This is the best i've seen so far. No signups, no emails, no nothing. Just come there, put in your URL and get your xml file with everything done for you. Easy, quick, and free.