How to create a sitemap for coupon site by PHP

Discussion in 'Google Sitemaps' started by myclip, Jul 2, 2010.

  1. #1
    I have a coupon site in PHP script but do not know how to create a sitemap for it. Anyone can suggest?
     
    myclip, Jul 2, 2010 IP
  2. alexeyd

    alexeyd Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Hi, you can use sitemap generator (just search it in googl) but it is not so good better create it manually (try to search in google about it).
     
    alexeyd, Jul 2, 2010 IP
  3. myclip

    myclip Peon

    Messages:
    595
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks, I have tried but could not find the right one. I will retry and see
     
    myclip, Jul 2, 2010 IP
  4. websitetools

    websitetools Well-Known Member

    Messages:
    1,513
    Likes Received:
    25
    Best Answers:
    4
    Trophy Points:
    170
    #4
    If you can't find anyone working, consider trying A1 Sitemap Generator. (But if you have a PHP script that generates all your content, you might also try see if you can read its database content directly and create the sitemap.xml file yourself.)
     
    websitetools, Jul 7, 2010 IP
  5. pixmac

    pixmac Peon

    Messages:
    5
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Read the Sitemap manual sitemaps.org/protocol.php and use own script.
     
    pixmac, Jul 7, 2010 IP
  6. myclip

    myclip Peon

    Messages:
    595
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks, i will try to follow this way
     
    myclip, Jul 11, 2010 IP
  7. myclip

    myclip Peon

    Messages:
    595
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #7
    That is what I am bad at, anyway thanks
     
    myclip, Jul 11, 2010 IP
  8. seo.raj

    seo.raj Active Member

    Messages:
    273
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    71
    #8
    you can use site map generator tools for xml-site map. Many site map generator tools available on. so, you search there and use for your site.
    It is very simple way to generate site map
    visit here to generate site map.
    http://www.xml-sitemaps.com/
     
    seo.raj, Jul 12, 2010 IP
  9. -M-A-R-K-

    -M-A-R-K- Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    If your site uses MySQL, just create a basic sitemap structure and call the varibles from your database
     
    -M-A-R-K-, Jul 12, 2010 IP
  10. myclip

    myclip Peon

    Messages:
    595
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Thanks, I will give it a try
     
    myclip, Jul 13, 2010 IP
  11. myclip

    myclip Peon

    Messages:
    595
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Yes, that script use MySQL but my knowledge on it is very bad, anyway thanks for your advice
     
    myclip, Jul 13, 2010 IP