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,796

Results 1,681 to 1,700 of 5,058
23 Dec 2008, 7:55 AM
#1681
scottmorgan avatar

scottmorgan

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

Simple SEO URL (OLD version) [support thread]

Bless you for your quick response. Very helpful..:smile:

Here's what I put for the LINK
/index.php?main_page=index&cPath=1/

And this for the ALIAS
/Cards/

AND the URL translates to:
http://www.MYDOMAIN.com/index.php?/cards-c-1

Shouldn't it drop the index.php?/

23 Dec 2008, 7:57 AM
#1682
yellow1912 avatar

yellow1912

Totally Zenned

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

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

ScottMorgan:

Bless you for your quick response. Very helpful..:smile:

Here's what I put for the LINK
/index.php?main_page=index&cPath=1/

And this for the ALIAS
/Cards/

AND the URL translates to:
http://www.MYDOMAIN.com/index.php?/cards-c-1

Shouldn't it drop the index.php?/

No, you are supposed to put the already SEOized link there, please view the tutorial here http://public.rubikintegration.com/tutorials/ssu_alias.htm

23 Dec 2008, 8:26 AM
#1683
scottmorgan avatar

scottmorgan

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

OK.. That clears a lot up... but I've tried clearing all the cache
but it still comes up the way it did the first time.

LINK (Card-Games-c-1)
ALIAS (Card-Games)

The status bar in the browser shows I'm going to
https://www.MYDOMAIN.com/card-games/

But translates in the URL as:
http://www.MYDOMAIN.com/index.php?/card-games-c-1
(AND IS DISPLAYING THE HOME PAGE)

Configure >> Simple SEO URL

Title Value Action
Name delimiter -
File extension
ID delimiter -
Set max category level 2
Exclude list advanced_search_result,redirect,popup_image_additional
Set Link Alias Status true
Set minimum word length 0
Set maximum name length 0
Set SSU Status true
Set SSU Multi Language Status false
Set Query Key's Exclude List zenid,gclid,number_of_uploads,number_of_downloads,action

23 Dec 2008, 8:31 AM
#1684
scottmorgan avatar

scottmorgan

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

Does this system revert to lower case letters even though I use upper case letters in the LINK and ALIAS?

23 Dec 2008, 8:49 AM
#1685
yellow1912 avatar

yellow1912

Totally Zenned

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

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

It's weird to have index.php in the first place, please delete all link aliases, clear all caches, then create new aliases

23 Dec 2008, 8:54 AM
#1686
yellow1912 avatar

yellow1912

Totally Zenned

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

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

ScottMorgan:

Does this system revert to lower case letters even though I use upper case letters in the LINK and ALIAS?
yes, it changes everything to lowercase.

23 Dec 2008, 7:26 PM
#1687
scottmorgan avatar

scottmorgan

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

Got it! The problem was in my changes in the .htaccess.

Once that was corrected, it worked fine.

Thank you... Thank you... Thank you... for all your help.

I noticed in the SEO config it recommends that you not use
an extention.. IE. .html.

Do you agree with this?

23 Dec 2008, 8:51 PM
#1688
yellow1912 avatar

yellow1912

Totally Zenned

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

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

ScottMorgan:

Got it! The problem was in my changes in the .htaccess.

Once that was corrected, it worked fine.

Thank you... Thank you... Thank you... for all your help.

I noticed in the SEO config it recommends that you not use
an extention.. IE. .html.

Do you agree with this?
Yup, to me it makes no sense, for your customers it's 5 extra letters (.htnl), and it will not help anything with SEO

23 Dec 2008, 10:41 PM
#1689
goldenhues avatar

goldenhues

New Zenner

Join Date:
Sep 2008
Posts:
38
Plugin Contributions:
0

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

My host says mod rewrite is enabled and something must be wrong with the .htaccess , this is the code and it's in the hotdocs folder , any clues ? thanks

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]

EOF SSU

<IfModule mod_security.c> # Turn off mod_security filtering. SecFilterEngine Off

The below probably isn't needed, but better safe than sorry.

SecFilterScanPOST Off
</IfModule>

23 Dec 2008, 11:40 PM
#1690
scottmorgan avatar

scottmorgan

New Zenner

Join Date:
Oct 2008
Posts:
11
Plugin Contributions:
0

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

Thanks for all your help yellow..! Running like a top now. :wink:

Happy Holidays...

23 Dec 2008, 11:48 PM
#1691
yellow1912 avatar

yellow1912

Totally Zenned

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

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

Very weird indeed, is this file located at the root of your store?

If you do feel comfortable with it, create a temporary ftp account and pm so I can look into it for you. It's okie if you dont feel comfortable about that, I do understand. There were people who acted like Im about to hack to their stores when I offered to help, and it did hurt my feeling.

goldenhues:

My host says mod rewrite is enabled and something must be wrong with the .htaccess , this is the code and it's in the hotdocs folder , any clues ? thanks

BOF SSU

Options +FollowSymLinks -MultiViews
RewriteEngine On

Make sure to change "test_site" to the subfolder you install ZC. If you use root folder, change to: RewriteBase /

RewriteBase /

Deny access from .htaccess

RewriteRule ^.htaccess$ - [F]

RewriteCond %{SCRIPT_FILENAME} !-f
RewriteCond %{SCRIPT_FILENAME} !-d
RewriteRule ^(.*) index.php?/$1 [E=VAR1:$1,QSA,L]

EOF SSU

<IfModule mod_security.c> # Turn off mod_security filtering. SecFilterEngine Off

The below probably isn't needed, but better safe than sorry.

SecFilterScanPOST Off
</IfModule>

24 Dec 2008, 5:14 PM
#1692
danilovig avatar

danilovig

New Zenner

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

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

problem with simple seo, in add to card, in a product..

Do not add to cart

zencart 1.3.7, simple seo 3.4.8

24 Dec 2008, 5:15 PM
#1693
yellow1912 avatar

yellow1912

Totally Zenned

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

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

danilovig:

problem with simple seo, in add to card, in a product..

Do not add to cart

zencart 1.3.7, simple seo 3.4.8
Please note that 3.5.1 is up already.
http://public.rubikintegration.com/

24 Dec 2008, 6:54 PM
#1694
danilovig avatar

danilovig

New Zenner

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

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

Version 3.5.1 works beautifully, thanks for the reply on rapidity

I've been using until now the ultimate, but I found the only problem redireccionamient 301 ... but for me it is a big problem ..

I have begun to migrate to the "simple seo," and I'm doing tests, and now I have to prove to be the sitemap, payments, paypal correctly, follow testing
and thank you for this great job yellow1912 and forgiveness for my English

24 Dec 2008, 8:25 PM
#1695
yellow1912 avatar

yellow1912

Totally Zenned

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

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

You are welcome. Post any question you have.
Posted via Mobile Device

26 Dec 2008, 7:18 PM
#1696
icemint avatar

icemint

New Zenner

Join Date:
Jan 2008
Posts:
32
Plugin Contributions:
0

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

Hi,

I was glad to see that you had "Add to Cart" issues fixed so fast. But
"Products URL:", the redirect function doesn't work.

Hope you can address this problem soon.:smile:

Thanks.

26 Dec 2008, 10:00 PM
#1697
yellow1912 avatar

yellow1912

Totally Zenned

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

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

icemint:

Hi,

I was glad to see that you had "Add to Cart" issues fixed so fast. But
"Products URL:", the redirect function doesn't work.

Hope you can address this problem soon.:smile:

Thanks.
Im not sure what that is, can you please give me an example?

27 Dec 2008, 12:09 AM
#1698
mydanilo avatar

mydanilo

Totally Zenned

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

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

Maybe he is talking about he same we noticed on my server. Not redirecting to an incomplete path. Just the thing you pointed out for me a couple of posts back. BTW, this happens on mydanilo.com as well. Just installed today. Otherwise works like a charm. Used alias as well. Nice feature.

27 Dec 2008, 12:30 AM
#1699
yellow1912 avatar

yellow1912

Totally Zenned

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

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

mydanilo:

Maybe he is talking about he same we noticed on my server. Not redirecting to an incomplete path. Just the thing you pointed out for me a couple of posts back. BTW, this happens on mydanilo.com as well. Just installed today. Otherwise works like a charm. Used alias as well. Nice feature.
Maybe that one, I will need icemint to clarify that though. If it happens on several sites, but not on the others, I will have to see if there is anything that may trigger that.

27 Dec 2008, 12:37 AM
#1700
icemint avatar

icemint

New Zenner

Join Date:
Jan 2008
Posts:
32
Plugin Contributions:
0

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

Each product has an URL link to provide more information.
It appears as "productInfoLink" in HTML code. When it is clicked, this redirects to an external website.

For example, you will find "Product information" link in here.