Moz Q&A is closed.
After more than 13 years, and tens of thousands of questions, Moz Q&A closed on 12th December 2024. Whilst we’re not completely removing the content - many posts will still be possible to view - we have locked both new posts and new replies. More details here.
Best Dynamic Sitemap Generator
-
Hello Mozers,
Could you please share the best Dynamic Sitemap Generator you are using. I have found this place: http://www.seotools.kreationstudio.com/xml-sitemap-generator/free_dynamic_xml_sitemap_generator.php
Thanks in advanced for your help.
-
I use DYNO Mapper exclusively. It is the best dynamic Sitemap Generator that I have used so far. I have used powermapper & slickplan in the past, but I like DYNO Mapper because it has some cool extra features like content audits capability and inventory display. It is also integrated with Google Analytics and displays this data on each page of the sitemap.
- topic:timeago_earlier,3 years
-
Inquiring minds want to know: so how did it go?
- topic:timeago_earlier,9 months
-
Thank you very much i appreciate your help. I´m trying gsitecrawler.com, lets see how it goes.
-
I use the free version of xml-sitemaps.com and it works really well - would recommend it.
-
I use the Microsoft SEO toolkit, its not so much dynamic, but you can just click the pages you want included. i think this is better as Duane Farrester said on white board friday, you should not include every page in your sitemap. just the main ones. If you list every page it is likly your site map will be ignored in future.
I asked Duane about this at bing, and he suggested that this is only so with large sites, if you have a small site of 10-20 pages then listing every page is not a problem. but all the same i only list useful pages, i dont list contact page, policy pages and the like.
-
A1 sitemap Generator 3 is good because of it can generate web sitemap, mobile sitemap, rss sitemap etc
-
I use http://gsitecrawler.com/ which is awesome and can be downloaded for free. Does the job for me and doesn't seem to have any limitations such as number of crawled pages.
-
I use xml-sitemaps.com if the website has proper navigation and is less than 500 pages. It works pretty well, you can download the sitemap afterwards in xml, html or txt.
Got a burning SEO question?
Subscribe to Moz Pro to gain full access to Q&A, answer questions, and ask your own.
Browse Questions
Explore more categories
-
Moz Tools
Chat with the community about the Moz tools.
-
SEO Tactics
Discuss the SEO process with fellow marketers
-
Community
Discuss industry events, jobs, and news!
-
Digital Marketing
Chat about tactics outside of SEO
-
Research & Trends
Dive into research and trends in the search industry.
-
Support
Connect on product support and feature requests.
Related Questions
-
Adding https version of website: how best to redirect
If I have 4 versions of my site http://www
Technical SEO | Mar 15, 2018, 6:01 PM | bhsiao
http://
https://www
https:// What is the best way to redirect without losing seo positions? i have been mainly using http://www but have recently added my ssl so https works also. I heard at Moz Con that I should get the https working. All of my marketing and ads are going to http://www 301 redirect 3 of them? Which 3? If https is becoming important, should that be my main url? will it hurt my seo to switch? Thank you so much in advance!0 -
Does Google read dynamic canonical tags?
Does Google recognize rel=canonical tag if loaded dynamically via javascript? Here's what we're using to load: <script> //Inject canonical link into page head if (window.location.href.indexOf("/subdirname1") != -1) { canonicalLink = window.location.href.replace("/kapiolani", ""); } if (window.location.href.indexOf("/subdirname2") != -1) { canonicalLink = window.location.href.replace("/straub", ""); } if (window.location.href.indexOf("/subdirname3") != -1) { canonicalLink = window.location.href.replace("/pali-momi", ""); } if (window.location.href.indexOf("/subdirname4") != -1) { canonicalLink = window.location.href.replace("/wilcox", ""); } if (canonicalLink != window.location.href) { var link = document.createElement('link'); link.rel = 'canonical'; link.href = canonicalLink; document.head.appendChild(link); } script>
Technical SEO | Aug 15, 2017, 3:53 PM | SoulSurfer80 -
Removing Redirected URLs from XML Sitemap
If I'm updating a URL and 301 redirecting the old URL to the new URL, Google recommends I remove the old URL from our XML sitemap and add the new URL. That makes sense. However, can anyone speak to how Google transfers the ranking value (link value) from the old URL to the new URL? My suspicion is this happens outside the sitemap. If Google already has the old URL indexed, the next time it crawls that URL, Googlebot discovers the 301 redirect and that starts the process of URL value transfer. I guess my question revolves around whether removing the old URL (or the timing of the removal) from the sitemap can impact Googlebot's transfer of the old URL value to the new URL.
Technical SEO | May 5, 2021, 4:56 AM | RyanOD0 -
Host sitemaps on S3?
Hey guys, I run a dynamic web service and I will start building static sitemaps for it pretty soon. The fact that my app lives in a multitude of servers doesn't make it easy to distribute frequently updated static files throughout the servers. My idea was to host the files in AWS S3 and point my robots.txt sitemap directive there. I'll use a sitemap index so, every other sitemap will be hosted on S3 as well. I could dynamically mirror the content from the files in S3 through my app, but that would be a little more resource intensive than just serving the static files from a common place. Any ideas? Thanks!
Technical SEO | Dec 5, 2012, 7:15 PM | tanlup0 -
Blogs are best when hosted on domain, subdomain, or...?
I’ve heard the it is a best practice to host your blog within your site. I’ve also heard it’s best to put it on a subdomain. What do you believe is the best home for your blog and why?
Technical SEO | May 10, 2012, 2:20 AM | vernonmack0 -
XML Sitemap without PHP
Is it possible to generate an XML sitemap for a site without PHP? If so, how?
Technical SEO | Oct 7, 2013, 5:00 AM | jeffreytrull11 -
Sitemap for dynamic website with over 10,000 pages
If I have a website with thousands of products, is it a good idea to create a sitemap for this website for the search engines where you show maybe 250 products on a page so it makes it easy for the search engine to find the part and also puts that part closer to the home page? Seems like google likes pages that are the closest to the home page (less clicks the better)
Technical SEO | Oct 26, 2011, 4:34 AM | roundbrix0 -
/index.php in sitemap? take it out?
Hi Everyone, The following was automatically generated at xml-sitemaps.com Should I get rid of the index.php url from my sitemap? If so, how do I go about redirecting it in my htaccess ? <url><loc>http://www.mydomain.ca/</loc></url>
Technical SEO | Jun 20, 2011, 3:01 PM | RogersSEO
<url><loc>http://www.mydomain.ca/index.php</loc></url> thank you in advance, Martin0