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

Ceon URI Mapping (SEO)

Locked

Views: 472,132

Results 2,641 to 2,660 of 2,913
This thread is locked. New replies are disabled.
9 May 2011, 12:12 PM
#2641
conor avatar

conor

Passed

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

Ceon URI Mapping (SEO)

Hi,

tomgsd:

Hi there, just a quick one regarding the latest version of Zen Cart.

I've just downloaded the 3.8.0 package for your website. In the "modified_core_files" directory there are files for Zen Cart versions up to 1.3.9f.

Am I safe to assume the 1.3.9f files will be ok to use in a 1.3.9h installation?

As I've said on this thread several times.. yes.

:)

All the best..

Conor
ceon

9 May 2011, 2:28 PM
#2642
cookiepus avatar

cookiepus

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Hi
We've been using 'Simple SEO'
And its working ok.
But we have an issue with 'layout settings/skip 1-product category'
we need to turn this on.
but it only works if our 'Simple SEO' module is turned off.
Something to do with URL rewrites?

Does anyone know if the Ceon Mod will have the same effect?

Thanks

9 May 2011, 8:33 PM
#2643
chandra_prak avatar

chandra_prak

New Zenner

Join Date:
Sep 2008
Posts:
6
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Hi Ceon

Thanks for your reply again. As you suggested I've excluded the feed folder, unfortunetly still no joy. I think I'm doing something wrong related to .htaccess file itself. please have a look on the content of .htaccess file as below.

My Store is located in the folder zen139h. and obviously feed folder is inside zen139h/feed.

My url to access store is http://mystoreurl.com/zen139h and the .htaccess file is located inside zen139h folder.

RewriteEngine On

ONLY rewrite URIs beginning with /zen139h/

RewriteCond %{REQUEST_URI} ^/zen139h/ [NC]

Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])

#RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} .(html|htm|php)$ [NC]

Don't rewrite feed directory

RewriteCond %{REQUEST_URI} !^/zen139h/feed [NC]

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/zen139h/new-admin [NC]

Don't rewrite editors directory

RewriteCond %{REQUEST_URI} !^/zen139h/editors [NC]

Don't rewrite cPanel directories

RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]

Handle all other URIs using Zen Cart (index.php)

RewriteRule .* index.php?%{QUERY_STRING} [L]

I've also excluded the /zen139h/googlefroogle.php file inside ceon url mapping under modules.

Whenever I click on the tools--> Google Merchant Center Feeder, I get a 3 fields form and a confirm button. when I choose feed type product and click confirm, it popups a window with url http://mystoreurl.com/zen139h/googlefroogle.php?feed=fy_un_tp&limit=&offset=&x=31&y=11&key=544b32e9e0 it opens my home page in the popup window. No matter if I choose Max product = 100 and Starting Point = 10 as other two fields of the form it will popup the homepage in new window with url http://mystoreurl.com/zen139h/googlefroogle.php?feed=fy_un_tp&limit=100&offset=10&x=23&y=10&key=544b32e9e0 . Pls suggest me I've no choice only either remove the Google Merchant Center Feeder or Ceon URI Mapping (SEO) plugin.

9 May 2011, 8:53 PM
#2644
chandra_prak avatar

chandra_prak

New Zenner

Join Date:
Sep 2008
Posts:
6
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

One more thing I've noted that if I disable the Ceon URI Mapping (SEO) by setting the value 0 of Enable/Disable URI Mapping field inside configuration--> Ceon URI Mapping (SEO), Still the Google Merchant Center Feeder is behaving as I explained above.

9 May 2011, 10:21 PM
#2645
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

In my humble opinion the issue you are experiencing is not caused by the Ceon URI module at all, but something that has gone wrong with your Google Base Feeder install.. The exclusion of the googlefroogle.php and the exclusion of the feed directory should have been all you needed to do with regards to this module..

I suggest you re-examine your Google Base Feeder install.. Something has CLEARLY gone wrong.. this module is not the cause of the problem you describe..

chandra_prak:

One more thing I've noted that if I disable the Ceon URI Mapping (SEO) by setting the value 0 of Enable/Disable URI Mapping field inside configuration--> Ceon URI Mapping (SEO), Still the Google Merchant Center Feeder is behaving as I explained above.

chandra_prak:

Hi Ceon

Thanks for your reply again. As you suggested I've excluded the feed folder, unfortunetly still no joy. I think I'm doing something wrong related to .htaccess file itself. please have a look on the content of .htaccess file as below.

My Store is located in the folder zen139h. and obviously feed folder is inside zen139h/feed.

My url to access store is http://mystoreurl.com/zen139h and the .htaccess file is located inside zen139h folder.

RewriteEngine On

ONLY rewrite URIs beginning with /zen139h/

RewriteCond %{REQUEST_URI} ^/zen139h/ [NC]

Don't rewrite any URIs ending with a file extension (ending with .[xxxxx])

#RewriteCond %{REQUEST_URI} !.[a-z]{2,5}$ [NC]
RewriteCond %{REQUEST_URI} !.[a-zA-Z]{2,5}$ [OR]
RewriteCond %{REQUEST_URI} .(html|htm|php)$ [NC]

Don't rewrite feed directory

RewriteCond %{REQUEST_URI} !^/zen139h/feed [NC]

Don't rewrite admin directory

RewriteCond %{REQUEST_URI} !^/zen139h/new-admin [NC]

Don't rewrite editors directory

RewriteCond %{REQUEST_URI} !^/zen139h/editors [NC]

Don't rewrite cPanel directories

RewriteCond %{REQUEST_URI} !/cpanel [NC]
RewriteCond %{REQUEST_URI} !/frontend [NC]

Handle all other URIs using Zen Cart (index.php)

RewriteRule .* index.php?%{QUERY_STRING} [L]

I've also excluded the /zen139h/googlefroogle.php file inside ceon url mapping under modules.

Whenever I click on the tools--> Google Merchant Center Feeder, I get a 3 fields form and a confirm button. when I choose feed type product and click confirm, it popups a window with url http://mystoreurl.com/zen139h/googlefroogle.php?feed=fy_un_tp&limit=&offset=&x=31&y=11&key=544b32e9e0 it opens my home page in the popup window. No matter if I choose Max product = 100 and Starting Point = 10 as other two fields of the form it will popup the homepage in new window with url http://mystoreurl.com/zen139h/googlefroogle.php?feed=fy_un_tp&limit=100&offset=10&x=23&y=10&key=544b32e9e0 . Pls suggest me I've no choice only either remove the Google Merchant Center Feeder or Ceon URI Mapping (SEO) plugin.

9 May 2011, 11:58 PM
#2646
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

chandra_prak:

One more thing I've noted that if I disable the Ceon URI Mapping (SEO) by setting the value 0 of Enable/Disable URI Mapping field inside configuration--> Ceon URI Mapping (SEO), Still the Google Merchant Center Feeder is behaving as I explained above.

I have been using Ceon URI Mapping with google base feed a long time now with no problems. I would suggest doing what DivaVocals said to do because it is clearly not this module that is causing your problem.

10 May 2011, 9:58 AM
#2647
cookiepus avatar

cookiepus

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Cookiepus:

Hi
We've been using 'Simple SEO'
And its working ok.
But we have an issue with 'layout settings/skip 1-product category'
we need to turn this on.
but it only works if our 'Simple SEO' module is turned off.
Something to do with URL rewrites?

Does anyone know if the Ceon Mod will have the same effect?

Thanks

Conor? - Could you answer this?
Thanks

10 May 2011, 12:28 PM
#2648
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

Cookiepus:

Cookiepus:

Hi
We've been using 'Simple SEO'
And its working ok.
But we have an issue with 'layout settings/skip 1-product category'
we need to turn this on.
but it only works if our 'Simple SEO' module is turned off.
Something to do with URL rewrites?

Does anyone know if the Ceon Mod will have the same effect?

Thanks
Conor? - Could you answer this?
Thanks
Short answer is no..

10 May 2011, 12:50 PM
#2649
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Ceon URI Mapping (SEO)

Cookiepus:

Hi
We've been using 'Simple SEO'
And its working ok.
But we have an issue with 'layout settings/skip 1-product category'
we need to turn this on.
but it only works if our 'Simple SEO' module is turned off.
Something to do with URL rewrites?

Does anyone know if the Ceon Mod will have the same effect?

Thanks

This is not the thread for Simple Seo but I will answer your question about it. I have 2 sites one with Ceon URI Mapping which works flawlessly and the other with Simple Seo which also works flawlessly. Go back and check your installation with Simple Seo or other Modules you have installed, because You have done something wrong somewhere. There is nothing wrong with the add-on itself that is causing the problem you describe with 'layout settings/skip 1-product category'.

10 May 2011, 12:57 PM
#2650
cookiepus avatar

cookiepus

Zen Follower

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

Re: Ceon URI Mapping (SEO)

CountryCharm - Thanks for your advice :P

DivaVocals - Thanks for Nothing

Regards
Cookie

10 May 2011, 1:05 PM
#2651
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

Cookiepus:

CountryCharm - Thanks for your advice :P

DivaVocals - Thanks for Nothing

Regards
CookieOh sure.. You're VERY welcome..:smile:
though I don't know why you're getting snippy/snarky with me..

You asked if the setting in question caused an issue with Ceon URI.. the answer was no.. Sorry you decided to read something into my response that simply wasn't there..:no:

10 May 2011, 1:16 PM
#2652
cookiepus avatar

cookiepus

Zen Follower

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

Re: Ceon URI Mapping (SEO)

Sorry Diva
I though you meant you cant answer the question
not-
the answer to the question is no

11 May 2011, 9:14 AM
#2653
abiku avatar

abiku

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

have strange problem.

was testing this contribution on my remote server and everything was working ok.
then i copied the whole site to another one and automatic link generator creates no urls for categories/products.
i think that the problem is in function: ceon_uri_mapping_autogen_category_or_product_uri
as it returns empty string . not sure why as it was working on the other server . the variable $name for this function is passed properly when i echo it on the screen.
urls for ezpages are generated properly.
any help on this?
i guess it must be some server settings? but which one?

11 May 2011, 10:21 AM
#2654
abiku avatar

abiku

New Zenner

Join Date:
Oct 2009
Posts:
9
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

ok , above problem is fixed now.
it was a wrong charset in table :ceon_uri_mapping_configs in char_str_replacements field.

12 May 2011, 12:41 AM
#2655
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

Let me know if this would be considered a new thread... How would i manually change the url of an existing category or product to a keyword/search engine friendly url? where would i do that?

12 May 2011, 12:47 AM
#2656
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

slater555:

Let me know if this would be considered a new thread... How would i manually change the url of an existing category or product to a keyword/search engine friendly url? where would i do that?Ummmmm...:wacko: install Ceon URI Mapping (SEO)...

12 May 2011, 12:57 AM
#2657
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

at the beginning of the post it led me to:
module info/features.

and there it says:
Please Note: This module does not automatically add mappings for existing Categories/Products/Manufacturers/EZ-Pages - if the site has existing Categories/Products/Manufacturers/EZ-Pages, they'll continue to use the standard Zen Cart dynamic URIs, until a URI has been entered or auto-generated for them, by editing the respective Category/Product/Manufacturer/EZ-Page in the admin.

This means going in and editing every Category/Product/Manufacturer/EZ-Page for which a static URI mapping is desired.

so it is telling me I have to do that manually, but does not tell me how.

12 May 2011, 1:11 AM
#2658
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

Understood..

FYI.. my answer wasn't me trying to be a smart a$$, but it honestly wasn't clear in your earlier post specifically what you were asking..

If you download the module, you can read the VERY detailed readme which will explain how.. (doesn't hurt anything to download the add-on and read the readme)

Short answer: Open product, category, or EZ Page, and enter a URI manually OR save product, category, or EZ Page so that a URI can be auto-generated..

slater555:

at the beginning of the post it led me to:
module info/features.

and there it says:
Please Note: This module does not automatically add mappings for existing Categories/Products/Manufacturers/EZ-Pages - if the site has existing Categories/Products/Manufacturers/EZ-Pages, they'll continue to use the standard Zen Cart dynamic URIs, until a URI has been entered or auto-generated for them, by editing the respective Category/Product/Manufacturer/EZ-Page in the admin.

This means going in and editing every Category/Product/Manufacturer/EZ-Page for which a static URI mapping is desired.

so it is telling me I have to do that manually, but does not tell me how.

12 May 2011, 1:28 AM
#2659
slater555 avatar

slater555

Zen Follower

Join Date:
Jan 2011
Posts:
367
Plugin Contributions:
0

Re: Ceon URI Mapping (SEO)

not to be dense but i do not see any where to enter a url for the product in category/products except at the bottom and that does not change the url of the product.

12 May 2011, 1:35 AM
#2660
divavocals avatar

divavocals

Totally Zenned

Join Date:
Jan 2007
Location:
Los Angeles, California, United States
Posts:
10,011
Plugin Contributions:
3

Re: Ceon URI Mapping (SEO)

slater555:

not to be dense but i do not see any where to enter a url for the product in category/products except at the bottom and that does not change the url of the product.It does if you have this add-on installed correctly and turned on..
URI entry

URL it creates:
http: // www . hairisle . com/Hair-Extensions/Economy-Collection/Processed/Indian-Remy-Machine-Weft-Soft-Fro-Texture-4-Oz.