Page 281 of 291 FirstFirst ... 181231271279280281282283 ... LastLast
Results 2,801 to 2,810 of 2907
  1. #2801
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping and SitemapXML

    Hi,

    Quote Originally Posted by fakeDecoy View Post
    Has anyone already written the code to integrate with the SitemapXML mod? Google Webmaster Tools indexed some of my URLs in the sitemap, but it has now giving an error that it has stopped following my URLs because of the 301 redirects. So I need to create the sitemap with the static URLs.
    Many stores are already using this just fine with Ceon URI Mapping. It is fully compatible with any store that only has one language.

    If you are getting redirects you need to change "Generate language_id for default language" to false.

    You should probably also change "Use Existing Files" to false (to save deleting the files to have them regenerated).

    In v4.0.0 these instructions will either be part of the installation procedure, or else I might update Sitemap XML to be compatible with the greatly enhanced language support Ceon URI Mapping adds to a store.

    All the best...

    Conor
    ceon

  2. #2802
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Just to add...I either have space to add
    URI Mapping:

    (this is only on a handfull of products)

    or at the bottom I have space for the following

    Products URL:

    Any idea why I can't add in URI Mapping on all products?

    The EZpages and categories all work fine

    Great Module Just want to get this final thing sorted.

    Thanks

  3. #2803
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by pb4 View Post
    Any idea why I can't add in URI Mapping on all products?
    Your products must use different product types but you have only modified the core files in the admin/includes/modules/PRODUCT_TYPE folders for the default product type. You need to modify all the collect_info and preview_info PHP files.

    And to think today's supposed to be my day off...

    All the best...

    Conor
    ceon

  4. #2804
    Join Date
    Nov 2007
    Posts
    555
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Oh sorry Conor

    Thank you for your time..I'll check that out..

  5. #2805
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping and SitemapXML

    Quote Originally Posted by conor View Post
    Hi,



    Many stores are already using this just fine with Ceon URI Mapping. It is fully compatible with any store that only has one language.

    If you are getting redirects you need to change "Generate language_id for default language" to false.

    You should probably also change "Use Existing Files" to false (to save deleting the files to have them regenerated).

    In v4.0.0 these instructions will either be part of the installation procedure, or else I might update Sitemap XML to be compatible with the greatly enhanced language support Ceon URI Mapping adds to a store.
    Thanks for the quick reply!

    I had Generate language_id for default language" set to false. I just set Use Existing Files" to false as suggested. The new sitemap files still have URLs in the dynamic fomat like this:

    http://www.mysite.com/index.php?main...ndex&cPath=195

    It sounds like you're saying these should already be created in the static mapped format without need for code modification of the SitemapXML mod?

    Perhaps I don't have the URI Mapping mod configured properly in some other way. In case it's a symptom, all the links created by zencart on my store are links to the dynamic URLs and are only redirected to the mapped URL on click. Is that normal?

  6. #2806
    Join Date
    Nov 2010
    Posts
    53
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    No.

    Try putting a slash in front of index.php and see if that works. If not you might have to pay someone to help you sort out your server as that rule should work.

    All the best...

    Conor
    ceon
    Thanks Conor, yes putting the slash in front of the index.php has resolved this issue (i.e. I can now view my site!). However, when I click on one of the test URI categories (GIFTS TEST) I get "Unable to Display Page"! All other categories (the ones that don't have URI enabled) work fine. My site is nameyourgift.ie - click on GIFTS TEST (last category on your left) and you will see my problem! Any clues what could be causing this?

    Thanks a mill for helping me with this.

  7. #2807
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping and SitemapXML

    Hi,

    Quote Originally Posted by fakeDecoy View Post
    It sounds like you're saying these should already be created in the static mapped format without need for code modification of the SitemapXML mod?
    Yes, that's right.

    Quote Originally Posted by fakeDecoy View Post
    Perhaps I don't have the URI Mapping mod configured properly in some other way. In case it's a symptom, all the links created by zencart on my store are links to the dynamic URLs and are only redirected to the mapped URL on click. Is that normal?
    Nope, and that explains things. You need to modify includes/functions/html_output.php.. you haven't actually finished installing the software! Merge the Ceon URI Mapping code from the sample modified core file in the distribution with the html_output.php file on your site and the sitemap will use the static URIs.

    All the best...

    Conor
    ceon

  8. #2808
    Join Date
    Aug 2004
    Location
    Belfast, Northern Ireland
    Posts
    2,480
    Plugin Contributions
    14

    Default Re: Ceon URI Mapping (SEO)

    Hi,

    Quote Originally Posted by rebelman View Post
    However, when I click on one of the test URI categories (GIFTS TEST) I get "Unable to Display Page"!
    Sorry, I don't know what's wrong there... you shouldn't get a 404 with the rewrite rule you posted, at the very least you should get a Zen Cart 404.

    All the best...

    Conor
    ceon

  9. #2809
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping and SitemapXML

    Quote Originally Posted by conor View Post

    Nope, and that explains things. You need to modify includes/functions/html_output.php.. you haven't actually finished installing the software! Merge the Ceon URI Mapping code from the sample modified core file in the distribution with the html_output.php file on your site and the sitemap will use the static URIs.
    You're a genius! I completely missed the core overrides step of the install. It's interesting that it has worked okay without it, but that's cool that when fully installed it will use entirely static URLs.
    Last edited by fakeDecoy; 23 Jun 2011 at 08:33 PM.

  10. #2810
    Join Date
    Jul 2006
    Posts
    308
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping and SitemapXML

    Quote Originally Posted by fakeDecoy View Post
    You're a genius! I completely missed the core overrides step of the install. It's interesting that it has worked okay without it, but that's cool that when fully installed it will use entirely static URLs.
    Oops, I guess I didn't miss all those files after all. Just the few core modified catalog files. Anyway, I just finished it, and that did the trick. Beautiful!

 

 

Similar Threads

  1. Simple SEO URL, Ultimate SEO URLs, Ceon URI Mapping SEO
    By pizza392 in forum All Other Contributions/Addons
    Replies: 13
    Last Post: 21 Jan 2015, 10:49 AM
  2. Ceon uri mapping vs Simple SEO
    By crixus in forum General Questions
    Replies: 0
    Last Post: 28 Feb 2014, 04:41 AM
  3. v151 Ceon URI Mapping (SEO) Issues?
    By yisou in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 30 Jul 2013, 12:06 PM
  4. v151 Ceon URI Mapping (SEO) installation problem.
    By jmac2020 in forum General Questions
    Replies: 1
    Last Post: 23 Oct 2012, 01:06 PM
  5. Ceon URI Mapping (SEO) How to install?
    By jackfitz in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 28 Apr 2010, 12:09 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR