Zen Cart Logo
Forums / Search Engines / Ultimate SEO URLs

Ultimate SEO URLs

Views: 125,980

Results 661 to 680 of 1,097
12 Jan 2009, 4:39 AM
#661
fireflyz avatar

fireflyz

New Zenner

Join Date:
May 2007
Location:
Los Angeles
Posts:
89
Plugin Contributions:
0

Ultimate SEO URLs

gsdcypher:

I have installed USU on 1.3.8a.

When I nav to a category and then to a particular item within that category, there is a little bread crumb at the top of the product with the name of the category. But when you click on that breadcrumb to get back to the category, the link takes you back to the store's main page rather than the category... How do I fix that?

For example:

Categories
Balls
Bowls
Toys

If I go to Balls, it lists all of the different products in that category. And if I then choose one of the items listed in that category... rubber balls. It takes me to that product. But at the top of that product is the link Balls. If I click on that, it doesn't go back to the Balls category, it goes to the store's main page.

Thanks

I have the same exact problem. The breadcrumb is missing the category ID and looks like this: "example.com/store/-c-.html". When it's clicked on, it goes to the store's main page., not the respective category.

  • one more problem:
    Salemaker:
    When a category is selected for a sale, if the products are multilinked afterwards sale prices are not there anymore, the prices are reverted to original amount. :shocking: When I disable this mod, the prices are fine when multilinked.

Anyone? Thanks!

13 Jan 2009, 3:09 PM
#662
maryf avatar

maryf

New Zenner

Join Date:
Apr 2008
Posts:
29
Plugin Contributions:
0

Re: Ultimate SEO URLs

I have installed the above addon as instructed (I think!) but the url still shows ?cpath=2 after the .html.

I have tried searching for the answer in this forum but nothing comes up. Would appreciate any help. Thanks.

13 Jan 2009, 3:16 PM
#663
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

MaryF:

I have installed the above addon as instructed (I think!) but the url still shows ?cpath=2 after the .html.

I have tried searching for the answer in this forum but nothing comes up. Would appreciate any help. Thanks.
Post the contents of your htaccess.... That is likely where the issue is.

~Melanie

13 Jan 2009, 3:29 PM
#664
raimond avatar

raimond

Zen Follower

Join Date:
Jul 2004
Location:
The Netherlands, Wierden
Posts:
423
Plugin Contributions:
0

Re: Ultimate SEO URLs

raimond:

All done, like I said....when i disable the seo....the https works great
raimond:

Thnx for your help Melanie,

Also done, another domain on the same server works great.:(

Still doesn't work, what ca be the problem?

13 Jan 2009, 3:46 PM
#665
raimond avatar

raimond

Zen Follower

Join Date:
Jul 2004
Location:
The Netherlands, Wierden
Posts:
423
Plugin Contributions:
0

Re: Ultimate SEO URLs

raimond:

Still doesn't work, what ca be the problem?

problem solved

...it was the html_output.php which I had to edit, i had changed this for a reasen, so the solution was to insert this code manually

 //// IMAGINADW.COM
// Ultimate SEO URLs v2.100
// The HTML href link wrapper function
  function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
        
        /* QUICK AND DIRTY WAY TO DISABLE REDIRECTS ON PAGES WHEN SEO_URLS_ONLY_IN is enabled IMAGINADW.COM */
        $sefu = explode(",", ereg_replace( ' +', '', SEO_URLS_ONLY_IN ));
        if((SEO_URLS_ONLY_IN!="") && !in_array($page,$sefu)) {
            return original_zen_href_link($page, $parameters, $connection, $add_session_id, $search_engine_safe, $static, $use_dir_ws_catalog);
        }
        
        if (!isset($GLOBALS['seo_urls']) && !is_object($GLOBALS['seo_urls'])) {
            include_once(DIR_WS_CLASSES . 'seo.url.php');

            $GLOBALS['seo_urls'] = &new SEO_URL($_SESSION['languages_id']);
        }

        return $GLOBALS['seo_urls']->href_link($page, $parameters, $connection, $add_session_id, $static, $use_dir_ws_catalog);
  }
 
/*
 * The HTML href link wrapper function
 */
  function original_zen_href_link($page = '', $parameters = '', $connection = 'NONSSL', $add_session_id = true, $search_engine_safe = true, $static = false, $use_dir_ws_catalog = true) {
    global $request_type, $session_started, $http_domain, $https_domain;

    if (!zen_not_null($page)) {
      die('</td></tr></table></td></tr></table><br /><br /><strong class="note">Error!<br /><br />Unable to determine the page link!</strong><br /><br />');
    }
13 Jan 2009, 5:36 PM
#666
maryf avatar

maryf

New Zenner

Join Date:
Apr 2008
Posts:
29
Plugin Contributions:
0

Re: Ultimate SEO URLs

mprough:

Post the contents of your htaccess.... That is likely where the issue is.

~Melanie

$Id: .htaccess,v 1.3 2008/03/18 00:11 MFairhurst Exp $

php_value session.use_trans_sid off

#php_value register_globals off
<Files ".ht*">
deny from all
</Files>

NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /shop/

From Ultimate SEO URLs

RewriteRule ^(.)-p-(.).html$ index.php?main_page=product_info&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-c-(.).html$ index.php?main_page=index&cPath=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-m-([0-9]+).html$ index.php?main_page=index&manufacturers_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pi-([0-9]+).html$ index.php?main_page=popup_image&pID=$2&%{QUERY_STRING} [L]
RewriteRule ^(.)-pr-([0-9]+).html$ index.php?main_page=product_reviews&products_id=$2&%{QUERY_STRING} [L]
RewriteRule ^(.
)-pri-([0-9]+).html$ index.php?main_page=product_reviews_info&products_id=$2&%{QUERY_STRING} [L]

For Open Operations Info Manager

RewriteRule ^(.*)-i-([0-9]+).html$ index.php?main_page=info_manager&pages_id=$2&%{QUERY_STRING} [L]

For dreamscape's News & Articles Manager

RewriteRule ^news/?$ index.php?main_page=news&%{QUERY_STRING} [L]
RewriteRule ^news/rss.xml$ index.php?main_page=news_rss&%{QUERY_STRING} [L]
RewriteRule ^news/archive/?$ index.php?main_page=news_archive&%{QUERY_STRING} [L]
RewriteRule ^news/([0-9]{4})-([0-9]{2})-([0-9]{2}).html$ index.php?main_page=news&date=$1-$2-$3&%{QUERY_STRING} [L]
RewriteRule ^news/archive/([0-9]{4})-([0-9]{2}).html$ index.php?main_page=news_archive&date=$1-$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.)-a-([0-9]+)-comments.html$ index.php?main_page=news_comments&article_id=$2&%{QUERY_STRING} [L]
RewriteRule ^news/(.
)-a-([0-9]+).html$ index.php?main_page=news_article&article_id=$2&%{QUERY_STRING} [L]

All other pages

Don't rewrite real files or directories

RewriteCond %{REQUEST_FILENAME} !-f [NC]
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.*).html$ index.php?main_page=$1&%{QUERY_STRING} [L]

13 Jan 2009, 6:59 PM
#667
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

In your Configuration Menu >> SEO urls

Make sure Add cPath to product URLs? is set false. If it was set to true, also hit the Reset SEO URLs Cache to true.

~Melanie

13 Jan 2009, 7:46 PM
#668
maryf avatar

maryf

New Zenner

Join Date:
Apr 2008
Posts:
29
Plugin Contributions:
0

Re: Ultimate SEO URLs

Thanks, Melanie fantastic that did the trick for the ?cPath=.

However, I have a suffix p-182 or c-71 or whatever stuck at the end of every url before the .html. Where is this coming from? When I select Remove all non-alphanumeric characters, it removes the "-" in between the words, which I don't want to remove.

13 Jan 2009, 8:48 PM
#669
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

MaryF:

Thanks, Melanie fantastic that did the trick for the ?cPath=.

However, I have a suffix p-182 or c-71 or whatever stuck at the end of every url before the .html. Where is this coming from? When I select Remove all non-alphanumeric characters, it removes the "-" in between the words, which I don't want to remove.

The -p- and -c- is normal behavior as your Zen Cart needs these identifiers for several functions.

~Melanie

20 Jan 2009, 6:28 AM
#670
yesican avatar

yesican

New Zenner

Join Date:
Jan 2009
Posts:
3
Plugin Contributions:
0

Re: Ultimate SEO URLs

yellow1912:

Do everything backward ^^, remove anything you added. This mod also automatically install install database patch, so you need to remove that manually as well.

I know this is old, but having this same problem and I'm a bit of a novice with working with the zen cart files, how or what is the instruction on 'manually removing the database patch' that this mod has installed? thank you kindly for the assistance:unsure:

21 Jan 2009, 2:38 PM
#671
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Ultimate SEO URLs

mprough:

The -p- and -c- is normal behavior as your Zen Cart needs these identifiers for several functions.

~Melanie
You will find 2 free modules, 1 is ssu(new version), another 1 is coded by ceon that completely removes identifiers AND IDs.

@yesican: magic-seo-url.com/zencart/tips/removing-ultimate-seo-urls.html

21 Jan 2009, 8:20 PM
#672
mprough avatar

mprough

Totally Zenned

Join Date:
Nov 2007
Location:
Woodbine, Georgia, United States
Posts:
4,278
Plugin Contributions:
37

Re: Ultimate SEO URLs

another 1 is coded by ceon that completely removes identifiers AND IDs.

This one has no redirects last I heard.. Has it been updated?

~Melanie

21 Jan 2009, 9:48 PM
#673
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Ultimate SEO URLs

mprough:

This one has no redirects last I heard.. Has it been updated?

~Melanie
You will have to check with ceon, it looks like a pretty solid module.
As for SSU, you can see 3.6.0 RC2 in action here:

http://demo.rubikintegration.com/ssu/

Obviously being a RC means it will have bugs.

28 Jan 2009, 3:41 PM
#674
amdowney avatar

amdowney

New Zenner

Join Date:
Nov 2006
Posts:
30
Plugin Contributions:
0

Re: Ultimate SEO URLs

EZ - Well I've installed the captcha add on to the contact page and having SEO URLS enabled is causing the verification image not to show as others have found. But I can't work out how to prevent this add on from re writing the contact page urls?

I really am stuck on this one!:wacko:

Any help will be most appreciated!

(Seo Urls 3.0.0-beta1)

30 Jan 2009, 7:53 PM
#676
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Ultimate SEO URLs

No, you chose the wrong module for that ^_^

30 Jan 2009, 8:00 PM
#677
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO URLs

sorry I don't understand (i'm italian, so sorry for english).
How do you mean when say wrong?
That it isn't possible or that I did some errors?
:blush:

30 Jan 2009, 8:04 PM
#678
yellow1912 avatar

yellow1912

Totally Zenned

Join Date:
Oct 2006
Posts:
5,422
Plugin Contributions:
0

Re: Ultimate SEO URLs

giuly:

sorry I don't understand (i'm italian, so sorry for english).
How do you mean when say wrong?
That it isn't possible or that I did some errors?
:blush:
Yes, it is not possible to have what you want with Ultimate Seo Url, or I should say that it is not possible out of the box. The only 2 modules (free) that can do it is Simple Sep Url and Ceon URI Mapping.

30 Jan 2009, 8:24 PM
#679
mydanilo avatar

mydanilo

Totally Zenned

Join Date:
Dec 2004
Posts:
1,024
Plugin Contributions:
0

Re: Ultimate SEO URLs

giuly: Go with Simple SEO. It will do what you want.

30 Jan 2009, 8:49 PM
#680
giuly avatar

giuly

Zen Follower

Join Date:
May 2007
Location:
Italy
Posts:
438
Plugin Contributions:
0

Re: Ultimate SEO URLs

ok now I understood.
Thanks
:P:smile: