Someone do me a Google Sitemap?

Discussion in 'Services' started by whateverandever2, Apr 6, 2006.

  1. #1
    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
     
    whateverandever2, Apr 6, 2006 IP
  2. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #2
    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):
     
    noppid, Apr 6, 2006 IP
  3. whateverandever2

    whateverandever2 Peon

    Messages:
    881
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    Is that it?

    Thanks, didnt know it was that easy.

    What do you mean by update frequency 80 times?

    Thanks
     
    whateverandever2, Apr 6, 2006 IP
  4. noppid

    noppid gunnin' for the quota

    Messages:
    4,246
    Likes Received:
    232
    Best Answers:
    0
    Trophy Points:
    135
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    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.
     
    noppid, Apr 6, 2006 IP
  5. whateverandever2

    whateverandever2 Peon

    Messages:
    881
    Likes Received:
    10
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #5
    Ahh ok, thanks a lot.
     
    whateverandever2, Apr 6, 2006 IP
  6. ly2

    ly2 Notable Member

    Messages:
    4,093
    Likes Received:
    222
    Best Answers:
    0
    Trophy Points:
    205
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #6
    ly2, Apr 6, 2006 IP
  7. aspidov

    aspidov Well-Known Member

    Messages:
    2,875
    Likes Received:
    272
    Best Answers:
    0
    Trophy Points:
    175
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #7
    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.
     
    aspidov, Apr 6, 2006 IP