Any input / pointers for my upcoming Ecommerce move?
-
I have input and pointers
- Data Feeds for your products( Google/ Bing)
- Advise product URLs and basically all urs are lower case ( long term)
- dnt 301 image urls, but make sure they have Alt tags
- I would advise social Integrations (facebook Likes)
-
Wissam,
Thank you
I need to work on my Bing Feed... Anyone else have any pointers? -
if any URL's work for upper and lower case, make sure you 301 one to the other. I recommend using lowercase, so redirect all upper or mixed case to all lower case.
oh, and dont forget sitemaps..
-
This post is deleted! -
James,
My URLS work for both lower case and uppercase. So the CMS spits out a product URL like this:
www.domain.com/Product-Describer-Keyword.html
but if the customer were to goto /product-describer-keyword.html or /Product-describer-keyword it also works automatically (without me manually doing a 301)
So can i assume this is build in?
-
if you can access the same page using multiple URL's this is BAD - you MUST 301 redirect all requests to a single URL - pick lowercase or whatever, but do not leave it as-is. It only takes one mistake on internal linking or a bad inbound link and you'll get all these indexed..
-
please explain,
user can access http://www.domain.com/Product-Describer-Keyword.html and http://www.domain.com/product-describer-keyword.html ? if yes then you have a duplicate content issue, just to let you know that Google is smart to picking up the Url that is used by the CMS, but when you start getting links to the one not used by CMS then you have an issue .
-
It is the same product, there isn't multiple products. So the user can access the same product by going to any of the following::
/Levi-Blue-Jeans, /levi-blue-jeans, /LeVi-bLuE-JeAnS, or whatever,
But the main version is /Levi-Blue-Jeans. Just to re-inforce, this ins't going to a different page - its the same product. So basically my URLs are not case sensitive, but are produced as the product title, which uses some uppercase letters.
James,
I have the rel=cananical tag on all my product pages linking to the lowercase, exact version of the url.
-
I completely understand. But this is not good practice. rel=canonical is a band-aid, but I would definately try to 301 to that lowercase url if you can. Seriously.
-
James,
Thank you for your recommendation. Appreciate it.