Re: Ceon URI Mapping (SEO)
Quote:
No, although the pre-existing category won't have a URI autogenerated, any products or categories added after the software is installed will have full auto-generation of URIs.
I must have done something wrong ;o(
zc 1.3.9f, Ceon SEO mod 3.8.0 on ZC certified host.
New products added to Categories/Sub-Categories that existed prior to installing this mod will only generate: /// as the automatically generated URI.
Manually created URI's that I've done so far are working perfectly for all categories and subcategories and the products in one subcategory that I've done so far.
My htaccess in root is copied from example for index in root, with admin changed to my admin name, with nothing else in that file. Other htaccess files in other folders are unaltered from zc 1.3.9f clean install.
My mod settings include Caps on each word (but I tried other settings), use of - for white space.
I added files to the exceptions list from other mods that had includes/application_top in them: /admin/sitemapxml.php, /admin/image_handler.php, /admin/products_with_attributes_stock.php, and /admin/products_with_attributes_stock_ajax.php (with admin changed to my actual file name) - but I also tried adding a new product with these exceptions removed and config saved.
My 'auto generate' box is not ticked in the categories or subcategories, but I did tick in the new products I tried.
This is an amazing mod and I am content to do things manually, but I'm nervous that I've done something wrong that may muck me up further down the road. Site is www meafordwool.com
Any idea where I should be looking?
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
soxophoneplayer
New products added to Categories/Sub-Categories that existed prior to installing this mod will only generate: /// as the automatically generated URI.
That's clearly not right, I have never heard of such an issue before.. please get in contact via this address and I'll see if I can find out why this is happening.
Quote:
Originally Posted by
soxophoneplayer
I added files to the exceptions list from other mods that had includes/application_top in them: /admin/sitemapxml.php, /admin/image_handler.php, /admin/products_with_attributes_stock.php, and /admin/products_with_attributes_stock_ajax.php (with admin changed to my actual file name) - but I also tried adding a new product with these exceptions removed and config saved.
You don't need to add exceptions for any admin files as they don't use the Ceon URI Mappings module.
Quote:
Originally Posted by
soxophoneplayer
This is an amazing mod and I am content to do things manually
Glad you like it! You shouldn't need to do anything manually.. hopefully I can find out what's happening when you get in contact with FTP and admin details for the site in question.
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
soxophoneplayer
New products added to Categories/Sub-Categories that existed prior to installing this mod will only generate: /// as the automatically generated URI.
I found a bug in the software.. Doug was using +=>Plus in the replacements configuration for his site.
The regular expression is supposed to have all special characters escaped. Current versions escape the following:
[\/\-\\\!\?\$\^\[\]\|\*\.\(\)\{\}\=\<\>\:]
I've updated that to include the missing \+ and this bugfix will be part of the next version.
If anyone experiences the same problem in the meantime, simply open admin/includes/functions/extra_functions/ceon_uri_mapping.php and search and replace:
[\/\-\\\!\?\$\^\[\]\|\*\.\(\)\{\}\=\<\>\:]
with
[\/\-\\\!\?\$\^\[\]\|\*\.\(\)\{\}\=\<\>\:\+]
(There should be 6 occurrences).
Sorry about the oversight!
All the best...
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Doug was using +=>Plus in the replacements configuration for his site
Leave it to me to use an uncommon symbol! I can't believe how quickly Connor identified and solved this.
I've sent coffee....and I hope everyone who uses this mod does the same. You have to admit - the documentation and support of this mod is second to none.
(Not even to mention that my google rankings have already moved on up the line.)
Re: Ceon URI Mapping (SEO)
The current site has the product url as
http://www.mysite.com/holiday-gift-b...s/monster-mash
I added few products from the script(not from admin) and I get the following kind of urls
http://www.mysite.com/index.php?main...roducts_id=587
Which field I can mass update in the db to get these kind of product with the former url?
Thanks
Re: Ceon URI Mapping (SEO)
Hi,
Quote:
Originally Posted by
superprg
Which field I can mass update in the db to get these kind of product with the former url?
I'm afraid mass updates are not supported by Ceon URI Mapping. You must update each product individually to have their URIs autogenerated.
All the best..
Conor
ceon
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
superprg
Which field I can mass update in the db to get these kind of product with the former url?
Thanks
You might wanna have a look at the section of Conor's readme which discusses how to create URI's for non product related Zen Cart pages.. You can use this same method to add URI's for these products. If you are comfortable with SQL, you can create am insert statement to update all the products you added to your DB manually..
Re: Ceon URI Mapping (SEO)
Hi i just wanted to know how can we remove zen cart bannar aid or logo from our website. you can check my webpage www.hherbals.com and please advise me how can i remove the zencart bannar or logo on the top of my first page and how can i put my logo over there. please email me for this help.at
ahmad1061######################
thanks
have a great day
Re: Ceon URI Mapping (SEO)
Quote:
Originally Posted by
Ahmad
Hi i just wanted to know how can we remove zen cart bannar aid or logo from our website. you can check my webpage
www.hherbals.com and please advise me how can i remove the zencart bannar or logo on the top of my first page and how can i put my logo over there. please email me for this help.at
ahmad1061######################
thanks
have a great day
You might actually get some help if you post this question in the appropriate place on the forum.. This is a support thread for the Ceon URI mapping tool.. You should re-post your question in the right section of the forum (suggest creating NEW post versus posting in the middle of an unrelated thread).. In the meantime I suggest checking out the Zen Cart FAQs. The answer to your question (and probably many others you might have) are definitely there.. Good luck!:smile:
Re: Ceon URI Mapping (SEO)
I have a ZC website installed on www.url.com, and a blog and forum installed on www.url.com/blog and www.url.com/forum. I have EZ page "internal" links set up to link to each of those (simply, "blog" and "forum"), and those links no longer work since I installed CEON.
I tried entering http://www.url.com/blog as an external URL on the EZ page link, but that did not fix the issue. How can I make it work the way it worked before I installed CEON?
Thanks!