WordPress Tag Plugin for Ultimate Tag Warrior & Google Sitemaps Integration

I have just published a new plugin to integrate the Ultimate Tag Warrior (UTW) tags and Google Sitemaps (GS) plugins for WordPress 2.0.4 and 2.0.5.

This plugin extracts the UltimateTagWarrior tags from the WordPress database and appends each of the tags URLs onto the end of the Google sitemap XML file when you execute the Google sitemaps plugin to create a new sitemap.

This plugin saves you having to manually add the URL (into the Google Sitemaps Additional Pages section) each time you use a new Ultimate Tag Warrior tag in a new post.

For further information on the plugin, visit Google Sitemaps - Ultimate Tag Warrior - Tag Addon for WordPress

|


Other Related Posts or Pages:



Can't find what you're looking for? Try Google Search.

 

3 Comments

  1. Andrew wrote
    at 4:39 pm - 29th September 2006 Permalink

    When I rebuild the sitemap, all of the entires for tags refer to this site as the URL. For example, the tag CSCO looks like this…


    http://www.dicontas.co.uk/blog/index.php?tag=CSCO 2006-09-29T08:34:57+00:00
    daily
    0.6

    It should have my URL…. I am using the versions of all plugins you require. I have default settings for Sitemaps, and use K2 as my theme.

  2. Dicontas Blog Admin wrote
    at 4:58 pm - 29th September 2006 Permalink

    Hi Andrew,

    You need to modify the following line in the PHP script to replace dicontas.co.uk with your own domain name.
    i.e.
    $utw_tag = “http://www.nyquistcapital.com/blog/index.php?tag=” . $utwtag->tag;
    or
    $utw_tag = “http://www.nyquistcapital.com/blog/tag/” . $utwtag->tag;
    if you have enabled the Use url rewriting for local tag urls within the UltimateWarriorTag plugin.

  3. Andrew wrote
    at 6:17 pm - 29th September 2006 Permalink

    Got it. Didn’t realize there was documentation in the code.

    Thanks for the short but effective plugin!

Post a Comment

You must be logged in to post a comment.