New Zenner
- Join Date:
- Jan 2011
- Posts:
- 4
- Plugin Contributions:
- 0
Ceon URI Mapping (SEO)
Conor,
Thanks so much!!!!!!! That is exactly what I did, and now it is working perfectly! Thanks a million.
Views: 472,234
New Zenner
Conor,
Thanks so much!!!!!!! That is exactly what I did, and now it is working perfectly! Thanks a million.
New Zenner
Hi Conor,
We've tried to install your fine add-on on a webshop testpage that we have, but it doesn't work completely.
The thing is that the quality of the URLs changes. If we for example try to make an URL called
https://www.greatshop.com/lego-soldier, the URL quickly changes to a more SEO unfriendly link like this: https://www.greatshop.com/lego-soldier?zenid=sdttfd9idvh123fghr12#
Maybe we need to put .php in the end of all our links..?
I'm sorry if someone's asked about this before ... You can see our test page here: https://www.e-boger.dk
Greetings,
Vandkalv
Passed
Hi Vandkalv,
vandkalv:
I'm sorry if someone's asked about this before ...
Yes, they have.. if you had have searched the thread you would have found out more.
Zen Cart adds its ID for static URIs when first loading as it doesn't quite set its cookie path properly. We hope to fix Zen Cart to work better with static URIs using new code in version 4.0.0 of the module.
However, the zenid is ignored by search engines so you can just ignore it too.. once the first page that has a zenid has been clicked on the all your URIs will appear as you expect without the zenid.
All the best...
Conor
ceon
New Zenner
Thanx for your answer.
Do you know when the next version will be available? A lot of us would definitely like to try it out in a BETA version of some kind :-)
Anyway, I don't get this:
"Once the first page that has a zenid has been clicked on the all your URIs will appear as you expect without the zenid."
It hasn't happened to our page yet, but maybe because we use the same 2 or 3 IP addresses always?
Greetings from Denmark
:clap:
Passed
Hi,
vandkalv:
Do you know when the next version will be available?
"When it's done". :)
vandkalv:
It hasn't happened to our page yet, but maybe because we use the same 2 or 3 IP addresses always?
When I click on www.e-boger.dk the links to the categories are like http://www.e-boger.dk/digte-og-lyrik?zenid=asdasd Once I click on http://www.e-boger.dk/digte-og-lyrik?zenid=asdasd all the links no longer have the ?zenid=asdasd appended. This is as expected.
If that's not happening for you it's something weird with your browser.
All the best..
Conor
ceon
New Zenner
Well, could be my bloody browser. .
Which one did you use to look it up?
I tend to use Firefox with Google accounts and browser history turned on.
I better go and erase the cookies in my system!
Passed
HI,
vandkalv:
Well, could be my bloody browser. .
Which one did you use to look it up?
I used Firefox 3.6 and had no problems with the zenid getting "stuck".
I have found that sometimes Firefox fails on me and keeps showing me old versions of sites.. at the weekend there I thought a website was down all weekend but looked in IE on Monday and it was up.. something in Firefox was caching the broken site (even after multiple Ctrl+F5s and closing the browser down!).. very strange, so think latest Firefox may have some problems.
Regardless, you should test in another browser.. if it works in one it should work in all as the software is browser agnostic. This is a way of confirming a software problem rather than a problem with the site.
All the best..
Conor
ceon
New Zenner
Conor - just wanted to say that I've just installed this module, followed the instructions to the letter and it all worked perfectly. It may require a little more effort than some SEO modules to get this set up and working, particularly for define pages, but it is well worth it. I'm very impressed.
Thanks
Martin
https://www.brickends.com
Passed
Hi Martin,
Thanks for the nice comments, they make the time spent on the software that bit more worthwhile. I'm glad the software is useful to you!
All the best...
Conor
ceon
New Zenner
Hello!
This addon is as i read about it great piece of code. I have also read that u are working on version 4.0, and i`m curious when u are planing to publish it? Because i have to decide to wait for 4.0 or just use 3.8 on my zencart project.
Thanks for answer and keep on doing your great work!
Totally Zenned
Conor JUST responded to a similar question three or four posts up...
conor:
Hi,
"When it's done". :)
When I click on www.e-boger.dk the links to the categories are like http://www.e-boger.dk/digte-og-lyrik?zenid=asdasd Once I click on http://www.e-boger.dk/digte-og-lyrik?zenid=asdasd all the links no longer have the ?zenid=asdasd appended. This is as expected.
If that's not happening for you it's something weird with your browser.
All the best..
Conor
ceon
buderus:
Hello!
This addon is as i read about it great piece of code. I have also read that u are working on version 4.0, and i`m curious when u are planing to publish it? Because i have to decide to wait for 4.0 or just use 3.8 on my zencart project.
Thanks for answer and keep on doing your great work!
Passed
Hi,
buderus:
Because i have to decide to wait for 4.0 or just use 3.8 on my zencart project.
Just use 3.8.0 and upgrade to 4.0.0 when it's out.. 4.0.0 doesn't add many new features, it just does things better.
All the best...
Conor
ceon
New Zenner
conor:
Hi,
Hi, Ceon, if I want to add a slash "/" at the end of the uri for any page on my site when AUTOGEN, how to?
just like below:
/about-us
/about-us/tks!
It doesn't do that. You'd have to modify the autogeneration function to have it add it.
The file this is in is
admin\includes\functions\extra_functions\ceon_uri_mapping.php
A simple way would be to change line 948 to
return $uri . (substr($uri, -1) != '/' ? '/' : '');
>
> All the best..
>
> Conor
> [ceon](http://dev.ceon.net)
Hi, Conor, can it possible to add some code in the .htaccess file to get the same? if so, what about the code should be added in the .htaccess file, thanks!
Passed
Hi,
ed20:
Hi, Conor, can it possible to add some code in the .htaccess file to get the same? if so, what about the code should be added in the .htaccess file, thanks!
Sorry, custom rewrite rules are not part of the free support offered by Ceon.. hopefully someone else can help you with this. You should start a new thread for this request.
All the best..
Conor
ceon
Zen Follower
Newbie here...
deliberated for some weeks wethe to opt for this or not!
Decided I would... Installed all from v3.8.0 on the latest Zen.
Files in 'Files' and 'Overide' (dirs change acordingly)
Set .htaccess to :
RewriteEngine On
RewriteCond %{REQUEST_URI} ^/shop/ [NC]
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !^/changed_of_course [NC]
RewriteCond %{REQUEST_URI} !^/shop/editors [NC]
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
RewriteRule .* index.php?%{QUERY_STRING} [L]
And that's it.
When I add a new product I see not change in the address bar. Indeed if I edit a cat there is no change. Admin gave green light of success in 'modules' and switched on in config settings.
Ok ok ok I missed something! What? or I missunderstans and it's very late here lol.
Any pointers would be great... Thanks
Zen Follower
Sorry for the above post... (Sunday evening alchofrol)
HTaccess:
RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !^/CHANGED [NC]
RewriteCond %{REQUEST_URI} !^/editors [NC]
RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]
RewriteRule .* index.php?%{QUERY_STRING} [L]
Admin is located in root
If I edit existing product Ceon shows the new URI and then I save.
Going to website I get a 404 on that product.
IE address bar shows Zen's URI not the new Ceon
Does that make any sence?
Thanks
Passed
Hi,
Rizla:
Does that make any sence?
Not really.. in this case it would be quicker for me to take a look.. please send me FTP and admin details via this address.
Al the best...
Conor
ceon
New Zenner
hello, im working on a new webshop and tried to install your seomodule.. i think i have done everything right .. i followed the installation steps. now i can see the module in the shop.. box_ceon_uri_mapping but when i click on it the site "page cannot be found" apears.. you have any clue what can be wrong?
i have version 1.3.8
I need to do anything more before it is installed than just added the files?
/Andreas
https://www.webshop.outfishing.se
New Zenner
I will add that i have swedish language i see when i change to english the modulname change to the right but its still not working. i'm comming to the "page cannot be found"
does it have something with the language to do? should i put the files anywhere else?
/Andreas
Passed
Hi Andreas,
a page not found in the admin can only mean you haven't actually uploaded all the files.
Start the installation again from scratch, performing all of the steps again.
You'll probably then not make whatever mistake you did last time.
All the best..
Conor
ceon
Fields marked required must be completed.
Tell staff why this post should be reviewed.