Question about creating a sitemap

USA282

Senior Member
Joined
Dec 18, 2016
Messages
917
Reaction score
784
Hey guys,

Any idea how to create a sitemap for a website that has hundreds of new pages everyday. Let's take an example of reddit or even BHW. How do I create a sitemap that automatically adds in and update hundreds of new pages everyday. Thanks!
 
Well, is the website a forum or a blog? BHW and Reddit are forum-based sites and operate via a completely different sitemap in comparison to a large blog with a massive amount of info pages.
 
Well, is the website a forum or a blog? BHW and Reddit are forum-based sites and operate via a completely different sitemap in comparison to a large blog with a massive amount of info pages.
Lets just say that the website is similar to Reddit and Quora.
 
Lets just say that the website is similar to Reddit and Quora.
It depends on the CMS,
if it's a dependant PHP website, then you need a dependant PHP script for that
 
It depends on the CMS,
if it's a dependant PHP website, then you need a dependant PHP script for that
Yup, its a PHP website. Can you please share some links that might be helpful for me. Thanks :)
 
Please try this. Am not sure it's gonna work for you yet just a try.
Here are some steps to generate site map
• Click the given URL, https://www.xml-sitemaps.com/ which is a site map generator, and paste your URL.
• It will take some process and you can able to see the sitemap details.
• Download Sitemap details and move them to the main directory (root folder).
• Get back to the site and Click GSC-Paste your URL.
• Download- HTML verification file, upload it to the main directory where the site map is added.
• Back to GSC, click- google-site-verification.
• Verify it.
 
It all depends on the CMS,
if it's a PHP-based website, you'll need a PHP-based script.
 
Back
Top