As mentioned in the thread titile. I have a sitemap.php file can I use this as a sitemap on the google webmasters tool? If not how do I change it to .xml? Thanks
you should generate .xml sitemap to submit it to google. go to google.com and search for "sitemap generate" this should help you...
A PHP file will not be accepted by G. What you need is the XML version. I use gSiteCrawler for all of ours. Most are in the 38 to 51K page range.
Google uses XML site maps only but if your php sitemap is a viewable page that has links to all your pages, you should add a link to your php sitemap and google will find that page and crawl all the other pages from that page. Also good to keep in mind that yahoo seems to like html formatted sitemaps.
You can submit XML via php. the extension on the file makes not difference, it is the meta data inside that matters.