Zen Cart Logo

SEO friendly URLs

Locked

Views: 5,952

Results 1 to 4 of 4
This thread is locked. New replies are disabled.
23 Mar 2010, 10:58 AM
#1
waynesmallman avatar

waynesmallman

New Zenner

Join Date:
Mar 2010
Posts:
2
Plugin Contributions:
0

SEO friendly URLs

Hi!

I've spent a good couple of hours trying to get to the bottom of this (searching Google "mod_rewrite site:zen-cart.com" among others, threads, external searches, documentation, the Admin itself) and although I've found several different topics and articles, I just can't make any sense of what's going on.

I want SEO friendly URLs for my shop. How do I do it?

23 Mar 2010, 12:06 PM
#2
coolcarpartsonline avatar

coolcarpartsonline

Totally Zenned

Join Date:
Feb 2008
Posts:
1,386
Plugin Contributions:
0

Re: SEO friendly URLs

Search the download section for seo. I can think of 3 different SEO mods such as Ultimate URL, Simple SEO and CEON URL.

28 Mar 2010, 8:37 PM
#4
g1smd avatar

g1smd

Zen Follower

Join Date:
Mar 2010
Location:
UK
Posts:
449
Plugin Contributions:
0

Re: SEO friendly URLs

SEO friendly URLs are created by the links on your pages.

It is those links that define URLs.

Once you have links, you then create a rewrite, the pattern of which matches various incoming URL requests.

The rewrite then connects the request to the script and the script serves the content. It is important that the script sends the right HEADERS in response to those requests.

For a page where content exists it should send '200 OK', and where there is no content to send it should send '404 Not Found'.

For malformed requests, either a 404 Not Found response, or a 301 redirect to the correct URL, should be employed.