• It is currently Wed Sep 08, 2010 2:50 am
    in Sydney, Australia

Keywords

Author Message
 Post subject: Keywords
PostPosted: Wed Mar 10, 2010 2:00 pm 
User avatar
Site Admin
Joined: Mon Aug 04, 2008 1:56 pm
Posts: 27
I'm currently looking at adding some enhancements to the theme templates to get them to automatically generate header content that is specific to your store and what's being displayed at the time.

One of the things that we will do is generate a <meta name="keywords"> tag that contains the tags associated with the product being displayed.

However, I'd like to point out that both Google and Yahoo have publicly announced that they ignore the "keywords" tag on a page and this means that having keywords adds zero value to your page rank.

There is a common belief that the more keywords you have, the better. I'd just like to ensure that everyone understands that they are virtually useless.

If you want to get a good Google page ranking, then write descriptive and relevant content on all your pages. It's hard work, but it will pay off in the long term.

Brian


Top
 Profile  
 
 Post subject: Re: Keywords
PostPosted: Thu Mar 11, 2010 6:03 pm 
User avatar
Site Admin
Joined: Mon Aug 04, 2008 1:56 pm
Posts: 27
I promised some updates to the Theme support yesterday, and I'm happy to announce that the first of the changes has now been released.

We're trying to simplify the process of writing and modifying themes as well as adding better support into the language.

One of the most obvious problems has been that there has been no automatic way of generating header content based on the page being displayed.

You may have noticed in the Fresh Theme that we had a whole pile of code to generate meta keyword statements based upon the tags used for a product. This made the theme look a little bit messy, so we've introduced a new variable - "header".

If you add

{{ header.author }}
{{ header.copyright }}
{{ header.description }}
{{ header.keywords }}

in the <head> section of your theme.liquid, then you will get automatically generated meta statements for each of the 4 types.

The author and copyright tags automatically generate statements that include a copyright statement for your store to cover its content.

The description tag generates structured information which depends upon the type of page being displayed.

We've followed Google's recommendations regarding this tag, which you can read at

http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=35264

Using structured tags within the description field will provide search engines with more relevant information about your site's pages.

Finally, we automatically generate a keywords meta tag using the tags for your products. This does not help you in improving your search engine rankings, but it may assist users to find the correct information.

These tags have been added to all the stores, so everyone will start benefiting from the improved information that will be picked up by the search engines.

Brian


Top
 Profile  
 

 [ 2 posts ] 
Post new topic Reply to topic
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum