Page 247 of 506 FirstFirst ... 147197237245246247248249257297347 ... LastLast
Results 2,461 to 2,470 of 5054
  1. #2461
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    Sorry I missed your post for some reason

    for question 1:
    huhm, weird, which version is it?
    You can see it is added here:
    a. with the cart installed on sub folder
    http://demo.rubikintegration.com/ssu (will be redirected to http://demo.rubikintegration.com/ssu/)

    b. with the cart installed on root:
    http://eazy-templates.com (will be redirected to http://eazy-templates.com/)
    The second site is heavily modded with tons of modules btw, and hopefully that will clear up the argument that this module doesnt work well with other modules.

    For question 2:
    It depends, if you simply want to add.html to the define page without parameters only, it's already there, just turn on.
    If you want to add it into category, product links and all, huhm, a bit troublesome.
    From your point of view, how would adding .html to the end of the url help? I will add this feature to the next version if it really helps one way or another.
    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

  2. #2462
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,199
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Thanks Yellow....
    Here is what I mean


    Code:
    Checked link: http://demo.rubikintegration.com/ssu/index.ph
    p
    
    Type of redirect: 301 Moved Permanently
    
    Redirected to: http://demo.rubikintegration.com/ssu
    The trailing slash is actually added by ZC after this.... Making it a double redirect.

    Code:
    Checked link: http://demo.rubikintegration.com/ssu
    
    Type of redirect: 301 Moved Permanently
    
    Redirected to: http://demo.rubikintegration.com/ssu/
    The issue is that link juice and authority will not pass a double redirect and Google will not follow them either.

    2cnd part

    the html just gives the essence of a true static page and is favored for usability... In this case the shop owner would like html url for all.

    Note that the structure you use, however, makes blocking whole sections in robots.txt w/o dynamic parameters.. a big bonus here as MSN will not read wildcards in robots.txt

    So I can block /product_reviews_write/ for example, w/o a wildcard

    I wouldn't change it, its fine w/o html... Just asking for the customer.

    ~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.

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

    Default Re: Simple SEO URL [support thread]

    You are absolutely right for 1st part, and it only happens if the cart is in a sub folder it seems. I will work on that right now.
    Should have a fix for that within a few hours.

    I will also put the extension on a to do list :)
    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

  4. #2464
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,199
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Not just in a sub folder http://70. 84 .186 .148/

    Thanks for your help...

    Cheers,
    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.

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

    Default Re: Simple SEO URL [support thread]

    Melanie, can you check again here:
    http://demo.rubikintegration.com/ssu/index.php

    Does it work the way it should now? :)
    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. #2466
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,199
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Yep!

    Checked link: http://demo.rubikintegration.com/ssu/index.ph
    p

    Type of redirect: 301 Moved Permanently

    Redirected to: http://demo.rubikintegration.com/ssu/
    Cheers,
    ~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. #2467
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Simple SEO URL [support thread]

    K, the fix is very easy and will be included in a new updated package which will be available in a few mins.

    But you can just apply the fix without having to download the whole package by editing includes/classes/ssu/cores/link.php

    Look for:

    // append sid

    Add right above it

    // add slash if both page and param are empty
    if(empty($page) && empty($parameters)){
    $link = trim($link, '/');
    $link .= '/';
    }
    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

  8. #2468
    Join Date
    Nov 2007
    Location
    Woodbine, Georgia, United States
    Posts
    4,199
    Plugin Contributions
    63

    Default Re: Simple SEO URL [support thread]

    Bingo... Thanks

    Code:
    Checked link: http: //70 .84  .186.  148/ index.php
    
    Type of redirect: 301 Moved Permanently
    
    Redirected to: http: //70. 84. 186 .148/
    ~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.

  9. #2469
    Join Date
    Jul 2007
    Posts
    2,169
    Plugin Contributions
    16

    Default Re: Simple SEO URL [support thread]

    Is the fix for everyone yellow?
    Is your site Upgraded to the current version 1.5.4 Yet?
    zencart-upgrades-website-installation

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by countrycharm View Post
    Is the fix for everyone yellow?
    Yup, it's applied to all. Normally on new site you dont have to worry about it. For example, for this site: http://eazy-templates.com we never had an index.php link to begin with, so search engine wouldnt even reach it.
    But yeah, fix is applied for everyone, and again thanks Melanie for noticing this.

    PS: btw, to any one who is about to install or upgrade your module, this fix is already applied when you grab the package on the download site, so no need to worry about it.
    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

 

 

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