Results 1 to 10 of 5054

Hybrid View

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nagelkruid View Post
    btw. now that you are looking at languages anyway :)
    when i am going to the specials i can see it gets resolved to winkel/specials but that page is actually named winkel/aanbiedingen
    that is probably very close to what you are looking at right now?

    another thing i see is when i look in who's online i see alot of people browsing these lovely url's of which i now know where they are but i also noticed a lot of those get ammended the favicon.ico behind it. like so: /shop/category-c-1_10/favicon.ico
    if i click on the link i simply get the correct page, not sure if this is only who's online page prob? (pretty sure didn't see those before the mod)
    For favicon, just go into includes/templates/your_template/common/html_header.php

    Starting from around line 34 you will see:

    PHP Code:
    <?php if (defined('FAVICON')) { ?>
    <link rel="icon" href="<?php echo FAVICON?>" type="image/x-icon" />
    <link rel="shortcut icon" href="<?php echo FAVICON?>" type="image/x-icon" />
    <?php //endif FAVICON ?>

    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER DIR_WS_HTTPS_CATALOG HTTP_SERVER DIR_WS_CATALOG ); ?>" />
    Replace that by:
    PHP Code:
    <base href="<?php echo (($request_type == 'SSL') ? HTTPS_SERVER DIR_WS_HTTPS_CATALOG HTTP_SERVER DIR_WS_CATALOG ); ?>" />

    <?php if (defined('FAVICON')) { ?>
    <link rel="icon" href="<?php echo FAVICON?>" type="image/x-icon" />
    <link rel="shortcut icon" href="<?php echo FAVICON?>" type="image/x-icon" />
    <?php //endif FAVICON ?>
    You can see that we simple switch the location of the 2 parts.
    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. #2
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    For favicon, just go into includes/templates/your_template/common/html_header.php

    ]You can see that we simple switch the location of the 2 parts.
    Ok, thanks, i have placed the $base above the favicon code.
    i actually seem to have the same thing for /number_of_downloads/0 and number_of_uploads/0

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nagelkruid View Post
    Ok, thanks, i have placed the $base above the favicon code.
    i actually seem to have the same thing for /number_of_downloads/0 and number_of_uploads/0

    Where is it? ^_^? Can you give a sample 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

  4. #4
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    Where is it? ^_^? Can you give a sample link?
    /winkel/product_reviews_write/voor-de-allerkleinsten-eerste-speelgoed-c-130_131/blokken-trein-dieren-djeco-p-27/number_of_uploads/0

    have to admit i see them most with spiders, but i also saw them with customers but less

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

    Default Re: Simple SEO URL [support thread]

    This is normal, it's is actually part of the buy now/review etc links, you can simply put that in the exclude query keys list to get a nicer 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

  6. #6
    Join Date
    Nov 2006
    Posts
    296
    Plugin Contributions
    2

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by yellow1912 View Post
    This is normal, it's is actually part of the buy now/review etc links, you can simply put that in the exclude query keys list to get a nicer link.
    heh, i was just gonna post one for a customer, just plain categorie image view.
    /winkel/meubeltjes-bedden-c-35_78/kinderbed-mix-match-cot-bed-bopita-p-1197/number_of_uploads/0

    if i put number_of_uploads in the exclude, that goes away?

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

    Default Re: Simple SEO URL [support thread]

    Quote Originally Posted by nagelkruid View Post
    heh, i was just gonna post one for a customer, just plain categorie image view.
    /winkel/meubeltjes-bedden-c-35_78/kinderbed-mix-match-cot-bed-bopita-p-1197/number_of_uploads/0

    if i put number_of_uploads in the exclude, that goes away?
    It will become something like this:

    /winkel/meubeltjes-bedden-c-35_78/kinderbed-mix-match-cot-bed-bopita-p-1197?number_of_uploads=0

    Again, this is part of zen default links, it's not like ssu automatically append that in.
    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

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