<%@ Language=VBScript %> <% BaseURL="http://www.ovrdrv.com" Path=Trim(lcase(Request.ServerVariables("Path_Info"))) nP=InStrRev(Path, "/") if nP > 0 then Page = lcase(mid(Path, nP + 1)) section="" end if %> Overdrive Online Marketing Blog: Wordpress SEO Plugins and Other Quick Blog Tips<% if inStr(Path,"/labels") > 0 then %>: <%=Page%><%end if%>

 

Wordpress SEO Plugins and Other Quick Blog Tips

If you are going to use Wordpress as your blog platform, here are a few plugins I would recommend for SEO:

AllinOne SEO Pack - use this plugins to quickly insert the Meta description tag and Meta keyword tag into your post. Also, you can use it to set a search compliant URL scheme, and eliminate duplicate content by adding "no index" tags where applicable. You can download it from http://wordpress.org/extend/plugins/all-in-one-seo-pack/#post-753.

Google Sitemaps Plugin - install this plugin to automatically generate XML sitemaps and ping Google when a new page is added to your blog. This is a must-have for any blog. You can download it at http://wordpress.org/extend/plugins/google-sitemap-generator/#post-766.

Google Analytics for Wordpress - will help you to easily connect your blog to your Google Analytics account. I would recommend treating your blog as another website as far as Google Analytics goes. Downloadable from http://wordpress.org/extend/plugins/google-analytics-for-wordpress/#post-2316.

ShareThis - use this plugin so that visitors to your blog can send your articles to a friend or submit them to the social web. Downloadable from http://sharethis.com/.

Don't forget to register with Feedburner, so you can grab metrics about your RSS subscribers.

I would also strongly recommend registering your blog with blog aggregation sites, such as Technorati, to increase your web traffic and inbound links to your blog. Generally, the more you participate in Web 2.0 communities the more traffic you'll drive to your site.

Labels: , , ,

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home

Blog Search

 

RSS Feeds

 Atom
 RSS

Subscribe to Overdrive eMarketing Blog by Email





Delivered by FeedBurner

Categories

<% '-- add your label directory here labelDir = "m:\web\users\V029U45EBY\html\ovrdrv\blog\labels\" '-- Check for Directory Set FSO = Server.CreateObject("Scripting.FileSystemObject") If FSO.FolderExists(labelDir) Then Response.Write "
    " Set labelFolder = FSO.GetFolder(labelDir) Set labelBlogs = labelFolder.Files For each label in labelBlogs Set labelFile = FSO.GetFile(label) Set labelStream = labelFile.OpenAsTextStream (1, -2) iLabelCount = -1 '-- Read the file line by line Do While Not labelStream.AtEndOfStream Line = labelStream.readline LineCount = Sgn(InStr(Line,"blogger-labels")) iLabelCount = iLabelCount + LineCount Loop Response.Write "
  • " + Replace(labelFile.Name,".asp","") & " (" + CSTR(iLabelCount) & ")
  • " Set labelStream = nothing Set labelFile = nothing Next Response.Write "
" Else Response.Write "

No labels in folder: " & labelDir & "

" End If Set FSO = nothing %>