Page 256 of 506 FirstFirst ... 156206246254255256257258266306356 ... LastLast
Results 2,551 to 2,560 of 5054
  1. #2551
    Join Date
    Sep 2008
    Location
    Grand Junction, CO USA
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by mprough View Post

    The issue is that link juice and authority will not pass a double redirect and Google will not follow them either.

    ~Melanie
    Side note:
    Google (and others) are now following a new canonicalization tag that will help with situations like this. (trailing slash vs no trailing slash, etc)

    http://googlewebmastercentral.blogsp...canonical.html


    Matt
    Matthew Kettlewell
    Kettlewell Enterprises, Inc
    Lingerie {Disclaimer: Adult Lingerie Site}

  2. #2552
    Join Date
    Sep 2008
    Location
    Grand Junction, CO USA
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by kettlewell View Post
    Sitemap question -

    If it's been answered elsewhere, please redirect me - I couldn't find the answer, the thread is too long :)

    I'm using SSU 3.6.0 and google sitemap 1.3

    My problem is this -

    my links on page show as this:

    /lingerie/body-suits-lingerie/hot-suspender-bodysuit-with-matching-bra-top-p-653

    but my links in my sitemap are showing as this:

    /-c-0/hot-suspender-bodysuit-with-matching-bra-top-p-653

    How do I get my Sitemap to have the structure that is on page?


    Matt
    I just realized that my search results are producing the same results as what is getting placed in the sitemaps -

    so instead of my really pretty URL's, visitors are looking at

    /-c-0/hot-suspender-bodysuit-with-matching-bra-top-p-653


    Matt
    Matthew Kettlewell
    Kettlewell Enterprises, Inc
    Lingerie {Disclaimer: Adult Lingerie Site}

  3. #2553
    Join Date
    Dec 2004
    Posts
    1,031
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Matt, clear all cache and also alias cache and see if it helps. Maybe your browser cache as well...
    Live and learn... the Zen way.

  4. #2554
    Join Date
    Sep 2008
    Location
    Grand Junction, CO USA
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    No such luck! :)

    I run a plugin that disables browser cache (just for this reason), and I've cleared out the SSU cache -

    But still the same result.

    based on your reply, I'm guessing that it should not be doing what I'm seeing?

    matt
    Matthew Kettlewell
    Kettlewell Enterprises, Inc
    Lingerie {Disclaimer: Adult Lingerie Site}

  5. #2555
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Very weird indeed, but i would recommend upgrading to 3.6.4 the clear cache to see if that solves the problem for you. If not please let me know.

    Quote Originally Posted by kettlewell View Post
    I just realized that my search results are producing the same results as what is getting placed in the sitemaps -

    so instead of my really pretty URL's, visitors are looking at

    /-c-0/hot-suspender-bodysuit-with-matching-bra-top-p-653


    Matt
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  6. #2556
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,194
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by myworld20091 View Post
    i did a test, go to /includes/classes/ssu/cores/language.php , find

    function removeNonAlphaNumeric($name, $name_delimiter){
    return preg_replace("/[^a-zA-Z0-9]/", $name_delimiter, $name);

    add
    $name = str_replace("b","e", $name);

    then i check the url, all the letters "b" replaced by "e".

    but if i add
    $name = str_replace("é","e", $name);

    the character "é" still showing as "-"
    In the snippet above have you tried using the proper ampersand for the é..... The ampersand is as follows
    Code:
    é
    ~Melanie
    PRO-Webs, Inc. since 2003 :: Zen Cart Hosting :: Zen Cart SEO – 12 Steps to Success
    **I answer questions in the forum, private messages are not conducive to a helpful community.

  7. #2557
    Join Date
    Sep 2008
    Location
    Grand Junction, CO USA
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Very weird indeed, but i would recommend upgrading to 3.6.4 the clear cache to see if that solves the problem for you. If not please let me know.
    OK... I upgraded to 3.6.4 - and am getting the same results

    I found an error in the logs, but I don't think they are the problem directly, but maybe

    The error I'm seeing is something like:

    client denied by server configuration: httpdocs/admin/includes/templates/css/themes/steel/images/index.php, referer: http://www.domain.com/admin/includes...steel/grid.css

    there doesn't appear to be an index.php file in the upload... I get this when I click the link "Manage Aliases" I get a header, but no way to do anything with it...


    Any thoughts on if the two are related? or if there is something else I should be checking?
    Matthew Kettlewell
    Kettlewell Enterprises, Inc
    Lingerie {Disclaimer: Adult Lingerie Site}

  8. #2558
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Yes, somehow the grid doesnt work on your server, just my wild guess but it could me files uploaded to the wrong place or wrong file permission setting. If you want I can peek in the server for you to checkout what's going on, PM me.

    Raine
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  9. #2559
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    @kettlewell

    It seems like you used Easy Populate to import the products, and it somehow failed to set the correct category - product relationship, all I did was
    1. go to /admin/store_manager.php and Reset ALL Products Master Categories ID
    2. Clear SSU cache

    For the problem with link alias manager not displaying any link, problem was that your php version does not support json_encode AND there was a bug in the json_encode alternative that comes with SSU

    Also, I notice there is a caching problem, not all items are properly cached, I have updated cache class to ssu 3.6.5 which have this bug fixed for you. Now you have to delete all cache folders and we will see if things work out correct for you.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  10. #2560
    Join Date
    Sep 2008
    Location
    Grand Junction, CO USA
    Posts
    38
    Plugin Contributions
    0

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    @kettlewell

    It seems like you used Easy Populate to import the products, and it somehow failed to set the correct category - product relationship, all I did was
    1. go to /admin/store_manager.php and Reset ALL Products Master Categories ID
    2. Clear SSU cache

    For the problem with link alias manager not displaying any link, problem was that your php version does not support json_encode AND there was a bug in the json_encode alternative that comes with SSU

    Also, I notice there is a caching problem, not all items are properly cached, I have updated cache class to ssu 3.6.5 which have this bug fixed for you. Now you have to delete all cache folders and we will see if things work out correct for you.

    Wow - Hats off to you!

    The problem is fixed and the time you spent researching and debugging was very much appreciated.


    I highly recommend Yellow1912's to anyone that needs ecommerce/design work done. If his Open Source skills are this good, I can only imagine what his paid skills are like. Please consider his services when looking in the future.

    He saved me - he can save you too!

    Thanks a ton, Yellow1912! I know I'll be thinking of you for future projects.

    Matt
    Matthew Kettlewell
    Kettlewell Enterprises, Inc
    Lingerie {Disclaimer: Adult Lingerie Site}

 

 

Similar Threads

  1. v151 Simple SEO URLs for ZC 1.5.x [Support Thread]
    By cvhainb in forum All Other Contributions/Addons
    Replies: 46
    Last Post: 8 Jun 2022, 09:42 AM
  2. 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
  3. How do I tell what version my Simple SEO URL addon mod, and others, are?
    By kevinmc3 in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 6 May 2010, 01:32 AM
  4. Can't create new thread in Simple SEO URL forum
    By gseiber in forum General Questions
    Replies: 1
    Last Post: 3 Apr 2010, 01:56 PM
  5. Re: Simple SEO URL [support thread]
    By creamcrackers in forum General Questions
    Replies: 2
    Last Post: 16 Aug 2009, 03:02 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