Nice site about SEO for bloggers, check it here. Must read, has many good tips for beginners like me.
For those who don’t know, a meta tag is an HTML tag that is located in the
HEAD section of a web page. Unlike other HTML tags, meta tags
do not appear anywhere on the page itself, so visitors never see
them. Different meta tags serve different purposes, but they are
generally used to provide additional information about the page.
for complete description of meta tag, check this site
Some of them are useful, especially when communicating with search engine spiders.
So how can I use meta tags in my posts ? Here is a good article about it: How To Use HTML Meta Tags from searchenginewatch.com.
I have choosed to use these tags in my SEO experience:
- META Description
- META Keywords
- TITLE
- META Description
<meta content='SEO Progress, SEO and' name='description'/>
- META Keywords
<meta content='SEO Blog Blogger post traffic' name='keywords'/>
- TITLE tag
Now, the good news is that blogspot already does this autmatically for your every post. That's why I already had this in place on my third post.
You can create the description and keywords tags easily with Meta-tag generator: http://www.orblogs.com/get_meta.asp
Just go ahead and define your description and keywords and click "get tags" button. From the you can follow the instructions on how to change your blogger or wordpress template so that those tags will be included on every post.
To edit template on Blogger, login in, choose Dashboard/Layout/Edit HTML.
How to verity if your tags are working, two quick methods:
1) Go to your blog as visitor, when page is loaded click View/Page
Source (Ctrl+G) on Firefox browser menu or on Internet Explorer View/Source on browser menu. This opens an HTML view of your page. You should be able to find easily the TITLE and description and keywords tags in the resulting HTML code, look for TITLE tag first, metatags are under it..
2) Verify your blog on Metatag Analyzer, you'll get quite comperensive report: http://www.submitexpress.com/analyzer/
I chose the free version of SiteMeter, it had the best look, and it comes with some analytical data too. So I had some extra with my counter, here it is:
This does not necessarily increase my traffic, but its a nice to have..
For today, that's it. Lets see how many hits this blog can get.
AdSense is already activated, so now I'll "turn on" Google Analytics for my site, these are the benefits: (taken from the analytics site)
Make profit-generating improvements to your advertising and website.Pretty complete, huh ? And it's free !
- Fast Implementation
- Keyword and Campaign Comparison
- Custom Dashboards
- AdWords Integration
- Internal Site Search
- Benchmarking
- Trend and Date Slider
- Ecommerce Tracking
- Funnel Visualization
- Site Overlay
- Email reports
- GeoTargeting
Here is what you have to do to have Google Analytics in your site/blog:
Create and Google Account then Sign in to Google Analytics, this all can be done here
At the end of the process you will have to insert a script in your page template , right before </body> tag. In blogger this can be done in "Layout/Edit HTML". Quite easy..
This is the very first post here, the basic idea is to describe in every post what has changed in this blog since the last post. The "changes" of course are all my attempts to increase my blogs traffic. These changes are documented in details so that everyone easily can put them in pratice. I'll keep the posts in numbered in sequencial order so it will be easy to follow up later.
So, this is what we have now (nothing much):
- Blogging pro template, check it here (removed the amazon deal of the day ad - one ad is enought for my blog)
- Edited the template HTML so that the footer will show recent posts and comments, instructions for that can be found here
- Added Ad-Sense (of course, every weblog should have this). By the way, to convert ad-sense script into format that blogger.com understands I've used this nice tool to edit my script:
Blogger ad code converter
Use this, othervise you will have to edit it manually, Copy & Paste form Google AdSense won't work..