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

Ceon URI Mapping (SEO)

Locked

Views: 472,315

Results 1,101 to 1,120 of 2,913
This thread is locked. New replies are disabled.
5 Feb 2010, 4:03 PM
#1101
new2u avatar

new2u

Zen Follower

Join Date:
Sep 2009
Posts:
186
Plugin Contributions:
0

Ceon URI Mapping (SEO)

There a way to remove ?&language=en from the end of some of my urls... Google is saying I have duplicate title tags because of it

5 Feb 2010, 8:52 PM
#1102
new2u avatar

new2u

Zen Follower

Join Date:
Sep 2009
Posts:
186
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I was able to resolve it. not a uri issue. It was a sitemap issue.

5 Feb 2010, 9:21 PM
#1103
new2u avatar

new2u

Zen Follower

Join Date:
Sep 2009
Posts:
186
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi,

That all looks okay. Which means it's probably something custom on your server I'm afraid.

You should be able to manually trace this by randomly outputting the contents of the server variables (using var_dump) and seeing where the index.php?main_page is being brought in. (Could be some mod changing the environment somehow, could be your webserver, I'm not sure).

Sorry I can't be of more help than that, but that's what I'd have to do in your situation to find out why that is happening and fix this behaviour.. on our server it sticks with / all the time (as it should do).

All the best..

Conor
ceon

So I found the var that calls it up $var_linksList[$i]['link'];
My template called for another template for those elements in tpl_ezpages_bar_header.php
Within there is where I found $var_linksList[$i]['link'];

Anyone know where those are called up? Or how to find it?

5 Feb 2010, 10:17 PM
#1104
new2u avatar

new2u

Zen Follower

Join Date:
Sep 2009
Posts:
186
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Wow... so those variables are defined withing the easy pages in the admin>tools Talk about looking too deep into things... got it taken care of. Thanks

5 Feb 2010, 10:50 PM
#1105
piker avatar

piker

Zen Follower

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

Re: Ceon URI Mapping (SEO)

conor:

Hi,

Possibly. It's impossible to tell without knowing what paths are throwing 404s!

It should be easy enough to go through your logs, see what paths are causing 404s, checking if a file is missing from that path or it the URI rewrite rule is blocking access to that path and adding an exception for that path. all the info you need for adding exceptions is in the documentation.

All the best...

Conor
ceon
I've looked at this for a few days now and I can't seem to find any problems with the Rewrite text. I have noticed, however that when first appearing on my website if I hover the mouse over the (e.g) "Grasses" Category it shows an address of: ####/grasses?zenid=aad36069f1933f5c5c54b8124093a24c but if its actually clicked it turns to: ####/grasses and remains so for the rest of the session. Actually once any one link is clicked then all the links appear as they should using your URI Mapping. Could this first click actually be the log error thats appearing? Is what I just explained, with the link, supposed to happen? Cheers.

7 Feb 2010, 10:21 AM
#1106
simonbbc avatar

simonbbc

New Zenner

Join Date:
Apr 2009
Posts:
41
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Sorry to bother you...

Simply go to Modules > URI Mapping Config in the Admin and the database tables will be automatically created.

This at the moment links me to a blank page, is this right there is no mention of this in the instructions...

Also

Go to Configuration > URI Mapping (SEO) in the Zen Cart admin, the option to disable/enable the module can be changed there.

This option is not in the menu structure yet, I assume this is an upload error on my behalf or as a result of the first blank page not creating the tables...

any help would be great

7 Feb 2010, 11:09 PM
#1107
piker avatar

piker

Zen Follower

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

Re: Ceon URI Mapping (SEO)

I have noticed that when first arriving on my website if I hover the mouse over the (e.g) "Grasses" Category it shows an address of: ####/grasses?zenid=aad36069f1933f5c5c54b8124093a24c but if its actually clicked it turns to: ####/grasses and remains so for the rest of the session.
Is this everyone elses experience here??

8 Feb 2010, 6:10 AM
#1108
ed20 avatar

ed20

New Zenner

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

Re: Ceon URI Mapping (SEO)

Hi, Conor, I use Easy Populate to generate thousand of my products one time, if I use Ceon URI Mapping, does it means I have to update every products one by one? or do you have any ways to solve this problem when using Easy Populate mod?

thanks for your kindness... i like your mod very much!

8 Feb 2010, 10:04 AM
#1109
whatisthat456 avatar

whatisthat456

New Zenner

Join Date:
Dec 2009
Posts:
33
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I just installed the module and followed all instruction and used the sample rewrite rule. My problem is that the mapping fields are not there when I go to edit a product or category? I hope this is just a simple mistake. My add new category/product pages are the same as before the mod. Any help would be great.

8 Feb 2010, 10:44 AM
#1110
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi Simon,

simonbbc:

My admin folder is called "this admin" and my shop folder is "automotiveshop" but when I modify the code I get an Internal Server error.......:blush:

You can't use spaces in URIs!

You must rename your admin folder.

As for the blank page issue you are encountering, that implies a PHP error is occuring. Please search the forums for hints on what to do about this, hopefully that will help you find the source of the problem easily!

All the best..

Conor
ceon

8 Feb 2010, 10:47 AM
#1111
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

whatisthat456:

I just installed the module and followed all instruction and used the sample rewrite rule. My problem is that the mapping fields are not there when I go to edit a product or category? I hope this is just a simple mistake. My add new category/product pages are the same as before the mod. Any help would be great.

Quite simply, you haven't fnished installing the module. At the very least you've missed copying across the files from the modified_core_files folder.

Follow the installation instructions again, making sure to follow all the steps and you should be fine!

Be careful with the merging of any modified core files of course!

All the best..

Conor
ceon

8 Feb 2010, 6:22 PM
#1112
whatisthat456 avatar

whatisthat456

New Zenner

Join Date:
Dec 2009
Posts:
33
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Should I have the little box ticked for the auto-gen if it is an already existing product?

Also I want to say thanks conor for this great mod and for your quick reply!

8 Feb 2010, 7:12 PM
#1113
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

whatisthat456:

Should I have the little box ticked for the auto-gen if it is an already existing product?

Tick it and click preview/update if you want to generate a new URI. Otherwise enter your own URI (or don't enter anything and leave the box unticked and no URI will apply for the product).

All the best..

Conor
ceon

8 Feb 2010, 8:08 PM
#1114
whatisthat456 avatar

whatisthat456

New Zenner

Join Date:
Dec 2009
Posts:
33
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hey one last thing, Can you change the URl for for example the shipping & returns page or the contact us page?

8 Feb 2010, 8:21 PM
#1115
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

whatisthat456:

Hey one last thing, Can you change the URl for for example the shipping & returns page or the contact us page?

Yes, these are referred to as "other" Zen Cart pages in the docs. Instructions are there on how to manually add mappings for these pages using software such as PHPMyAdmin.

All the best...

Conor
ceon

9 Feb 2010, 8:21 PM
#1116
simonbbc avatar

simonbbc

New Zenner

Join Date:
Apr 2009
Posts:
41
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

conor:

Hi Simon,

You can't use spaces in URIs!

You must rename your admin folder.

As for the blank page issue you are encountering, that implies a PHP error is occuring. Please search the forums for hints on what to do about this, hopefully that will help you find the source of the problem easily!

All the best..

Conor
ceon

Thanks Conor

I have implemented the new admin URL and have searched forums for answers on the blank page once I click the config option under Modules...
Can anyone give me a clue so I can find a bit of help on this issue please I seem to just come up with nothing that relates to it other than my post on this forum....

Cheers

9 Feb 2010, 9:16 PM
#1117
jay76 avatar

jay76

New Zenner

Join Date:
Jan 2010
Posts:
91
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

I have installed this missed out the book core files as it says you dont need to install these, everything else has been installed but all I get now in the admin is a big fat white page??

What is the reason for this?

10 Feb 2010, 9:16 AM
#1118
piker avatar

piker

Zen Follower

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

Re: Ceon URI Mapping (SEO)

bump.....

I have noticed that when first arriving on my website if I hover the mouse over the (e.g) "Grasses" Category it shows an address of: ####/grasses?zenid=aad36069f1933f5c5c54b8124093a24c but if its actually clicked it turns to: ####/grasses and remains so for the rest of the session.
Is this anyone elses experience here??

I've looked at other peoples sites, that are using this mod, and it seems mine is the only one displaying this behaviour. Do you have any ideas what the problem is Conor? Anyone??

10 Feb 2010, 9:39 AM
#1119
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi,

piker:

bump.....

You won't get any quicker or extra support from me by bumping posts.

Zen Cart adds the session ID, many sites I've seen add it and then remove it. There's nothing I can do about that, I suggest you just ignore it.. search engines know about session IDs I'm sure!

All the best..

Conor
ceon

10 Feb 2010, 10:06 AM
#1120
conor avatar

conor

Passed

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

Re: Ceon URI Mapping (SEO)

Hi Simon,

simonbbc:

Can anyone give me a clue so I can find a bit of help on this issue please I seem to just come up with nothing that relates to it other than my post on this forum...

You should have found information about PHP errors and displaying these errors etc. Nevertheless.. please send me FTP and admin details for your site via this link and I'll take a **very **quick look to see if I can see what's up.

All the best..

Conor
ceon