Zen Cart Logo
Forums / All Other Contributions/Addons / Simple SEO URL (OLD version) [support thread]

Simple SEO URL (OLD version) [support thread]

Views: 1,113,755

Results 3,981 to 4,000 of 5,058
31 Oct 2009, 7:23 AM
#3981
dan123 avatar

dan123

New Zenner

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

Simple SEO URL (OLD version) [support thread]

Hi,
Yellow, can you please tell me how to figure out ssu for the second language, it simply does not work as it suppose to, or maybe I am doing something wrong. The link shows up as "-c-1" and the same thing for the products links. I have chaged the local.config.php and have ru.php but yet no effect so far:frusty:
THANKSSSS

31 Oct 2009, 8:06 AM
#3982
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

Dan123:

Hi,
Yellow, can you please tell me how to figure out ssu for the second language, it simply does not work as it suppose to, or maybe I am doing something wrong. The link shows up as "-c-1" and the same thing for the products links. I have chaged the local.config.php and have ru.php but yet no effect so far:frusty:
THANKSSSS
First, you need to make sure you changed it correctly, double check it or post the content of your local config here

Change the language configuration of ssu and clean up your ssu cache just to make sure

31 Oct 2009, 8:31 AM
#3983
dan123 avatar

dan123

New Zenner

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

Re: Simple SEO URL (OLD version) [support thread]

Here is what I have in my local.config.php (Russian is default)

<?php /** * @package Pages * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: local.config.php.example 149 2009-03-04 05:23:35Z yellow1912 $ */ $ssuLocalConfig = array( 'plugins' => array( 'parsers' => array('manufacturers') ), 'languages' => array( 'ru' => 'default', 'ua' => 'ua', ) ); I did clean up cache - nothing. Thank you
31 Oct 2009, 10:59 AM
#3984
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

Nah, it should be 'ru' => 'ru'

Dan123:

Here is what I have in my local.config.php (Russian is default)

<?php /** * @package Pages * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: local.config.php.example 149 2009-03-04 05:23:35Z yellow1912 $ */ $ssuLocalConfig = array( 'plugins' => array( 'parsers' => array('manufacturers') ), 'languages' => array( 'ru' => 'default', 'ua' => 'ua', ) ); I did clean up cache - nothing. Thank you
31 Oct 2009, 11:56 AM
#3985
dan123 avatar

dan123

New Zenner

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

Re: Simple SEO URL (OLD version) [support thread]

I changed it to 'ru' => 'ru' but it did not help either. Thanks though(((

31 Oct 2009, 12:37 PM
#3986
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

Dan123:

I changed it to 'ru' => 'ru' but it did not help either. Thanks though(((
If you links show up without name, you must be using easy populate which has messed up your master category id. This happens alot, and you will need to reset your master categories id by going to tools-store manager to reset.

31 Oct 2009, 10:54 PM
#3987
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

http://blog.rubikintegration.com/2009/08/17/zen-cart-canonical-link-will-it-really-help/

In short, future version will support it. But right now if you want to do it, yes you can. You can always do that easily by getting the default url of the products, if you simply pass in the products id without the cpath (into zen_hraf_link) you will always get the default url.
Yellow what do you suggest for a temporary solution for right now. Will this work or do you suggest something else. Thank you
http://www.jasonjgreen.com/blog/canonical-url-links-for-zen-cart/

1 Nov 2009, 4:41 AM
#3988
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

Yellow what do you suggest for a temporary solution for right now. Will this work or do you suggest something else. Thank you
http://www.jasonjgreen.com/blog/canonical-url-links-for-zen-cart/
I dont think you read the blog post I posted yet, you should read it:

http://blog.rubikintegration.com/2009/08/17/zen-cart-canonical-link-will-it-really-help/

1 Nov 2009, 7:08 AM
#3989
dan123 avatar

dan123

New Zenner

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

Re: Simple SEO URL (OLD version) [support thread]

hi again,
sorry Yellow for bothering you so much but reseting Master Category Id did not help either. I installed a fresh Zen cart and only put inside Russian language and ssu, still I got the same problem. Any ideas???/
THANK YOU!!!

1 Nov 2009, 7:34 AM
#3990
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

Dan123:

hi again,
sorry Yellow for bothering you so much but reseting Master Category Id did not help either. I installed a fresh Zen cart and only put inside Russian language and ssu, still I got the same problem. Any ideas???/
THANK YOU!!!
Honestly, I have no idea unless I see your installation myself. We have installed this module for many russian, french, etc... sites and we have no problem with it. if you only see -c-19 without the name for example, more than likely your installation is messed up.

You might also want to try the latest version in this post
http://public.rubikintegration.com/SimpleSEOURL.zip

2 Nov 2009, 1:07 AM
#3991
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

I dont think you read the blog post I posted yet, you should read it:

http://blog.rubikintegration.com/2009/08/17/zen-cart-canonical-link-will-it-really-help/

Thanks for pointing that out. For the 3 issues I am not sure what to do. I know google is not indexing all my pages. Out of 2189 pages they are indexing something like 419

Before you rush to your ftp client to apply the new code, I have a big warning for you: the code suggested there should NOT be used, in my opinion.
Read more: http://blog.rubikintegration.com/2009/08/17/zen-cart-canonical-link-will-it-really-help/#ixzz0VexTY5OB

2 Nov 2009, 2:22 AM
#3992
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

richardr:

I could use some help too, I see that I am supposed to append my htaccess file but not sure what I should replace, could someone let me know what lines to cut to replace please.

Thanks,

here is what I currently have in my htaccess file:

RewriteEngine on

-FrontPage-

IndexIgnore .htaccess /.?? *~ # /HEADER /README /_vti
<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>
AuthName aprons4you.com
AuthUserFile /home/apronsy1/public_html/_vti_pvt/service.pwd
AuthGroupFile /home/apronsy1/public_html/_vti_pvt/service.grp
RewriteCond %{HTTP_HOST} ^aprons4you.net$ [OR]
RewriteCond %{HTTP_HOST} ^www.aprons4you.net$
RewriteRule ^.
$ "http://aprons4you.com/" [R=301,L]

BEGIN WordPress

END WordPress

> 
> 
> ```
#### BOF SSU
Options +FollowSymLinks
RewriteEngine On
# Change "/zencart/ to the correct setting
# if your site is located at root folder, then you should have RewriteBase /
# Go to your include/configure.php, this value should be the same with the value of DIR_WS_CATALOG
RewriteBase /zencart/

# Deny access from .htaccess
RewriteRule ^\.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} -f [OR]
RewriteCond %{SCRIPT_FILENAME} -d
RewriteRule .* - [L]

RewriteRule ^(.+) index.php/$1 [E=VAR1:$1,QSA,L]
#### EOF SSU

I know that goes in there somewhere but I can't figure where, also, my site is https://www.aprons4you.com, so i'm not sure why it's pointing to aprons4you.net??? I do own that and it's pointed here as well but that is not the parent url?

Thanks,

just a re-post I still need help if available

2 Nov 2009, 3:49 AM
#3993
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

Thanks for pointing that out. For the 3 issues I am not sure what to do. I know google is not indexing all my pages. Out of 2189 pages they are indexing something like 419

Before you rush to your ftp client to apply the new code, I have a big warning for you: the code suggested there should NOT be used, in my opinion.
Read more: http://blog.rubikintegration.com/2009/08/17/zen-cart-canonical-link-will-it-really-help/#ixzz0VexTY5OB

Just a note, Google 99% of the time will not index all your links, so to make sure Google indexes your most important pages is a SEO art (which can be learned, of course)

2 Nov 2009, 6:15 AM
#3994
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

Just a note, Google 99% of the time will not index all your links, so to make sure Google indexes your most important pages is a SEO art (which can be learned, of course)
Well I bet you are the the one that could teach me that art.....lol
Lead me in the right direction Raine :smartalec:

2 Nov 2009, 7:04 AM
#3995
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

countrycharm:

Well I bet you are the the one that could teach me that art.....lol
Lead me in the right direction Raine :smartalec:
http://www.seomoz.org/ is the right place for you to learn all that sort of things.

But in short, you want to make sure you want to present the most important links to the search engines FIRST. For example, if you have some links that the search engines need to go through several sub-pages to grab them then the chances are high that they can be ignored. A good example in our case is:

Home page -> category -> sub cat level 1 -> sub cat level 2 -> then go to page 12 of the category listing page -> product link

You can see in our case the search engines need to go through more than 10 pages to eventually get to our product page.
(think of how you normally go to this specific product, search engines have to do the same, and they can't use the search feature btw)

2 Nov 2009, 11:04 AM
#3996
dontknowwhatimdoing avatar

dontknowwhatimdoing

Zen Follower

Join Date:
Aug 2008
Posts:
131
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Thanks for the reply yellow. IT does make absolute sense that something must be wrong with my html_output.php if my URLs are not being re-written internally. As always, you're amazing, thank you so much for writing this mod. I really think Zen Cart needs to make this mod part of their standard cart in the future (once this mod is done). In fact, maybe they should hire you! :)

3 Nov 2009, 2:01 AM
#3997
countrycharm avatar

countrycharm

Totally Zenned

Join Date:
Jul 2007
Posts:
2,179
Plugin Contributions:
2

Re: Simple SEO URL (OLD version) [support thread]

yellow1912:

http://www.seomoz.org/ is the right place for you to learn all that sort of things.

But in short, you want to make sure you want to present the most important links to the search engines FIRST. For example, if you have some links that the search engines need to go through several sub-pages to grab them then the chances are high that they can be ignored. A good example in our case is:

Home page -> category -> sub cat level 1 -> sub cat level 2 -> then go to page 12 of the category listing page -> product link

You can see in our case the search engines need to go through more than 10 pages to eventually get to our product page.
(think of how you normally go to this specific product, search engines have to do the same, and they can't use the search feature btw)

Thanks I will check it out soon and try to learn some of this stuff.

3 Nov 2009, 3:49 PM
#3998
starruby avatar

starruby

Zen Follower

Join Date:
Nov 2007
Posts:
96
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

Hi Raine,

I am faced with problems in resetting the SSU cache. It takes ages and ages and then shows a timeout page. Is there any way to fix this or manually reset cache?

Regards,
Harshil

3 Nov 2009, 5:05 PM
#3999
yellow1912 avatar

yellow1912

Totally Zenned

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

Re: Simple SEO URL (OLD version) [support thread]

starruby:

Hi Raine,

I am faced with problems in resetting the SSU cache. It takes ages and ages and then shows a timeout page. Is there any way to fix this or manually reset cache?

Regards,
Harshil
There is a newer (have been tested on a few sites but not official yet) version posted in the previous 1 or 2 pages, if you want to you can try it out. It will still take time to clear cache if your server is slow, but it wont time out since it uses javascript to reload.

3 Nov 2009, 5:18 PM
#4000
richardr avatar

richardr

New Zenner

Join Date:
Jul 2009
Location:
Maryland
Posts:
34
Plugin Contributions:
0

Re: Simple SEO URL (OLD version) [support thread]

so nobody is familiar with the htaccess file? That being the case, what is the easiest way to uninstall this?