I need to create a sitemap for my website to submit to search engines such as google. The site is dynamic so the sitemap links would be generated every time users add new content. The site is php based. I don’t know where to start. Any help or resources out there?
Share
You start with creating a list of links that are all leading to a page on your site. But only use one link for one page (not multiple links for the same page).
Next to the link you can put a lot in there, look into the XML sitemap specification what is all possible.