Page 166 of 168 FirstFirst ... 66116156164165166167168 LastLast
Results 1,651 to 1,660 of 1674
  1. #1651
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    So I'm guessing nothing looks wrong in the coding?

  2. #1652
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: Ultimate SEO 2.200+ (new features)

    Except for the user-agent rule and the one that follows, that's as-shipped USU.

    I'm just not sure how this rule is going to affect the overall rewrites:

    RewriteRule .* - [F,L]

  3. #1653
    Join Date
    Apr 2008
    Location
    Qld, Australia
    Posts
    306
    Plugin Contributions
    6

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    RewriteRule .* - [F,L]
    This will return a 403 forbidden error to the client.
    The Dot (.) in regex means any character; Dot Star (.*) means 0 or more of any character; F = Forbidden; L = last and stop processing the rule set
    OldNGrey
    ZC158a PHP 8.2.15
    MySQL 10.6.16-MariaDB

  4. #1654
    Join Date
    Aug 2012
    Location
    Kitty Hawk, NC
    Posts
    70
    Plugin Contributions
    0

    Default Re: Ultimate SEO 2.200+ (new features)

    Just an FYI, I put the bot blocking code at the top of the .htaccess in my shop folder and also added it to the .htaccess in the public_html folder. They are now being blocked.

  5. #1655
    Join Date
    May 2008
    Location
    United States
    Posts
    454
    Plugin Contributions
    1

    Default Re: Ultimate SEO 2.200+ (new features)

    Is it possible to customize the URLs generated by the Ultimate SEO module? For example, instead of default URLs like 'page 2', 'page 3', and 'page 4', I’d like to assign specific, descriptive names that reflect the content of each page.

    This could potentially be achieved by introducing a custom mapping file, such as:

    PHP Code:
    return [
        
    'page_2' => 'faq',
        
    'page_3' => 'wholesale',
        
    'page_4' => 'services',
    ]; 
    The module could reference this file during URL generation and, if a custom name is defined, use it instead of the default. This approach would retain existing functionality for undefined pages while offering greater flexibility for SEO and user-friendly URLs.

  6. #1656
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by marcopolo View Post
    Is it possible to customize the URLs generated by the Ultimate SEO module? For example, instead of default URLs like 'page 2', 'page 3', and 'page 4', I’d like to assign specific, descriptive names that reflect the content of each page.

    This could potentially be achieved by introducing a custom mapping file, such as:

    PHP Code:
    return [
        
    'page_2' => 'faq',
        
    'page_3' => 'wholesale',
        
    'page_4' => 'services',
    ]; 
    The module could reference this file during URL generation and, if a custom name is defined, use it instead of the default. This approach would retain existing functionality for undefined pages while offering greater flexibility for SEO and user-friendly URLs.
    I've created a GitHub issue (https://github.com/lat9/usu/issues/60) to record your request.

  7. #1657
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    13,342
    Plugin Contributions
    94

    Default Re: Ultimate SEO 2.200+ (new features)

    v3.1.2 of USU is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=132

    This version contains the correction for GitHub issue #59 (Undefined variable $value_pair)

  8. #1658
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Is there a way to quickly get the URI of a given category?

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

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by retched View Post
    Is there a way to quickly get the URI of a given category?
    Off the top of my head (so let me know if it doesn't work):

    zen_href_link(FILENAME_DEFAULT, 'cPath=' . $categories_id);

  10. #1660
    Join Date
    Jun 2007
    Location
    Bronx, New York, United States
    Posts
    681
    Plugin Contributions
    8

    Default Re: Ultimate SEO 2.200+ (new features)

    Quote Originally Posted by lat9 View Post
    Off the top of my head (so let me know if it doesn't work):

    zen_href_link(FILENAME_DEFAULT, 'cPath=' . $categories_id);
    That did it!

 

 

Similar Threads

  1. Ultimate Fade-In Slidehow Support thread
    By outeredge2 in forum All Other Contributions/Addons
    Replies: 158
    Last Post: 4 Feb 2017, 03:10 AM
  2. Ultimate Cross Sell [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 239
    Last Post: 17 May 2015, 03:25 AM
  3. Ultimate Content Glider [Support Thread]
    By ultimate_zc in forum All Other Contributions/Addons
    Replies: 11
    Last Post: 4 Sep 2012, 05:16 AM
  4. 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