Google Webmaster Tools

Google Webmaster Tools is a MUST have if you are trying to understand and improve your search ability on the web.  It allows you to explore and see what Google sees when it crawls your site.  You can sign up for a free account here:  https://www.google.com/webmasters/tools/

The first thing you need to do is to add your site or blog, you will see this on the homepage after you login.

Once you have set this up, your dashboard will look something like this.  Although, you may find it to be pretty bare because you just set up.  Now just explore :)  It is pretty self explanatory.  **Don’t worry if you don’t see much info yet, Webmaster Tools is not like Analytics, where it is updating constantly.

A few things to do and pay attention to in Webmaster Tools:

1.  Submit a Sitemap for your blog.  Sitemaps are not quite the same in a blog as they are on a website, websites have tons of pages with different content.  On a blog, your primary information consists of posts, so you need to submit your RSS/Post feed as a Sitemap.

To do this you need to go to the “Your site on the web” section of the sidebar in your webmaster tools, then you need to click on “Subscriber stats“, then you will see something like this:

Click on “Yes, please!
If it says “No data available”, either you don’t have any subscribers yet (if that is the case, go subscribe to your own feed), or Google has not gather the data yet (most likely if you just set up…. so just keep checking back, it will show up in a week or so).

2.  Pay attention to your “Search queries” section.  This gives you some fabulous information!  It shows you where you are in the searches and how people are finding you.  Here is a break down of what the table means (in Google’s words):  

  • Queries: The total number of Google Web Search queries that returned pages from your site results over the given period. (These numbers can be rounded, and may not be exact.)
  • Query: A list of the top search queries that returned pages from your site.
  • Impressions: The number of times pages from your site were viewed in search results, and the percentage increase/decrease in the daily average impressions compared to the previous period. (The number of days per period defaults to 30, but you can change it at any time.)
  • Clicks: The number of times your site’s listing was clicked in search results for a particular query, and the percentage increase/decrease in the average daily clicks compared to the previous period.
  • CTR (clickthrough rate): The percentage of impressions that resulted in a click to your site, and the percentage increase/decrease in the daily average CTR compared to the previous period.
  • Avg. position: The average position of your site on the search results page for that query, and the change compared to the previous period. Green indicates that your site is climbing in search results.

 3.  Links to your site.  I am going to do a whole other post on this subject because it is so important, but the number and quality of links that link to your site are vital.

4.  The Keywords section is really nice, because it shows you what google sees.  If the keywords that are showing up are not the keywords that you want your blog to be associated under, you need to work on including the keywords that you want in your posts.

If you have not read my article on Meta Tags, then you should :)  It really helps google to find relevant keywords.

The last thing that you can and should do to improve your keywords is to make sure to add “Labels” to your posts.

If you have any questions about Webmaster Tools, feel free to ask, or there are some really helpful links in the little yellow box on each page :)

Meta Tags

I wanted to start SEO week out with some basics, so the first thing on the agenda is Meta Tags.  It is a really easy thing to add to your blog or website, but it is super important.

What is a Meta Tag?
Meta tags are html tags that are used to describe your site or blog to search engine.  The most common and important tags are the title tag, description tag, keyword tags, revisit-after tag, and the robots tag.

Why are Meta Tags important?
Meta tags are important because they convey to google, yahoo, bing, etc. what your site is all about.  When you search for something, the search engine is searching for keywords found on different sites.  When you get a list of search results, your meta tags help determine what comes up.  The first example shown is my other blog (I have already used meta tags in it).

This second example is what this blog looks like when you don’t have Meta Tags (I only put meta tags up last night, so they don’t show up yet):

If you noticed, on the “Makin’ Cute Blogs” search, it grabbed code off my sidebar, and it looks terrible.  If someone is searching out different sites and this is what they get for the description, they are not going to be likely to click on it.  So be very thoughtful about what you say in your description.

How do You Make Meta Tags?
So Easy!  Here is snapshot of what mine looks like.

I have put together the different meta tags for you to copy and use:

The Description Meta Tag is what you want your readers to know about your website, this is probably the most important tag.

<meta name='description' content='PUT YOUR DESCRIPTION HERE'/>

The Title Tag is just that, your blog or website’s title.

<title>YOUR TITLE HERE</title>

The Keywords Meta Tag are the keywords that you want search engines to associate with your site.

<meta name='keywords' content='PUT YOUR KEYWORDS HERE'/>

The Robots Meta Tag tells search engines what to index on your site. I assume that you want them to index your entire site, so here is the tag for that (make no changes to this one).
<meta name='robots' content='index, follow'/>

The Revisit-After Meta Tag tells the search engines how many days before you want them to revisit your site. With a blog this is especially important, because you want them to revisit frequently if you are adding posts often. **Change the “X” to how many days you want to pass before a search engine revisits your site.
<meta name='Revisit-After' content='X days'/>

I Strongly Recommend that you use all the meta tags above, but here are few additional ones that are great too, but totally optional. Just judge it by the specifics of your blog or website.

The Abstract Meta Tag is similar to the description tag, but just shorter. It is a one liner summary of your blog or website. Not all search engines look for it, but some do, so it can’t hurt :)
<meta name='abstract' content='SHORT SUMMARY HERE'/>

The Author Meta Tag is great if your name is attached to what your blog or website is about. It attaches an Author to your blog or website.
<meta name='author' content='PUT YOUR NAME HERE'/>

The Copyright Meta Tag declares any copyright information that you wish to disclose about your blog or website.
<meta name='description' content='PUT YOUR DESCRIPTION HERE'/>

The Distribution Meta Tag states where you want your blog or website distributed, there are 3 option “Global”, “Local”, or “IU” (IU=internal use, only use this if you don’t want anyone to see your blog, which I am sure if you are doing all is isn’t the case :).
<meta name='distribution' content='PUT WHAT TYPE OF DISTRIBUTION YOU WANT HERE(GLOBAL, LOCAL, OR IU)'/>

The Language Meta Tag really only useful if you have a non-english, or multiple language site (but it is great for those 2 uses). It declares what language your site uses. Here’s a list of the language codes:
BG (Bulgarian)
CS (Czech)
DA (Danish)
DE (German)
EL (Greek)
EN (English)
EN-GB (English-Great Britain)
EN-US (English-United States)
ES (Spanish)
ES-ES (Spanish-Spain)
FI (Finnish)
HR (Croatian)
IT (Italian)
FR (French)
FR-CA (French-Quebec)
FR-FR (French-France)
IT (Italian)
JA (Japanese)
KO (Korean)
NL (Dutch)
NO (Norwegian)
PL (Polish)
PT (Portuguese)
RU (Russian)
SV (Swedish)
ZH (Chinese)
<meta name='Content-Language' content='PUT YOUR 2 LETTER CODE HERE'/>

The Copyright Meta Tag declares any copyright information that you wish to disclose about your blog or website.
<meta name='description' content='PUT YOUR DESCRIPTION HERE'/>

How do You Install Your Meta Tags?
Super Easy!  Just go to your “Edit HTML” and paste them directly beneath your <head>.  On a website, put it anywhere in your Head section.