June 2, 2005

Google Sitemaps with Wordpress

I spent a little time and worked up some php code that generates a Google Sitemap from a Wordpress site. The php code generates a Google Sitemap xml file with all your posts ordered by time - newest posts first. Here’s a link to my Google Sitemap so you can see how it looks.

I’m sure there are ways to improve on my code so go right ahead. If you do, just leave me a comment. I might want to download it from you.

Just copy this code into a php file.

You can refer back to my previous post to read more about the Google Sitemaps Protocol and how you can submit your Google Sitemap.

Update: Wanted to point out that this generates a Google Sitemap from all your posts. There is no page support or category support. It is real basic and can definitely be improved.

Update #2: I won’t be writing a plugin for this since Arne Brachhold has already written a great one. Thanks Arne.

Michael Nguyen | Search Engine Optimization | Comments (103)

103 Responses to “Google Sitemaps with Wordpress”

  1. Ozh Says:

    Quick and nice start to help the community use this new Google feature, thanks for it.

    I have a couple suggestions that are easy to implement :

    use gzencode to produce a lighter .tgz instead of raw xml. Since Google accepts gzipp’ed documents, let’s not waste our bandwidth

    modify your SQL query : not only “post_status = ‘publish’” but also “post_status = ’static’” to indexes pages as well as posts

    you could probably fine tune the priority rather easily : for example checking post_modified, and giving a different priority depending on how old the post is.
    This said, I (we ?) have no clue of what Google will do with this priority …

    You could add a “loc” entry for categories as well. I find my category pages (/category/linux/ etc..) are quite often accessed from Google searches, so I think it’s important they’re well crawled and indexed as well.

    I also have a few ideas of further improvements that will be quickly needed :)

    You could easily make your script a plugin that would be run when a post is either created or modified.

    The thing I’d suggest here is that the sitemap is updated when a post is modified, and that it is updated and submitted to Google when a post is created (with maybe a maximum number of daily submission, although I couldn’t find any guidelines about this on Google’s pages)

    This would make another feature quite mandatory : it’d be a waste of computer time to generate the whole sitemap each time a post is created, especially on large blogs with numerous posts. A workaround would be to make incremental updates.

    It could be done by dynamically generate entry for latest post and merge it with a static file containing all previous posts.

    So. This were my first thoughts about your work. Again, thank you for being quick on this.

  2. planetOzh Says:

    Google’s Sitemap Protocol

    Google establishes a protocol to define a site map. A generator for WP is already available

  3. Brian Turner Says:

    Many thanks for that - however, just a quick question - is this going to be difficult to work with presenting an individual feed for individual category groups, or will it only work with generating a feed for the entire WP site?

  4. Search Engine Roundtable Says:

    Google Sitemaps: Free PFI

    Last night Danny Sullivan broke the news on a new free service Google is offering named Google Sitemaps. Simply put, this program allows “webmasters and site owners to feed it pages they’d like to have included in Google’s web index.”…

  5. ???????? Says:

    Google Sitemaps

    ? Google???????????

    ????????? Google ??????? Google Sitemaps ???????????? Google ?????????????? Google ????????????…

  6. Microsiervos Says:

    Google Sitemaps

    Google Sitemaps es un experimento en beta de Google que permite a los webmasters enviar mapas completos de sus sitios webs para que Google los indexe mejor. Los mapas son simplemente una lista con todas las URLs, bien en XML…

  7. Alex Says:

    I knew somebody would come out with this. Great job! I’ll try it out later today.

  8. Thomas Says:

    Awesome! Thanks!

  9. Lockergnome's Internet Marketing Says:

    Google Releases Sitemaps Beta

    Google announced today the start of Google Sitemaps, a program for more effecient spidering of websites. From their about page: Google Sitemaps is an experiment in web crawling. Using Sitemaps to inform and direct our crawlers, we hope to expand…

  10. Un Passo Al Giorno Says:

    Google sitemap

    Da Photo Matt vengo a conoscenza dell’implementazione pronta all’uso, per i possessori di CMS WordPress, di Google Sitemap.

    Si trova sul sito Social Patterns - Michael Nguyen on Search Engine Marketing, nell’articolo
    Google Sitemaps…

  11. jarkolicious Says:

    Google Sitemap with Wordpress

    Generate a neat Google Sitemap with Wordpress. Very nice little piece of code that will generate a Google Sitemap based on your Wordpress posts, from most recent to oldest. This will surely make adding a sitemap to a Wordpress based site quite easy!

  12. Ingoal Says:

    Awesome…thanks for this nice little script!

  13. Sarah Says:

    Thanks - absolute plug-n-play. This will be interesting to see how it goes.

    Sarah

  14. dt Says:

    I hope you dont mind but Ive made your script output a gzipped version of the sitemap to save bandwidth.
    heres the changed code…

    http://thedt.net/random/sitemap.txt

  15. macewan Says:

    awesome, thanks for the code.

  16. fozbaca.org Says:

    links for 2005-06-04

    wma2mp3 BASH script converting WMA to MP3 using Mplayer (tags: MP3 BASH WMA) Little Boxes (tags: CSS Design HTML)…

  17. James Farmer Says:

    Ditto, thankyou :O)

  18. hink Says:

    Hey there! Thanks for the idea, I spent a few minutes working it into my own CMS.

    http://www.hinkybox.com/devpages/gsitemap.phps

    Re: categories & sitemap sitemap; I have some down time so if I come up with
    something psuedocodey I will comment again. :)

    One little question, as I am not very familiar with the inner workings of Wordpress: Are all dates UTC/Zulu?

    Thanks man!

  19. WebMaster View Says:

    Google Sitemap for WordPress

    Create Google Sitemaps with WordPress.

  20. David Russell Says:

    With regard to the suggestion to have the script submit new ones every so often, the guidelines for Google’s own generator say a maximum of once per hour.

  21. netdancerplanet.info Says:

    WordPress Sitemap

    “Google Sitemaps es un experimento en beta de Google que permite a los webmasters enviar mapas completos de sus sitios webs para que Google los indexe mejor […]” - Microsiervos, 03/06/05
    He aadido una pequea mejora al nico tro…

  22. Michael Nguyen Says:

    Wow, thanks for all the comments - I’ll be out this weekend but I’ll try and improve the script during next week.

  23. theanomaly Says:

    Thanks for the great script guys. I’ve managed to get my sitemap up and running but Google doesn’t like the code somehow.

    When submitted, Google returns the error ‘We couldn’t find the Sitemap at the location you provided. Please make sure the Sitemap URL is correct and resubmit your Sitemap.’

    Anyone else come across this yet?

  24. Dean Sas Says:

    I’ve also modded your script, it now includes category support and page support. Couldn’t get it to gzip though for some reason. Here’s my edited sitemap code

  25. I VISION Says:

    Google Sitemaps help indexing

    Google released a new tool for webmaster: Google sitemaps. The Google Sitemap Protocol allows you to inform search engine crawlers about URLs on your Web sites that are available for crawling. A Sitemap consists of a list of URLs and may also contain …

  26. juque Weblog Says:

    Google Sitemap

    El 2 de junio pasado Google anunció un nuevo servicio: Google Sitemaps. ¿Qué es? y ¿cómo nos beneficia?…

  27. Freddi_the_enforcer Says:

    Hi,

    i found another one which also includes static pages. The priority gets calculated by the number of comments relative to the whole number of comments. Nice coded.

    http://www.arnebrachhold.de

  28. Greg Says:

    Thanks for the generator, works great. Thankyou!

  29. Waitman Gobble Says:

    Hello

    I think you need to use utf8_encode to be on the safe side…

    echo utf8_encode('’); ?>

    always
    1.0

    get_results(”SELECT * FROM $wpdb->posts WHERE post_status = ‘publish’ ORDER by post_modified DESC”); ?>

    ID)); ?>
    post_modified, false)); ?>
    daily
    0.8

  30. Waitman Gobble Says:

    oops, sorry about that last post. That is pretty ugly.

    try this:

    http://goofymoo.com/oops.txt

    take care

  31. Sam D. Says:

    Ozh said, “The thing Id suggest here is that the sitemap is updated when a post is modified […] itd be a waste of computer time to generate the whole sitemap each time a post is created, especially on large blogs with numerous posts. A workaround would be to make incremental updates.”

    Except you can have multiple sitemaps. So, have a sitemap for everything prior to the current month and a second for things added this month. Only the second needs to be recreated and shipped to Google every hour.

  32. Sidney Says:

    So, finally… I tried to comment (and trackback) already yesterday with a new script that includes static pages (as Ozh suggested) and also dt’s gzip-compression.
    Best thing on this script is the frequency the sitemap is generated. When requested, it is checked whether the last backup is more recent than the last post modification. If necessary, a new backup is generated and eventually, this backup is returned. I’ll see to it to include the new ideas, too.

    Get the script at http://sidney.ws4f.us/2005/06/04/keeping-pace-with-google

    Oh, and it seems to work with Google, I submitted the map yesterday. Still have to see if they complain now.
    Sid.

  33. Sidney Says:

    I merged your script with the one by Arne Brachhold, so that the final script also has category pages and can be configured. Also it generates the sitemap only if necessary (it does a backup to a certain file, and if nothing has changed, only the backup is returned.). And I included the idea by dt for gzip.
    Hope, youre okay with this.

    Download at http://sidney.ws4f.us/2005/06/04/keeping-pace-with-google

    Sid

  34. Milos Says:

    Thanks …
    I submitted sitemap of my blog thanks to your script … but I get Parsing error. why?

    Milos

  35. Sidney Says:

    Well, I can only guess. The script works good for me (http://sidney.ws4f.us/sitemap.php), so I’m not sure what the problem is. Can you give me the address or the error? [email: sidney[nospam]440@gmail.com]

  36. Ben Says:

    I have made a very simple explanation and form to create a sitemap. Would love your comments. No PHP or scripting knowledge is required.

    Ben
    http://www.googlesitemap.info

  37. b Says:

    i also kompared one with gz support.
    here you can see it.

  38. Richard Harden Says:

    I found another sitemap script with a configuration user interface (WordPress plugin). Look at Google Sitemap Generator v2 (BETA)

    Richard

  39. Rodney Shupe Says:

    Good work on the script, I used some ideas in it for one tat I was working on to do the same basic thing.

  40. Michael Nguyen Says:

    I recommend everyone to use Arne’s plugin - it’s great. Saved me the effort in writing my own.

  41. Jalansuter Says:

    Nice… I will use it. Thanks

  42. Jalansutera Says:

    Nice… I will use it. Thanks

  43. Samuel Says:

    The Google Sitemap Generator for Wordpress works very good. Thanks for the link!

  44. IoJkGe Says:

    Guys That a great site- great job done thanks…

  45. Sidney Says:

    Some competition for Arne ;-) : I converted my original remix into a real plugin for Wordpress. Includes real timezones and saves you some time by only generating if really necessary. Download at my site.

    Sid

  46. aaron wall Says:

    you just got a link from google
    http://code.google.com/sm_thirdparty.html

  47. Michael Nguyen Says:

    Thanks for pointing that out Aaron

  48. Sidney Says:

    Sorry to spam so much (delete the old posts by me, if you like), but I just wanted to let you know: I added a feature to my plugin that informs Google every time you publish, edit or delete a post. Never again having to submit your sitemap manually.
    Also, most (all?) features of Arne Brachhold’s plugin are in it, and real timezones and a min priority for posts (it’s no good if a post has a priority of “0.0″).

    http://www.sidney.ws4f.us/2005/06/13/google-sitemap-plugin-sidney-edition

    Sid

  49. Home of Arne Brachhold Says:

    Google Sitemap Generator for WordPress 2.5

    Hi there!
    Thanks for the great support and popularity of my Google Sitemap Generator to all the users and Bloggers who linked to me, especially to Michael Nguyen from socialpatterns.com who had the idea at first of all.
    Since Monday, 6 June 2005 ove…

  50. # k u k i e » WordPress ????? Says:

    […] WP? Google sitemap http://2entwine.com/fotobuzz/ […]

  51. bob Says:

    this is exactly what i’ve been looking for, thanks!

  52. Jason Golod Says:

    Thanks Michael, you are the man. I love the WP community.

  53. vamsi Says:

    here is my rating for your great plugin:
    http://www.gangavalli.com/blog/2005/08/16/google-sitemap-generator-plugin-for-wordpress/

    Good luck!

  54. alexmoreno.net » google sitemap Says:

    […] wordpress, mambo, … […]

  55. maximum Says:

    How WordPress in googlemap?

  56. juque weblog Says:

    Google Sitemap

    Para las personas que an desconocen el mundo de los weblogs les cuento rpidamente que existen formas de gritarle al mundo que nuestro sitio fue actualizado con una nueva Entrada. y quin escucha esos gritos? —te pregustars t— pue…

  57. » Mr. Ploppy’s Monday Tool List - Volume XXIV - Stuntdubl - SEO Consultant Says:

    […] Wordpress sitemap creator […]

  58. OddThinking » Judging the initial WordPress Google Sitemap Plugins Says:

    […] Winner by default: Social Patterns […]

  59. OddThinking » Judging the WordPress Google Sitemap Plugins - Redux Says:

    […] Two days later, I declared a race winner. Of the 161 search results, Michael Nguyen at Social Patterns was the first to meet the basic judging criteria. At the time, I said I would cover the race again in a week’s time. […]

  60. Sebastian Says:

    It may be a good idea to to validate the sitemap before a submission. Since accepted sitemaps get downloaded daily, there is no need for resubmits. In the meantime Google has even added crawler problem reports, great move.

  61. ? ? ? ? » Blog Archive » WordPress?sitemap?? Says:

    […] ?Google Sitemaps??????????????????Blog?????????G, Y, B??Google???????????sitemaps??????????Google??????????????????WordPress?????????????Catch me ????????????????.php??????wordpress???????????????????????Sitemaps???????Sitemap?????????????????????? […]

  62. Elliott Says:

    For anyone who’s interested… I have a script that turns your Google compliant XML sitemap into a Yahoo compliant sitemap that you can submit to Yahoo.

    It’s free.

    http://www.ielliott.com/2005/10/31/google-to-yahoo-sitemap/

  63. I VISION » Google Sitemaps help indexing Says:

    […] [1]: http://www.socialpatterns.com/ [2]: http://www.socialpatterns.com/search-engine-optimization/google-sitemaps-with-wordpress/ [3]: http://www.socialpatterns.com/wp-content/googlesitemap.txt Related articles PigeonRank, PeopleRank or TrustRank?Google test new user interfaceTabbed browsing in MSN toolbar, a new bait?Transition Matrices and PageRankSEO, website […]

  64. kukie » WordPress ????? Says:

    […] WP? Google sitemap […]

  65. Php???????? » Google Sitemap Plug-in for wordpress Says:

    […] ????????????????wordpress google sitemap generator.???????? ???????. ?????English Version?????N??? (English, German, Italian, Japanese, Spanish, Swedish, Simplified and Traditional Chinese) ? International Version . (??????????????????????????Native Food >__< ). ???Internet ?????blogger???????????????? ??june6?Liang Jin???????Simplified Chinese Version ?????????????????.??????????? ???????SEO(Search Engine Optimization)?? ???????????????? ????????? ????????(a little time && some code = =b). […]

  66. Php???????? » Google Sitemap Plug-in for wordpress Says:

    […] ????????????????wordpress google sitemap generator.???????? ???????. ?????English Version?????N??? (English, German, Italian, Japanese, Spanish, Swedish, Simplified and Traditional Chinese) ? International Version . (??????????????????????????Native Food >__< ). ???Internet ?????blogger???????????????? ??june6?Liang Jin???????Simplified Chinese Version ?????????????????.??????????? ???????SEO(Search Engine Optimization)?? ???????????????? ????????? ????????(a little time && some code = =b). […]

  67. Working Blogger»Blog Archive » Google Sitemaps for Bloggers Says:

    […] Michael Nguyen (Wordpress) […]

  68. Home of Arne Brachhold » Google Sitemap Generator for WordPress 2.5 Says:

    […] Thanks for the great support and popularity of my Google Sitemap Generator to all the users and Bloggers who linked to me, especially to Michael Nguyen from socialpatterns.com who had the idea at first of all. […]

  69. Frank Beier Says:

    Visualizing Google Sitemaps

    The Google Sitemap is a great new search engine optimization tool. By submitting a sitemap you can inform and controll crawlers in order to make discovery and addition of pages to the Google Index easier and faster.

  70. Aetheric Says:

    Thanks for providing this plugin, until recently I was using it for my sitemap. After spending some time revitalizing my website I came back here to find the link to the Wordpress plug-in. I have no migrated, but I appreciate the work you did.

  71. johnny Says:

    I looking for how to generate sitemaps, this tool helped me to generate for my wordpress site

  72. Michael Nguyen Says:

    Thanks for the comments everyone.

  73. Paavan S. Says:

    Hello All,

    I have create http://www.fibre2fashion.com/sitemap.txt
    for google sitemap submission but still not varified.

    how to used UTF -8 Code in the same sitemap.txt file?

    Any online tools or software available to create sitemap.txt for google sitemap.

    Waiting for your feedback.

  74. Google Sitemaps to Improve Indexing » Search Engine Optimization » SEO For Wordpress Says:

    […] Social Patterns Google sitemap for WordPress […]

  75. Steffen Says:

    I am using the Plugin and it works great from Day one.

    If your site is not verified than you missed making the dummy Google File and uploading it to your root folder on your server. Once you have the file up there click on the “verify” button.

    All that verify means is that the dummy file has not been found or checked yet.

    Follow the instructions given by Google on that point and all will be well.

  76. boay Says:

    I am using the Plugin and it works great from Day one.

  77. Addio monti. . . | Central Scrutinizer - [ il web in 272 comode rate ] Says:

    […] zanzare, distrarmi meno, altro e altro (che collide con il “distrarmi meno”). Permalink | // Used for showing and hiding user information in the comment form function ShowUtils() {document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } […]

  78. aoiro-blog » Google Sitemaps (BETA)?WordPress Says:

    […] ??????????Google Sitemaps (BETA)??????????Google Sitemaps with Wordpress - Social Patterns??????sitemap.php????????????????????sitemap.php????????????????????http://aoiro.s58.xrea.com/sitemap.php???? Add a Sitemap????????????????????????????????????????????????????????????????????????????????????????????2005/6/5???WordPress????????????????????????????hiromasa.zone : o) (Blog) Google Sitemaps with Wordpresshiromasa.zone : o) (Blog) Google Sitemaps with Wordpress - next -[MM]MMRT daily life Google Sitemaps with WP:: plasticdreams :: Google Sitemaps (BETA)Google Sitemaps ?????????????????FAQ????????????URL???SEO?????? [??????]2005/06/04 […]

  79. Bagak.Com Says:

    […] Social Patterns Google sitemap for WordPress […]

  80. BLog | kaNg aSep » Breaking Down Google Sitemaps XML Says:

    […] […]

  81. stdloans.com Says:

    Thanks - absolute plug-n-play. This will be interesting to see how it goes.

  82. shupe.ca » Weblog for shupe.ca Ramblings from the shupe family. Says:

    […] Update: Michael Nguyen has created some php code to generate wordpress Sitemaps dynamically which has been updated by Dean Sas to include categories in sitemaps also. […]

  83. blog.nas » Generate Google Sitemap for WordPress Says:

    […] Michael Nguyen has written a PHP module to allow WordPress users to automatically generate Google Sitemaps. It does the job pretty well and can be found here. […]

  84. Wordpress30?????? | BiZwiKi.CN - ?? PK ?? Says:

    […] ??Google Sitemap ???????????Weblog ????????????????Google ??????????? […]

  85. daniel Says:

    Thanks for the code, great job, it works so pretty !!

  86. 23rd World » Google’s Sitemap Buzz Says:

    […] In fact, the only mention anyone makes of using the generator script (that I could find) were two instances of problems. Fortunately there’s already a PHP script solution for us folks running WordPress blogs and I suppose I could make one the old fashioned way until then. Okay, maybe abbreviated versions. As long as we’re handcoding, stream of conscious offers some good advice: 1) Dont set your priority really high all the time. Google folks are not stupid. It will penalize you for making everything have a high priority. My advice is set everything at 0.5 and set a few high priority pages as .8, or 1. […]

  87. Blog » Blog Archive » Free Online - Web - Hosting Says:

    […] http://www.socialpatterns.com/search-engine-optimization/google-sitemaps-with-wordpress/trackback/ […]

  88. Google Site Maps at Galder.net web –> blog Says:

    […] Como el WordPress es maravilloso, como dira Josi, hay un plugin creado para generar estos archivos y no preocuparse de ello. Probndolo, me he dado cuenta que ese plugin tiene el problema que los posts ya realizados pero generados para el futuro los muestra, grrrr…. as que me he bajado este otro plugin y aunque daba el mismo error lo he modificado para que NO genere los datos de los post futuros. […]

  89. Galder Says:

    Hello!

    Very good work, simple and eficient code! Thanks a lot. I have noticed an “error”, if you publish some post to be appeared in the future (set future time to them, useful if you are going to be inactive in a comming period…), this script does not respect it and show them.

    Another plugin I have showed, as this one http://www.arnebrachhold.de/2005/06/05/google-sitemaps-generator-v2-final has the same problem.

    I have updated the query to:

    $t = time ();
    $today = date (”Y-m-d H:i:s”,$t);
    $sitemap = $wpdb->get_results(”SELECT * FROM $wpdb->posts WHERE post_status = ‘publish’ AND post_date

  90. Google Sitemaps (BETA) « :: plasticdreams :: Says:

    […] ???????????????????( Google????????????????SEO????????? ?????)?????????? sitemap.php ???????????? Google Sitemaps with Wordpress [www.socialpatterns.com] ?????????????????? plasticdreams.org/sitemap.php [plasticdreams.org] ??????Google Sitemap [www.google.com] ???? Gmail ?????????? […]

  91. BoGoMo » Blog Archive » [?]????? ?? ? ? ?? ???? Says:

    […] WP? Google sitemap […]

  92. nooklp Says:

    Omg! thx! i’ve fighting with this problem alot of time!… thx ) article really helped

  93. 23rd World » Google Sitemaps Explained Says:

    […] Google Sitemaps for Wordpress is some PHP code written up by Michael Nguyen of socialpatterns.com […]

  94. åȥǥåĥ100ȲȤؤƻ Says:

    seesaa֥googleȥޥå֡ѡȣ

    ®Ǥä֥륵ȥޥå֡פΡ̤Τ餻ޤ

  95. Robert Says:

    Thanks for all the hard work on creating this. I plan to put up a Wordpress blog soon and have a lot to learn about the whole process.

    You have done a lot of work to help a lot of people here.

    Thanks.

  96. WORDPRESSNEWS.COM » WordPress - WordPress.ch - Translate this page Says:

    […] Google Sitemaps with Wordpress - Social Patterns Michael Nguyen on Search … Judging the initial WordPress Google Sitemap Plugins Says: … Search Engine Optimization ” SEO For Wordpress Says: … […]

  97. JulyBox–七月盒子 » Google Sitemap 生成工具 for wordpress Says:

    […] 昨天把网站提交到google上,但是它要求我提示一个sitemap,好方便它爬我的网站。 但是我对这个所以的sitemap并不熟悉,其实应该说是一窍不通,于是就在网上找有没有谁已经写出这样的工具来了。 结果找到了这样一个网站: Google Sitemaps with Wordpress — Social Patterns 文章里面提交,有牛人已经写出了针对wordpress的插件: 哈哈,这下可以省事了。 […]

  98. Levysoft » Google rilascia xml sitemap protocol Says:

    […] per chi utilizza Wordpress come piattaforma per il proprio blog, allora vi consiglio di dare un’occhiata a: . Webdomus.it, partendo dal codice proposto da Social Patterns ha creato uno script per generare una Google Sitemap dei weblog che girano su WordPress 1.0.2 (dovrebbe essere compatibile con tutte le versioni, ma non ho avuto modo di verificarlo) tenendo conto delle diverse priorità di aggiornamento. Per il momento crea solo la mappa (un documento XML) dei post. - Fullo.net consiglia, invece, un altro bel plugin per wordpress per crearvi la sitemap xml. Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages. […]

  99. Olcsó Repülőjegy Says:

    That’s just amazingly simple and helpful, thank you.

  100. Blogger Buster Says:

    Create a sitemap for your blog…

    Sitemaps are a useful tool in helping get your blog pages indexed by search engines, which gives your blog extra “visibility” online and can drive more traffic to your site….

  101. Ken Nickless Says:

    Great post and very useful information.This plugin is certainly going to help a lot of Wordpress bloggers get quicker search engine optimization.
    Thanks very much for the info.

  102. William The Search Engine Optimisation Guru Says:

    Many thanks for Google sitemap. I found this tool very easy and helpful to search sitemaps for blog pages indexed by search engines. I am using the Plugin and it works great. Thanks once again for such kind of plugin.

  103. Lionel The Search Engine Optimization Guru Says:

    Sitemaps are a useful tool in helping get your blog pages indexed by search engines, which gives your blog extra “visibility” online. It is good that WordPress users automatically generate Google Sitemaps. Thanks for creating this.

Leave a Reply