leo
leo

Reputation: 21

How can I build a Google Site Map for my PHP website?

I would like to build a sitemap for my newly developed website in PHP. Can someone help me in building a sitemap for Google?

Upvotes: 1

Views: 1507

Answers (3)

steve
steve

Reputation: 1

You could try Sitemap Writer Pro.

Upvotes: 0

Tom
Tom

Reputation: 3637

You could try check XML sitemap tutorial: http://www.xml-sitemaps-generator.com/create-xml-sitemaps-with-a1-sitemap-generator/

There are lots of tools for helping you with XML sitemaps. I recommend you try out a few and find one that fit your needs.

Upvotes: 1

Brian Driscoll
Brian Driscoll

Reputation: 19635

Google has pretty thorough documentation on the topic here

Upvotes: 5

Related Questions