Plugins 011 – Search And Replace Plugin

Today we’re covering the Search and Replace plugin to find and replace text in your blog.

The plugin allows you to find and replace text found in many of the database fields including:

  • Content Body
  • Titles
  • Excerpts
  • Meta Data
  • Comments
  • Tags
  • Categories
  • Category Descriptions

The plugin permanently changes text in the database. It is highly recommended that you first backup your database using the WP DB Backup plugin before proceeding with this plugin.

Show Feedback

Gene inquired about using the Google XML Sitemaps plugin (covered in episode 5) for multiple WordPress blogs located in sub folders on one web site domain. By default the Google XML Sitemaps plugin will create the sitemap within the root folder of the WordPress installation. Since Web Crawlers look for the sitemap.xml in the root folder of your web site, Gene was wondering if the plugin was intelligent enough to merge each blog’s sitemap into one in the root folder.

Unfortuantely, the Google XML Sitemaps plugin isn’t designed for managing multipe blog installations. Luckily, there is another solution to this problem. Setup a sitemap index as your root sitemap.xml file that links to other sitemaps on your web server. Here is an example:

<?xml version="1.0" encoding="UTF-8"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
   <sitemap>
      <loc>http://www.example.com/blog1/sitemap1.xml.gz</loc>
      <lastmod>2008-10-01T18:23:17+00:00</lastmod>
   </sitemap>
   <sitemap>
      <loc>http://www.example.com/blog2/sitemap2.xml.gz</loc>
      <lastmod>2009-01-01</lastmod>
   </sitemap>
</sitemapindex>

More details on sitemaps is available at www.sitemaps.org.

Plugins 006 – All In One SEO Pack Plugin

Today we’re covering Search Engine Optimization and the All In One SEO Pack plugin. Remember, a well optimized web site for SEO will help your ranking in search engine results.

Key features in the All In One SEO Pack include:

  • Reorders page titles to optimize search engine coverage
  • Detailed HTML Meta descriptions and keywords
  • No follow options to prevent search engines from indexing pages that contain redundant content such as category and tag result pages

The plugin is developed by Semper Fi Web Design. To learn more about the All In One SEO Pack plugin as well as other plugins developed by Semper Fi Web Design, please visit www.semperfiwebdesign.com.

Instructions how to setup Permalinks are included in this episode. Permalinks, or permanent links, give your blog site friendly URLs for your pages and blog posts that search engines love to see.

Plugins 005 – Google XML Sitemaps

Today we’re covering the Google XML Sitemaps plugin to generate valid site maps for popular search engines such as Google, MSN Search, Yahoo and Ask.com to process.

Key features include:

  • Automated regeneration (New and edited posts and pages automatically regenerate sitemaps)
  • Auto Notify Google, MSN Search, Yahoo and Ask.com when sitemaps are updated
  • Optional compressed version of sitemap file
  • Detailed selection of content to be included in Sitemaps (e.g. only posts and static pages)
  • Customize priority weights based on page type (homepage, archives, static pages, etc..)
  • Works with WordPress 2.7 (latest version as of this writing)

The plugin is developed by Arne Brachhold. To learn more about the Google XML Sitemaps plugin as well as other plugins developed by Arne, please visit www.arnebrachhold.de.