3

I have a localhosted website that's not published yet, I need to create a HTML and XML sitemap for it before publishing, is there a way or a tutorial to do so? Thx

EDIT

Well yes it's a self created CMS, something that's created from scratch, yes it's dynamic, I know that we can use xml-sitemaps.com but I need to publish the website to use it, I need the exact syntax to do so

John Conde
  • 217,595
  • 99
  • 455
  • 496
Joseph Khella
  • 695
  • 1
  • 9
  • 26
  • 1
    Well, we need more information than that. Is this a CMS and if yes which one? Or is it a static website? Is it based on a framework? What have you tried already to create a sitemap? – insertusernamehere Oct 25 '15 at 09:01
  • Well yes it's a self created CMS, something that's created from scratch, yes it's dynamic, I know that we can use xml-sitemaps.com but I need to publish the website to use it, I need the exact syntax to do so – Joseph Khella Oct 25 '15 at 09:04
  • 1
    If it's a self created CMS you could go this road: create a controller that handles requests to sitemap.xml which are rewritten to a particular action in this controller. Load the menu structure with all URLs, create the XML-structure using a XML-library in your used language and return a XML-response. – insertusernamehere Oct 25 '15 at 09:08
  • Just use a tool that can scan localhost / local disk websites (like A1 Sitemap Generator or other deskop sitemap tools) – Tom Apr 27 '16 at 11:36

0 Answers0