Page 147 of 291 FirstFirst ... 4797137145146147148149157197247 ... LastLast
Results 1,461 to 1,470 of 2907
  1. #1461
    Join Date
    Oct 2008
    Location
    newcastle upon tyne (UK)
    Posts
    876
    Plugin Contributions
    2

    Default Re: Ceon URI Mapping (SEO)

    madness.. i have never seen that before in a browser window... it doesnt appear on my browser when viewing your site...

    a FF addon you have of some sort?

    Quote Originally Posted by paul3648 View Post
    Here's a screen shot of my address bar in FireFox. I don't think I have anything special installed to show it.

    The blue C is a clickable link which goes to the canonical link. A grey C means you are already at the canonical link.

  2. #1462
    Join Date
    Mar 2007
    Location
    Taiwan
    Posts
    241
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    I have a few addons, but this was not an intentional addition - I just noticed it after using this CEON module.

    Anyway I have the answer and it has nothing to do with Ceon URI Mapping (I think)

    My canonical home page is indicated with the canonical tag as:

    <link rel="canonical" href="http://www.teafromtaiwan.com" />

    i.e. without the trailing back slash. But my home page is defaulting to http://www.teafromtaiwan.com/ with the back slash.

    So I just have to figure out where these URI's are being generated and fix one of them.

  3. #1463
    Join Date
    Jan 2010
    Posts
    2
    Plugin Contributions
    0

    bug Re: Ceon URI Mapping (SEO)

    Installed this add on and it's simply... PERFECT. The quality of this package is unbelievable.

    HOWEVER... when I copy the store to a sandbox (that's how I apply add-ons, including this one, to an already working store), all the " SEO friendly" URIs still point to the operational store...

    Is there a script or an SQL patch that can fix all URI automatically (or manually without going throuh EDIT for ALL products)?

    Thanks,
    Chris

  4. #1464
    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 chrisjo View Post
    Installed this add on and it's simply... PERFECT. The quality of this package is unbelievable.

    HOWEVER... when I copy the store to a sandbox (that's how I apply add-ons, including this one, to an already working store), all the " SEO friendly" URIs still point to the operational store...

    Is there a script or an SQL patch that can fix all URI automatically (or manually without going throuh EDIT for ALL products)?

    Thanks,
    Chris
    Sounds like either your store configure.php file or your .htaccess file are pointing to your production store.. (Not a Ceon URI issue..)
    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.

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

    Default Re: Ceon URI Mapping (SEO)

    Hi Chris,

    Glad you like the software and thanks for the nice comments about the overall distribution! :)

    Quote Originally Posted by chrisjo View Post
    HOWEVER... when I copy the store to a sandbox (that's how I apply add-ons, including this one, to an already working store), all the " SEO friendly" URIs still point to the operational store...
    Do you mean that you have a "sandbox" store in a subdirectory and that you're moving the store to the root directory want to apply all the URIs you've generated for the "sandboxed" store to the "real" store?

    I'm afraid I'm not quite clear on what the exact problem you are having is.

    Best weather we've had this year today so taking the weekend off. I'm afraid I may not be able to reply until Monday.. :)

    All the best...

    Conor
    ceon

  6. #1466
    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 paul3648 View Post
    I have a few addons, but this was not an intentional addition - I just noticed it after using this CEON module.
    It's definitely the output of an addon. I must look it up and install it myself - thanks for the [roundabout/unintentional] tip! :)

    Quote Originally Posted by paul3648 View Post
    i.e. without the trailing back slash. But my home page is defaulting to http://www.teafromtaiwan.com/ with the back slash.
    The latest version of Ceon URI Mapping will always output a canonical tag for the home page which is the server's name plus the value for DIR_WS_CATALOG.. without the slash at the end. So if you navigate to the homepage with the slash at the end the canonical URI will differ (the slash at the end being the difference).

    This is NOT a problem! :)

    However it's always nicer for the URIs to remain consistent. The way to fix this is to change whatever links there are to the home page which are using the slash at the end to links which don't have a slash at the end.

    I'll be releasing version 3.6.0 of the module on Monday.. I think the final change I'll make to it is to have Zen Cart output the exact matching canonical URI for the home page anytime it generates links instead of linking to the home page with a slash at the end.

    As I said, the current behaviour is not a problem, it's fine for the canonical URI for the home page to have no slash at the end while the actual URI does.. that's the whole pointof canonical URIs after all.. telling the browser that the two URIs are equivalent! So just ignore this for the minute and take some time off! :)

    Got to go now.

    Enjoy the rest of your weekend!

    All the best...

    Conor
    ceon

  7. #1467
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    The way to fix this is to change whatever links there are to the home page which are using the slash at the end to links which don't have a slash at the end.
    No. The canonical URL for the root page of a site should include the trailing slash. That's defined in the HTTP specs.

  8. #1468
    Join Date
    Sep 2009
    Posts
    78
    Plugin Contributions
    0

    Idea or Suggestion Re: Ceon URI Mapping (SEO)

    Quote Originally Posted by chrisjo View Post
    HOWEVER... when I copy the store to a sandbox (that's how I apply add-ons, including this one, to an already working store), all the " SEO friendly" URIs still point to the operational store...

    Is there a script or an SQL patch that can fix all URI automatically (or manually without going throuh EDIT for ALL products)?
    To the best of my knowledge there isn't any automated tool to help with that so I solve the problem by doing what @DivaVocals suggested:
    1. I fire up phpMyAdmin and select the teststore database (left pane).
    2. Within the teststore database I select the zen_ceon_uri_mappings table
    3. Then, I select the Export tab, check 'Add DROP TABLE', Save as gzipped file and hit GO.
    4. I then use Emacs to replace, in one fell swoop, all occurrences of /store/ to /teststore/.
    5. Then I used gzip to create a .sql.gz file
    6. Within the teststore database I then select the Import tab
    7. Load the edited .sql.gz file and...
    8. Voila!


    Does this answer your question?

  9. #1469
    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 g1smd View Post
    No. The canonical URL for the root page of a site should include the trailing slash. That's defined in the HTTP specs.
    Actually, I've since realised that that's the only practical solution.. didn't know it was the official spec as well.. glad my thoughts have turned out to line up with those who wrote the specs in the first place! :)

    Will have a new release out soon (today or tomorrow).

    All the best..

    Conor
    ceon

  10. #1470
    Join Date
    Mar 2010
    Location
    UK
    Posts
    445
    Plugin Contributions
    0

    Default Re: Ceon URI Mapping (SEO)

    Yes, you're obviously aware that asking for http://example.com/somepage.html will cause the browser to send a "GET /somepage.html HTTP/1.1" HTTP request to the server.

    In the same way, asking for http://example.com/ will cause the browser to send a "GET / HTTP/1.1" HTTP request to the server; and that means the URL "http://example.com" without the trailing slash included is technically invalid, as the GET request for it would be blank: "GET HTTP/1.1".

    In reality, the browser will usually still send the correct "GET / HTTP/1.1" request for this.

    However, when the request is for "GET /folder HTTP/1.1" the server will send a 301 redirect response along with a note of the new URL at "http://example.com/folder/" so that the browser can make a new HTTP request for "GET /folder/ HTTP/1.1" with trailing slash included.

 

 

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