Zen Cart Logo
Forums / All Other Contributions/Addons / Ceon URI Mapping (SEO)

Ceon URI Mapping (SEO)

Locked

Views: 472,312

Results 2,061 to 2,080 of 2,913
This thread is locked. New replies are disabled.
28 Oct 2010, 11:52 AM
#2061
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Ceon URI Mapping (SEO)

Hi,

kittykat:

Thanks for taking the time to get back to me

No problem!

All the best..

Conor
ceon

28 Oct 2010, 12:25 PM
#2062
aftershock avatar

aftershock

New Zenner

Join Date:
Jun 2010
Posts:
10
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I installed this and found that with the first access to mapped pages results in zenid being appended to URLs off just pages with Ceon URLs. This does not occur if the first page hit is any non-Ceon URL.

Here is one of the Ceon URLs
http://aftershockmotorsports.com/Custom-Buggy-Parts

I pulled up a couple sites listed in this thread. These two have the same behavior:
http://www.burnerbooks.com
http://www.mydanilo.com/

These two put the zenid on after the initial page so could be the cache directory write issue:
http://winegiftspersonalized.com
http://www.winemax.ie/

Zen Cart is installed in a subdirectory, cart. Initially I had zenid every time on the Ceon URLs until I modified the session create because the default is to set the cookie path to the install directory. I changed it to '/'. This is probably a common issue for people and might be worth noting in the documentation.

28 Oct 2010, 12:36 PM
#2063
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

Aftershock:

I installed this and found that with the first access to mapped pages results in zenid being appended to URLs off just pages with Ceon URLs. This does not occur if the first page hit is any non-Ceon URL.

This is probably a common issue for people and might be worth noting in the documentation.

Zen Cart is responsible for choosing when the session ID is added, not Ceon URI Mapping.

If there is a way to make Zen Cart smarter about this then of course I think I should add that functionality.

However, I don't have time to look into this at the minute. It's therefore on my "to-do" list. (I give no release dates or planned released dates, so anyone reading this, please don't ask! :) ).

I do note that one of the changes in Zen Cart 1.3.9h is the addition of the following line to the sessions file:

if (defined('SESSION_USE_ROOT_COOKIE_PATH') && SESSION_USE_ROOT_COOKIE_PATH  == 'True') $path = '/';
```All the best..

Conor
[ceon](http://dev.ceon.net)
30 Oct 2010, 2:01 AM
#2064
batta avatar

batta

New Zenner

Join Date:
Oct 2010
Posts:
14
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Conor -

Great add on. I wanted to tell you about some strange behavior, however.

I have my Site Map page linked to an EZ Page. It was working and displaying all proper links at the URI /index.php?main_page=site_map. I ticked the box on the EZ Page editor to have the URI auto-generated. Poof, the links disappeared from the site map, although an otherwise complete page did appear with a URI of /site-map.

Deleting "site-map" from the URI Mapping box in the EZ Page editor restored the links on the site map page which still appears with a URI of /site-map. To double check, I re-ticked the box to generate the URI which again caused the links to disappear, I then deleted "site-map" from the URI Mapping box again returning the links to view.

So, my site appears to be working correctly again. In my search of this thread and others I could find no mention of anything similar happening to anyone else, so I thought I would pass this on. Nothing similar happened with any of my other pages when I generated the URI. If you are interested in taking a look, my site is http://www.clarifyartwear.com/

Thanks for making this great add on available, and for all the information you dispense.

30 Oct 2010, 10:23 AM
#2065
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

batta:

Great add on. I wanted to tell you about some strange behavior, however.

Glad you like the software!

It doesn't have any "strange" behaviour, after several years of finding and fixing bugs, there are no known bugs in the software.

You must simply have configured something wrong.. possibly having one page's URI interfere with another's.

Please send me PHPMyAdmin (i.e. database/control panel) details and admin details for your site via this address. I'll then take a quick look for you.

if you create any temporary accounts for me, just be sure they have FULL access, you can then delete them afterwards for peace of mind.

All the best..

Conor
ceon

1 Nov 2010, 12:18 PM
#2066
mjpwall avatar

mjpwall

New Zenner

Join Date:
Nov 2009
Posts:
26
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi,

I'm enjoying this software and it's working great thank you.

I have one question, I'm removing a number of products from my store, for instance a colour may have been discontinued and I want to redirect the url for the deleted product to another product or category, how do I do this?

2 Nov 2010, 2:16 PM
#2067
mjpwall avatar

mjpwall

New Zenner

Join Date:
Nov 2009
Posts:
26
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Just an update on the above. Reading around on this thread it seems that CEON URI deletes the generated URI's when a products is deleted. What I want to do is redirect a product to another product or category, I presume I could use the original url that zencart produces but how do I find this out, and won't there be 3 or more for each product, it would be great if I could use the CEOn generated URL's. Any help would be greatly appreciated.

2 Nov 2010, 5:25 PM
#2068
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

mjpwall:

I'm enjoying this software and it's working great thank you.

I'm glad you like it.

mjpwall:

I have one question, I'm removing a number of products from my store, for instance a colour may have been discontinued and I want to redirect the url for the deleted product to another product or category, how do I do this?

You'll need to manually add URIs to the database. Simply use PHPMyAdmin and add (Insert) a record...

  1. Enter the ***uri ***for the discontinued product
  2. Set language_id to 1 (or whatever your language ID is)
  3. Set current_uri to 0 (very important!)
  4. Set main_page to product_info (or the appropriate product type's info page)
  5. Set associated_db_id to the new product's ID (the ID of the product you want to redirect the old product's URI to).
  6. Select NOW() for date_added
    That's how to create a "historical URI". It will redirect the old product's URI to the new/replacement one's.

To redirect to a category, use generally the same settings as above, but instead use "index" as the main_page and set the associated_db_id to the category's ID.

Easy!

All the best..

Conor
ceon

2 Nov 2010, 5:28 PM
#2069
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

mjpwall:

Just an update on the above. Reading around on this thread it seems that CEON URI deletes the generated URI's when a products is deleted.

Yes, no point having links to products which no longer exist, better to let the 404 page handle them!

You should have all the answers you need now, in my previous post.

All the best..

Conor
ceon

3 Nov 2010, 2:37 AM
#2070
bherd avatar

bherd

New Zenner

Join Date:
Jul 2009
Posts:
13
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Conor,

Is there a feature or plans to allow the inclusion of the "Model" into the generated URI? We keep accidentally ending up with two products pointed at the same URI by having the same product name.

Thanks and keep up the good work, we attribute being at the top of our search terms to the URI management.

Bil

3 Nov 2010, 12:15 PM
#2071
ninijj avatar

ninijj

New Zenner

Join Date:
Nov 2010
Posts:
10
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Connor
I use Ceon mapping with no problem on different zencart
Now I just install a new one 1.39g and CEON doesn't work

The problem is : if I enable the module all URL rewritten goes to 404 error

I check the database and URL are correctly created

I don't know where to search

I install the 3.8 version

Thanks

3 Nov 2010, 12:21 PM
#2072
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

NINIJJ:

I don't know where to search

You need to sort out your .htaccess file. Information about that can be found in the configuration documentation.

If you are still having trouble, please follow the installation instructions from the start to the end.

All the best..

Conor
ceon

3 Nov 2010, 12:48 PM
#2073
ninijj avatar

ninijj

New Zenner

Join Date:
Nov 2010
Posts:
10
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

which htaccess from admin dir?

3 Nov 2010, 12:54 PM
#2074
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

NINIJJ:

which htaccess from admin dir?

Sorry, I've made the instructions in the documentation very clear. Please read them carefully, I don't have time to repeat things here.

All the best...

Conor
ceon

3 Nov 2010, 1:00 PM
#2075
ninijj avatar

ninijj

New Zenner

Join Date:
Nov 2010
Posts:
10
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I understand and I'm sorry
I'm jsut in the middle of the installation of advance shipper I've just buy from your web site and english is not my fluent langage

Can you just point me where to found?

Thanks

6 Nov 2010, 12:19 PM
#2076
damiantaylor avatar

damiantaylor

Zen Follower

Join Date:
Aug 2009
Posts:
244
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi,
I've found a slight issue which I'm trying to track down and am wondering if it is with the URI mapping mod.

If I go to a deactivated product, my cart doesn't show the 'page not found page', instead it still goes to the product page.
I've done some coding so the product page shows some appropriate text but it's still not right.

The deactivated product in question is: http://www.snowrepublic.co.uk/PreOrder/DemonCreatureTeamHelmetWomen

Does anyone else get still get to the product page even on a deactivated product?

6 Nov 2010, 2:59 PM
#2077
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

damiantaylor:

I've found a slight issue which I'm trying to track down and am wondering if it is with the URI mapping mod.

Does anyone else get still get to the product page even on a deactivated product?

No, when a product is deactivated its URI no longer shows the product page. The functionality is no different from the standard for Zen Cart.

At least you know it's nothing to do with the URI mapping.

Good luck in tracking down the real source of the fault!

All the best..

Conor
ceon

6 Nov 2010, 3:16 PM
#2078
cecsy avatar

cecsy

New Zenner

Join Date:
Jul 2010
Posts:
9
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I've copied all the files twice (1. - 3.) and I'm still stuck at 4. I can't find "Modules > URI Mapping Config" in the Admin.

6 Nov 2010, 3:58 PM
#2079
conor avatar

conor

Passed

Join Date:
Aug 2004
Location:
Belfast, Northern Ireland
Posts:
2,480
Plugin Contributions:
4

Re: Ceon URI Mapping (SEO)

Hi,

cecsy:

I've copied all the files twice (1. - 3.) and I'm still stuck at 4. I can't find "Modules > URI Mapping Config" in the Admin.

Let me guess.. you've renamed your admin folder from "admin" to something else but you've upload the admin files to a folder called "admin" on your site?

You must upload the "admin" files to whatever folder your admin folder is called.

All the best..

Conor
ceon

6 Nov 2010, 4:01 PM
#2080
cecsy avatar

cecsy

New Zenner

Join Date:
Jul 2010
Posts:
9
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Thanks for answer!
All the renaming is done.