Page 138 of 245 FirstFirst ... 3888128136137138139140148188238 ... LastLast
Results 1,371 to 1,380 of 2445
  1. #1371
    Join Date
    Jan 2007
    Location
    Los Angeles, California, United States
    Posts
    10,021
    Plugin Contributions
    32

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by ev8321 View Post
    Apologies in advance if this has been answered but I can't find any previous post regarding canonical URL issues and CEON URI Mapping. Ceon URI mapping works perfectly on my site except for canonical URLs.

    All canonical URLS work for top level pages however, when drilling down to page 2, page 3, page 4 etc within a category pages canonical URLs continue to point to the top level page.

    Example:
    http://www.pyjamas.com.au/womens/pyjamas - canonical http://www.pyjamas.com.au/womens/pyjamas
    http://www.pyjamas.com.au/womens/pyj...ort=20a&page=2 - canonical http://www.pyjamas.com.au/womens/pyjamas
    http://www.pyjamas.com.au/womens/pyj...ort=20a&page=3 - canonical http://www.pyjamas.com.au/womens/pyjamas

    Also - if anyone has any advice on implementing rel="next" and rel="prev" links.

    Any advice would be greatly appreciated. This one has me stumped.
    and this is how they should work.. so why don't explain what you think you SHOULD be seeing..
    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.

  2. #1372
    Join Date
    May 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Thanks Diva Vocals

    Example:
    http://www.pyjamas.com.au/womens/pyjamas - canonical http://www.pyjamas.com.au/womens/pyjamas
    http://www.pyjamas.com.au/womens/pyj...ort=20a&page=2 - canonical http://www.pyjamas.com.au/womens/pyj...ort=20a&page=2
    http://www.pyjamas.com.au/womens/pyj...ort=20a&page=3 - canonical http://www.pyjamas.com.au/womens/pyj...ort=20a&page=3




    SOURCE: http://goo.gl/h9SGJW

    Mistake 1: rel=canonical to the first page of a paginated series

    Imagine that you have an article that spans several pages:

    example.com/article?story=cupcake-news&page=1
    example.com/article?story=cupcake-news&page=2
    and so on

    Specifying a rel=canonical from page 2 (or any later page) to page 1 is not correct use of rel=canonical, as these are not duplicate pages. Using rel=canonical in this instance would result in the content on pages 2 and beyond not being indexed at all.
    Last edited by ev8321; 21 Nov 2013 at 10:26 PM.

  3. #1373
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    So, I'm assuming that the issue you are concerned about is that the canonical field in your distributed webpage does not contain the canonical link provided above. I say this because when I click on the canonical link I get to a webpage that has the same address as I clicked; however, has the same content as one without the sort and page information.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  4. #1374
    Join Date
    May 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    So, I'm assuming that the issue you are concerned about is that the canonical field in your distributed webpage does not contain the canonical link provided above. I say this because when I click on the canonical link I get to a webpage that has the same address as I clicked; however, has the same content as one without the sort and page information.
    Yes mc12345678 that is exactly what I am after. Thanks.

  5. #1375
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by ev8321 View Post
    Yes mc12345678 that is exactly what I am after. Thanks.
    Based on those results, I would say a template issue and not related to CEON URI. Suggestion would be to start a new thread or contact the template author to determine why your template is not capturing/creating the canonical link "correctly".
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  6. #1376
    Join Date
    May 2011
    Posts
    10
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    Based on those results, I would say a template issue and not related to CEON URI. Suggestion would be to start a new thread or contact the template author to determine why your template is not capturing/creating the canonical link "correctly".
    Oh I thought this was definitely a CEON URI problem specifically, hence the reason for posting here.
    Do you know of any example sites using CEON URI successfully with canonical URLS where categories exceed 2 or more pages?

    Thanks for your help in advance.

  7. #1377
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by ev8321 View Post
    Oh I thought this was definitely a CEON URI problem specifically, hence the reason for posting here.
    Do you know of any example sites using CEON URI successfully with canonical URLS where categories exceed 2 or more pages?

    Thanks for your help in advance.
    So, I claim that it's not a CEON URI problem, because CEON URI is not changeing the link away from the sort and page values and the result you are looking for is the same URI that stayed in the browr when I tried it. Therefore, it appears possible to obtain the desired information to be assigned to the canonical web page information. If the webpage is not capturing that which is template related, then it's not specifically CEON URI.

    As for my knowing of other examples, I can not say that I do, but that doesn't mean they aren't out there. Maybe someone else will PM you such examples.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

  8. #1378
    Join Date
    Jul 2012
    Posts
    16,798
    Plugin Contributions
    17

    Default Re: Ceon URI Mapping v4.x

    Quote Originally Posted by mc12345678 View Post
    As for my knowing of other examples, I can not say that I do, but that doesn't mean they aren't out there. Maybe someone else will PM you such examples.
    Sorry, ran out of time to edit. You could also start a thread looking for sites that match your criteria. Who knows it might help someone else.

    I wanted to also say, I may be wrong about what it takes to show the canonical address, considering the various load locations of information, but it is not a problem with the current plug-n as it is written.
    ZC Installation/Maintenance Support <- Site
    Contribution for contributions welcome...

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

    Default Re: Ceon URI Mapping v4.x

    WT??????

    Oh for heavens sake..

    Quote Originally Posted by ev8321 View Post
    Yes mc12345678 that is exactly what I am after. Thanks.
    right.. and you still have not described WHAT the SPECIFIC issue is you think IT IS you are having in this response.. You provided no details (because you assumed we all KNEW what you were trying to say) which explains the rest of these answers and responses..

    Quote Originally Posted by mc12345678 View Post
    Based on those results, I would say a template issue and not related to CEON URI. Suggestion would be to start a new thread or contact the template author to determine why your template is not capturing/creating the canonical link "correctly".
    Quote Originally Posted by ev8321 View Post
    Oh I thought this was definitely a CEON URI problem specifically, hence the reason for posting here.
    Do you know of any example sites using CEON URI successfully with canonical URLS where categories exceed 2 or more pages?

    Thanks for your help in advance.
    Quote Originally Posted by mc12345678 View Post
    So, I claim that it's not a CEON URI problem, because CEON URI is not changeing the link away from the sort and page values and the result you are looking for is the same URI that stayed in the browr when I tried it. Therefore, it appears possible to obtain the desired information to be assigned to the canonical web page information. If the webpage is not capturing that which is template related, then it's not specifically CEON URI.

    As for my knowing of other examples, I can not say that I do, but that doesn't mean they aren't out there. Maybe someone else will PM you such examples.
    Quote Originally Posted by mc12345678 View Post
    Sorry, ran out of time to edit. You could also start a thread looking for sites that match your criteria. Who knows it might help someone else.

    I wanted to also say, I may be wrong about what it takes to show the canonical address, considering the various load locations of information, but it is not a problem with the current plug-n as it is written.
    so let me stop all of this back and forth right now by saying..

    THERE IS NO ISSUE here!!!!

    THE MODULE IS WORKING AS IS IT IS SUPPOSED TO!!!! NO DUPLICATE CONTENT ISSUES!!

    http://www.zen-cart.com/showthread.p...40#post1077140
    http://www.zen-cart.com/showthread.p...38#post1071838

    Quote Originally Posted by Rizla View Post
    Canonical URIs
    •Any page with a static URI automatically has a canonical URI tag added to the page's header. This minimises “duplicate content” reports as it tells the search engines that multiple “pages” should be treated as one.
    •For example, instead of the search engine thinking that /all-products?disp_order=1 is a different page from /all-products?disp_order=3, Ceon URI Mapping lets it know that the page's “real” URI is just /all-products and that these other URIs are just variations for the same page.
    Could have answered this in just a FEW posts if the description of the problem had been detailed so folks aren't GUESSING what the issue might be..
    Last edited by DivaVocals; 22 Nov 2013 at 12:29 AM.
    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.

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

    Default Re: Ceon URI Mapping v4.x

    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.

 

 

Similar Threads

  1. v139d Ceon uri mapping, how to generate uri mapping for bulk bulk-imported products?
    By mybiz9999 in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 8 Jan 2013, 06:52 AM
  2. CEON URI Mapping
    By jmkent in forum All Other Contributions/Addons
    Replies: 3
    Last Post: 22 Nov 2012, 04:28 PM
  3. Ceon URI Mapping (SEO)
    By conor in forum All Other Contributions/Addons
    Replies: 2906
    Last Post: 9 Sep 2011, 08:31 AM
  4. Ceon URI Mapping v4
    By conor in forum All Other Contributions/Addons
    Replies: 110
    Last Post: 14 Aug 2011, 02:51 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