1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

PHP sitemaps

Discussion in 'Google Sitemaps' started by website.broker, Jul 2, 2009.

  1. #1
    I been hearing some success stories from people using PHPBB and in particular the php method of site maps, i had not heard of php site maps before, and was hoping someone could pass on some knowledge.

    thanks
     
    website.broker, Jul 2, 2009 IP
  2. DigiStar

    DigiStar Member

    Messages:
    99
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #2
    have you heard of google?
     
    DigiStar, Sep 7, 2009 IP
  3. Brandon_R

    Brandon_R Peon

    Messages:
    330
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Those aren't really sitemaps as much as a HTML page with links to all forums and important pages. Real sitemaps are in .xml format although submiting the .php sitemap might give you errors in google.
     
    Brandon_R, Sep 7, 2009 IP
  4. profitable

    profitable Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    thats correct. real sitemaps are in .xml format not php/html
     
    profitable, Sep 12, 2009 IP
  5. brownman

    brownman Peon

    Messages:
    38
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    There is no difference if sitemap is generated in PHP, Python of C++. Sitemap is just a tiny (comparing to all website) XML file that contains list of pages, their priorities, last modification date and information about how often the page is updated.

    It helps to the search engines to understand which pages should be indexed at first and if you choose better pages than Google automatically did it before then, yes, you may have a success story.
     
    brownman, Sep 16, 2009 IP
  6. shortbusgeek

    shortbusgeek Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Yes, you can create a sitemap in php, and yes it has to be in xml format. Just because something is in xml format doesn't necessarily mean it has to have a filename with the extension of .xml. Here's an example of one of mine: (note: site is not work or family safe if you try and pull up the site itself)

    www dot neud.org / sitemap.php

    Notice how everything that is output is xml? What happens is that my php script goes out to the database and creates a recordset of all of the possible page combinations. Then it loops through and echos them as output so that google or yahoo or bing or whomever can parse through them in the format they understand.

    Hope this helps.

    (apparently I haven't been here long enough to post links yet, so if I need to remove that part from the post I can... just trying to be helpful. :) )
     
    shortbusgeek, Sep 23, 2009 IP
  7. sokhost

    sokhost Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    Do not know that there is a sitemap for Google's for php ... %)
     
    sokhost, Sep 25, 2009 IP
  8. glo

    glo Peon

    Messages:
    36
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8
    You can use stand alone site map. please use google about this tools.
     
    glo, Sep 26, 2009 IP
  9. Liza New

    Liza New Peon

    Messages:
    627
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #9
    you heard right. php and joomla site maps are s-engine friendly.
     
    Liza New, Oct 2, 2009 IP
  10. NainaPriyanka

    NainaPriyanka Peon

    Messages:
    178
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    We submit site maps to google or search engines so that they can understand most of our web pages. PHP just helps to find all pages of our website and embed them in sitemap format or xml page.

    These helps Google to crawl all the web pages.
     
    NainaPriyanka, Oct 2, 2009 IP
  11. dikayeah

    dikayeah Greenhorn

    Messages:
    60
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #11
    what is the php script name for auto create sitemap ? free without limitation.
     
    dikayeah, Oct 4, 2009 IP
  12. shortbusgeek

    shortbusgeek Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Not sure that there is one, being that every website is different. If you're using a pre-built package like Wordpress or Joomla or something, they typically create the sitemaps for you already. It's only when you're really custom writing your site like I do that you need to create a sitemap. :)
     
    shortbusgeek, Oct 14, 2009 IP
  13. gaurav.guru

    gaurav.guru Greenhorn

    Messages:
    98
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    16
    #13
    xml sitemaps are more search engine friendly ,google crawl them quickly..
     
    gaurav.guru, Oct 14, 2009 IP
  14. Justformobile

    Justformobile Peon

    Messages:
    13
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    with Sitemaps,Google will give more attention to your website.that is good for your website
     
    Justformobile, Oct 15, 2009 IP
  15. shortbusgeek

    shortbusgeek Peon

    Messages:
    52
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #15
    I don't think you get the point. All sitemaps have to be in XML. The only difference is that with PHP, the XML is generated dynamically each time the sitemap is requested instead of just residing in an already generated file in the directory.
     
    shortbusgeek, Oct 15, 2009 IP
  16. Nssaf

    Nssaf Peon

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    There is no difference between sitesmap , php or xml
     
    Nssaf, Oct 16, 2009 IP
  17. onsons

    onsons Peon

    Messages:
    108
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    still ,for robots only xml site is best way to present
     
    onsons, Oct 24, 2009 IP
  18. jaya2898

    jaya2898 Guest

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #18
    You may be right about php site maps are working well
     
    jaya2898, Nov 10, 2009 IP
  19. webrickco

    webrickco Active Member

    Messages:
    268
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    60
    #19
    again you are mixing concepts, php site maps are for users. Xml Sitemaps are for Search Engines only!!!
     
    webrickco, Nov 10, 2009 IP
  20. php.freak

    php.freak Well-Known Member

    Messages:
    185
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    101
    #20
    xml site mape is google friendly.............instead of php
     
    php.freak, Nov 11, 2009 IP