Page 198 of 291 FirstFirst ... 98148188196197198199200208248 ... LastLast
Results 1,971 to 1,980 of 2907
  1. #1971
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    They've simply fixed a bug of sorts in their canonical link handling for product pages.

    Ceon URI Mapping has no known bugs now, it handles all canonical links pretty much perfectly, including those of product pages.

    If you look at any canonical link for a product page with a mapped (static) URI in Ceon URI Mapping, you'll find that the cPath is not (and never has been) present. It's only used in the non-canonical URI in the address bar.

    That should set your mind at rest! :)

    All the best...

    Conor
    ceon
    Thanks Conor for you explanation, so let me get this straight, sorry to use the thread to do. Only product that are link and in another category show the cPath and product id. Good to know.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  2. #1972
    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 countrycharm View Post
    Only product that are link and in another category show the cPath and product id. Good to know.
    Only linked products show the cPath in the URI in the address bar.

    However, they never show the product ID if they have a URI mapping.

    Also, their canonical URI never has the cPath in it, it is simply the static URI the product is mapped to.

    Simply look in the source of your product pages to see what I mean.

    Hope that helps!

    All the best..

    Conor
    ceon

  3. #1973
    Join Date
    Jun 2010
    Posts
    207
    Plugin Contributions
    1

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by conor View Post
    Hi,



    Actually, that's not true. What is happening is that after you install Ceon URI Mapping, it becomes responsible for

    /

    /index.php

    /index.php?main_page=

    etc.

    It is never responsible for /index.html

    However, most people will see the root of a site as / so unless they come directly to /index.html Ceon URI Mapping will indeed take over.

    Obviously to avoid that you need to add the following exclusion to your rewrite rule:

    Code:
    RewriteCond %{REQUEST_URI} !^/$
    However, this means that you can't simply remove index.html to "switch the site live" as "/" would give a 404. You'd have to both remove the index.html file and remove the above exclusion.

    Hope that clears things up!

    All the best..

    Conor
    ceon


    Conor,

    I just got around to trying this, and it did allow the index.html file to function. However, I can no longer access the home page by typing http://www.url.com/index.php; it redirects me to the index.html page. All other in-site pages work fine, and I was able to access the home page by typing http://url.com/index.php?main_page, but I was hoping you could clue me in on how to tell CEON to let me access index.php while also keeping index.html intact when someone goes to the plain http://www.url.com url.

    Thanks!

  4. #1974
    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 hockey2112 View Post
    However, I can no longer access the home page by typing http://www.url.com/index.php; it redirects me to the index.html page.
    I'm afraid I don't know what is on your server that is causing that. I've never, ever seen that behaviour. You should check your rewrite rules.

    All the best..

    Conor
    ceon

  5. #1975

    Default Re: Ceon URI Mapping (SEO)

    Lightbox/slimbox is gone and still no good. Maybe this mod just isn't meant to be.
    Liberty
    Liberty's Yarn
    Just trying to stay sane.

  6. #1976
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by Libertym View Post
    Lightbox/slimbox is gone and still no good. Maybe this mod just isn't meant to be.
    This module works perfect with all add on as long if it isn't using the same files. IF it is using some of the same file you have to compare and merge the files. I use Jquery Lightbox with no problems. You are doing something wrong. Go back and look at your files to see if they need merging or something.
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

  7. #1977
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by Libertym View Post
    Lightbox/slimbox is gone and still no good. Maybe this mod just isn't meant to be.
    Quote Originally Posted by countrycharm View Post
    This module works perfect with all add on as long if it isn't using the same files. IF it is using some of the same file you have to compare and merge the files. I use Jquery Lightbox with no problems. You are doing something wrong. Go back and look at your files to see if they need merging or something.
    **nods in agreement** and I am using Fual Slimbox on the two sites I deployed with this module with NO issues whatsoever.. I agree with CountryCharm.. There is something you have done incorrectly in the install..
    My Site - Zen Cart & WordPress integration specialist
    I don't answer support questions via PM. Post add-on support questions in the support thread. The question & the answer will benefit others with similar issues.

  8. #1978
    Join Date
    Apr 2010
    Posts
    319
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    hi,

    any idea what ive installed wrong, everything seems fine but came accross this link

    http://www.onyourbike.co.uk/index.ph...ucts_id=211559

    should it not convert to new url

    thanks
    Bryan

  9. #1979
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,385
    Plugin Contributions
    94

    Default Re: Ceon URI Mapping (SEO)

    I'm currently running 3.6.1 on ZC 1.3.9c on a bi-lingual site and have added entries to my ceon_uri_mappings table so that the main page (main_page = 'index', associated_db_id = null) should also be mapped. Unfortunately, links to the main page were always resulting in www.mysite.com/.

    I modified /includes/functions/html_output.php (line 217) as follows to correct this:

    Code:
          } else if ($page_id == FILENAME_DEFAULT &&
              strpos(strtolower($page_parameters), 'typefilter=') === false) {
              
              $uri_mapping_being_used = true;
              $static = true;
                
              $uri_mapping_sql = "
                SELECT
                  uri
                FROM
                  " . TABLE_CEON_URI_MAPPINGS . "
                WHERE
                  main_page = '" . FILENAME_DEFAULT . "'
                AND
                   associated_db_id is null 
                AND
                  language_id = '" . (int) $mapping_language_id . "'
                AND
                  current_uri = '1';";
              
              $uri_mapping_result = $db->Execute($uri_mapping_sql);
              
              if (!$uri_mapping_result->EOF) {           
                $page_id = $uri_mapping_result->fields['uri'];
              } else {
            // Link is to the index page.. no need to look up mapping in database, simply use the
            // default index page static URI
    //        $uri_mapping_being_used = true;
            
                $page_id = DIR_WS_CATALOG;
              }
    //        $static = true;

  10. #1980
    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 lat9 View Post
    have added entries to my ceon_uri_mappings table so that the main page (main_page = 'index', associated_db_id = null) should also be mapped.
    The main page should only ever be mapped to your store's address, using the code already built into the software. Any other usage I'm afraid is custom programming and I'm afraid therefore not covered by the free support we offer here.

    All the best..

    Conor
    ceon

 

 

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