Watching New Meta Tags

I am always on the watch for new meta tags that are being tested by search engines. I like to be an early embracer of new technology. If you are unsure of what meta tags are in common place use right now, here is a great primer and list for you to consider using on your website.

Two new meta tags that I am watching and just getting ready to implement on my own site are two that Google released recently mainly for use on Google News. They are syndication-source and original-source. These two tags inserted in your source code in the head tag allow you to notify search engines that you are the creator of content on your website. You can read more information about both in this interesting article.  Why not just use the canonical tag? Well, Google says it best and here is the quote:

“We felt the options currently in existence [the canonical tag] addressed different use cases and were insufficient to achieve our goals. The more accurate metadata that’s out there on the web, the better the web will be.”

Google is pretty clear that they are just using these new tags for Google News right now, but if you are a unique informational content author such as myself, it is a good thing to make your content as the originator so that scraper sites that steal your content will not get credit for your hard work. Google does say that they are evaluating the wider use of these meta tags, but has not embraced them for you use in their regular index.

Here is how you would actually use the tag in your head tag code:

meta name=”original-source” content=”http://www.mccordweb.com.com/weblogs/2011/04/23/watching-new-meta-tags”

I personally feel that I will most likely use both to just cover all bases, but remember these tags are not being widely used right now by Google’s index. Will they use it? Possibly, but I am willing to try anything to tag my content as my own.

Google Toolbar PageRank Indicator is Bogus

I have several customers who monitor their website’s Google Toolbar PageRank. In fact, they do not take action on links unless the site has a favorable Google Toolbar PageRanking.

First off, it is important to understand that Google does not show your real organic PageRank in the Google Toolbar. Additionally, the PageRank in the Google Toolbar is not the same as PageRank on Google.com. Confused yet?

Here are the quick notes you should remember about the Google Toolbar PageRank indicator:

  • PageRank changes by page and not by website.
  • Each time Google crawls your site your Google.com PageRank may change.
  • For each search query entered on Google.com, Google delivers the pages in order of true PageRank not Toolbar PageRank.
  • Toolbar PageRank is not the same as PageRank.
  • Google does not show the real PageRank for any site so as to prevent SEO firms from working the system.
  • I have found that Google updates Toolbar PageRank infrequently sometimes once in six months.
  • A Toolbar PageRank of three could not carry the same real world Google PageRank as other three rated sites, there are more factors at play.
  • A high Toolbar PageRank does not mean a high Google.com PageRank.
  • You can probably now disable your Google Toolbar if you were using it for SEO position referencing.

I have found a terrific article at The Search Engine Journal that really digs deeper into this topic and would highly recommend that you read it. It debunks some of the misconceptions webmasters and website owners have had about the importance of the Google Toolbar PageRank. I personally do not use the Google Toolbar PageRank indicator for any decisions about my own website.

Duplicate Content Revisited

To move up and stay up in the organic search results you have to have a content and link building program. When it comes to syndicating your own content there are a few guidelines that Matt Cutts of Google recommends.

“I would be mindful that taking all your articles and submitting them for syndication all over the place can make it more difficult to determine how much the site wrote its own content vs. just used syndicated content. My advice would be 1) to avoid over-syndicating the articles that you write, and 2) if you do syndicate content, make sure that you include a link to the original content. That will help ensure that the original content has more PageRank, which will aid in picking the best documents in our index.”

The bottom-line is that you need to tag the location of your original content so you will get credit from Google as being the author. This is especially important when you are using article syndication sites. We even recommend posting the content on your website first when possible and then a week later at the syndication sites. Now this tactic is not always possible, but if you can you’ll want to post on your site first.

Canonical URLs: The WWW Quandary

To help improve your organic search placement it is important to let Google and other search engines know how you want your links returned and how they should index your website. Should it be linked and named as http://McCordWeb.com or http://www.McCordWeb.com? Specifically I mean in the example is there a www or no www in the URL. Deciding which way you want your links to show and be indexed is just another aspect you should address when you get serious about organic search placement. This issue is called canonical URLs.

I personally like URLs with the www. In all my content, all my links, all my code, I am consistent. I always use a www. You may prefer no www, and that is fine, just make sure that everything you do reflects this decision. The key is to be consistent everywhere. In the Google Webmaster Control Panel, you can tell Google how you want them to link and index your website URLs. This is key to making sure that the do not index both version of your website.

Additionally if you are on a UNIX server I install in the .htaccess file a script to rewrite URLs to my preference. Here is the script to add using my domain name as the example. Make sure to change to your own domain when you do the installation.

RewriteEngine On
RewriteCond %{HTTP_HOST} ^mccordweb.com
RewriteRule (.*) http://www.mccordweb.com/$1 [R=301,L]

I have found a great article that very clearly explains this topic on www.searchengineoptimizationx.com and recommend it to you for further reading. This is an important issue for search engine placement and so really deserves your further consideration and action.