Page 1 of 1

SEO helpful hints for OC users

Posted: Mon Dec 07, 2009 11:44 pm
by bilbothecat
Having hacked through a good deal of the issues regarding SEO that have been covered in numerous topics on this forum, I thought I would post this in case it is of any help to other users.

Firstly, the Admin tag SEO keyword field is somewhat confusing I guess and its primary use is for search engine friendly URLs. To be honest, most of the search engines have now adjusted to take account of the fact that e-commerce sites have unreadable URLs, but in my view it is worth doing because it is kinder to your visitor.

This tag field should be used to enter how you want this product (category/manufacturer etc) to appear in the URL. I recommend that you use hyphens "-" instead of spaces and instead of underscores, so that your URLs read like: http:// www. myocshop.com/tvs/sony/SONY-40-inch-BRAVIA-LCD-TV-KDL-40V5810. Search engines slightly favour hyphens to underscores, and both are preferred to spaces, which gets returned as an "%20" and is not helpful to visitors.

The keyword meta tag is not used by any search engine. Well actually Inktomi use it for some random ratings for the engines they support and Yahoo use it if there is nothing else to go on. Google don't use it. I actually place the

Code: Select all

<?php echo $title; ?>
here so at least it picks up the page heading title and therefore my product name.

I also use this tag in the document Title:

Code: Select all

<title><?php echo $title; ?> | my site strapline</title>
along with a strapline hardcoded in the layout.tpl

Do not under estimate the importance of the browser title bar! If you are not paying shed loads for AdWords or placement, then this is the second most important bit of SEO for your page after quality inbound links. In real terms you can almost forget all the other stuff (providing you have well written page content). Make sure your product descriptions are comprehensive e.g. SONY 40 inch BRAVIA LCD TV KDL 40V5810. So they can be read in the browser title bar and therefore appear as the highlighted bold text returned by Google and others who look to match search phrases with the document <title>. If you are including the site name tag or another site name descriptor in the <title> tag, please ensure you place it at the end so it reads : SONY 40 inch BRAVIA LCD TV KDL 40V5810 Shop online at New Vision Audio Visual Equipment dot com rather than Shop online at New Vision Audio Visual Equipment dot com SONY 40 inch BRAVIA LCD TV KDL 40V5810 . Why?

Well otherwise the searcher may not actually see what they are looking for in the search return as only about 60 characters get displayed.
So this >> SONY 40 inch BRAVIA LCD TV KDL 40V5810 Shop online at New Vi....
is better than
this >> Shop online at New Vision Audio Visual Equipment dot com SON...

The description meta tag is important and is used by all search engines in slightly different ways. The important thing to remember is to ensure it contains a well written sentence or two about the page content, containing your important 'keywords' (not to be confused with keyword meta tag) and that you do not just put in a list of features or benefits seperated by a comma.

So to round things up - if you can use the SEO URLs do so, remembering that the SEO keyword field feeds this. Do not worry too much about the keyword meta tag, simply stick the title code in here.
Make sure your description meta tag is well written, not just a list.
Finally and most important - make sure your product names are complete and descriptive so that they are shown in the browser title bar and reflect what your customers are going to be looking for.

Re: SEO helpful hints for OC users

Posted: Mon Dec 14, 2009 12:23 am
by jc-piazza
I'd appreciate a dumbed-down explanation since I'm not getting it.

Here's the documentation in the Help section:

SEO Keyword
The keyword used for search engine optimization.

So please explain what I'm supposed to do here. For a category = Widgets and a product = Large Round Widget, what do I put in the SEO Keyword field? Do I put:

http://www.mysite.com/widgets
and
http://www.mysite.com/widgets/large-round-widget

or do I just put:

widgets
and
widgets/large-round-widget

or what?

Regardless of what I put, it doesn't seem to give me a page called that.

Re: SEO helpful hints for OC users

Posted: Mon Dec 14, 2009 6:37 am
by jc-piazza
bump

Re: SEO helpful hints for OC users

Posted: Tue Dec 15, 2009 1:07 am
by jc-piazza
BTW - I'm running Opencart on IIS - does the SEO keyword/URL rewrite even work on this platform or is it just for Linux?

Re: SEO helpful hints for OC users

Posted: Tue Dec 15, 2009 1:12 am
by thewanderer
I tried without success to get it to work on IIS.

Re: SEO helpful hints for OC users

Posted: Wed Dec 16, 2009 11:06 pm
by bilbothecat
As far as I am aware the SEO rewrites will only work on Apache on Linux.

Why not transfer to Linux - leaner, faster, cheaper?

Re: SEO helpful hints for OC users

Posted: Thu Sep 23, 2010 12:16 am
by vkaltchev
bilbothecat wrote:
The keyword meta tag is not used by any search engine. Well actually Inktomi use it for some random ratings for the engines they support and Yahoo use it if there is nothing else to go on. Google don't use it. I actually place the

Code: Select all

<?php echo $title; ?>
here so at least it picks up the page heading title and therefore my product name.

I also use this tag in the document Title:

Code: Select all

<title><?php echo $title; ?> | my site strapline</title>
along with a strapline hardcoded in the layout.tpl

Do not under estimate the importance of the browser title bar!
IS page heading title=product name=browser title bar? AND what is then document Title and from where you can change it?
Cheers,
Valentina