Zen Cart Logo
Forums / Search Engines / Ultimate SEO URLs

Ultimate SEO URLs

Views: 125,980

Results 261 to 280 of 1,097
2 Jun 2008, 9:22 PM
#261
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Ultimate SEO URLs

bigbadboy:

latest version seems to be in Spanish?

"Activar las direcciones SEO?"
I changed the text to English, in seo_install.php but it's still in Spanish!

Any idea how I can sort this?

Learn Spanglish ... :frusty:

2 Jun 2008, 9:47 PM
#262
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: Ultimate SEO URLs

Tell THAT to the client!

3 Jun 2008, 2:16 PM
#263
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Ultimate SEO URLs

bigbadboy:

Tell THAT to the client!

:censored: <~~Your client

:flex:<~~You

Now that's funny!

And in all honesty, this mod's a piece compared to the one around now.

5 Jun 2008, 5:56 AM
#264
nguyenkhv avatar

nguyenkhv

New Zenner

Join Date:
Feb 2008
Posts:
35
Plugin Contributions:
0

Re: Ultimate SEO URLs

Need help with ultimate SEO.
zen cart 1.3.8a.
Latest Ultimate SEO fresh installation.

I have this problem:
when I click on a product to go to product page, the html link has the p parameter (product id), but it has no c parameter (category id). Therefore,on the product page, the category for the product is not shown correctly.
Any one has this problem? please help.
thanks,
kevin

5 Jun 2008, 3:30 PM
#265
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Ultimate SEO URLs

nguyenkhv:

Need help with ultimate SEO.
zen cart 1.3.8a.
Latest Ultimate SEO fresh installation.

I have this problem:
when I click on a product to go to product page, the html link has the p parameter (product id), but it has no c parameter (category id). Therefore,on the product page, the category for the product is not shown correctly.
Any one has this problem? please help.
thanks,
kevin

If I'm not mistaken the category in the URL is only used if it's needed (i.e You have one product in a category, but have the cart set to show that product instead of a listing). The relation of category is done by the DB process.

5 Jun 2008, 4:22 PM
#266
kimsonvu avatar

kimsonvu

Zen Follower

Join Date:
Aug 2006
Location:
HCMC
Posts:
263
Plugin Contributions:
0

Re: Ultimate SEO URLs

Steven300:

I've had this mod installed for a while now and its been working great. What I'd like to know is if it's possible at all to make the EZ-Pages SEO friendly. Having searched this thread, I've seen this question asked several times but I don't remember seeing any definitive answers. I only have about 10 EZ-Pages so even if there's a manual way of doing it for each page, that would be fine. If this isn't possible, do any of the other mods do this? Thanks.

I have same question ! :D

Thanks you !

5 Jun 2008, 4:26 PM
#267
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: Ultimate SEO URLs

This is what I do - you can see it in action in the Ad Hom link in my sig:

In the root htaccess:

Make sure you have this (which you should if you have installed SEO URLs):
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

Then for EZ Pages:

Convert EZ Pages

RewriteRule ^story$ /page.html?id=3

Where page.html?id=3 is the page ID and story is what I want to call it.

5 Jun 2008, 4:43 PM
#268
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Ultimate SEO URLs

I added the suggested code so it now looks like this:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

Convert EZ Pages

RewriteRule ^about$ /page.html?id=17

but I get an Internal Server Error page.

5 Jun 2008, 6:16 PM
#270
bigbadboy avatar

bigbadboy

Totally Zenned

Join Date:
Apr 2008
Location:
London
Posts:
557
Plugin Contributions:
0

Re: Ultimate SEO URLs

Steven300 - Where? it looks ok to me.

Have you installed any SEO URL mod and made sure it's all turned on?

5 Jun 2008, 6:22 PM
#271
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Ultimate SEO URLs

It's this EZ Page that I'm trying to change:
http://www.pilonidalproducts.com/page.html?id=17

I'm trying to change it to pilonidalproducts.com/about

The link to this page can be found in the EZ footer bar.

Everything else works fine, just not the EZ pages.

5 Jun 2008, 7:05 PM
#272
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Ultimate SEO URLs

I'm using this mod, Ultimate SEO URLs, and this is what I added in my .htaccess file:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

[B]# Convert EZ Pages
RewriteRule ^about$ /page.html?id=17[/B]

# 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]

After I added the code in bold and uploaded the file, the site just showed an Internal Server Error page, so I've changed it back now.

5 Jun 2008, 8:11 PM
#273
nguyenkhv avatar

nguyenkhv

New Zenner

Join Date:
Feb 2008
Posts:
35
Plugin Contributions:
0

Re: Ultimate SEO URLs

testuser:

If I'm not mistaken the category in the URL is only used if it's needed (i.e You have one product in a category, but have the cart set to show that product instead of a listing). The relation of category is done by the DB process.

The reason I post the missing category parameter in the product html url because when i click on the product to view the product page, the navigation llink shows an incorrect category which the product doesn't belong to. Any ideo?

5 Jun 2008, 11:11 PM
#275
nguyenkhv avatar

nguyenkhv

New Zenner

Join Date:
Feb 2008
Posts:
35
Plugin Contributions:
0

Re: Ultimate SEO URLs

kot1978:

there are no dashes between categories in the URL
http://example.com/microfiberlivingroomlivingroomsleepermicrofiber-c-2_9_33.html

how can i fix that?

Hello,
This is my link:
http://www.yoursite.com/thuong-hoai-ngan-nam-dvd-dam-vinh-hung-p-6726.html
The link has no category id??
Can anyone tell me why the product link by Ultimate SEO mod missing the category id?

7 Jun 2008, 3:20 PM
#278
steven300 avatar

steven300

Totally Zenned

Join Date:
Jan 2008
Posts:
1,564
Plugin Contributions:
1

Re: Ultimate SEO URLs

testuser, can you give an example of what an EZ-Page URL would look like when using the Magic SEO URL mod? Thanks.

8 Jun 2008, 9:21 AM
#279
nancyok avatar

nancyok

New Zenner

Join Date:
Aug 2006
Posts:
89
Plugin Contributions:
0

Re: Ultimate SEO URLs

I just downloaded this mod and went to Config - SEO-URL and it's in a foreign language. Everything in my admin is english. Have no idea why it would be in a different language. Any ideas? Thank you for your help in advance.

9 Jun 2008, 12:24 AM
#280
testuser avatar

testuser

Inactive

Join Date:
Oct 2004
Location:
Houston, TX
Posts:
792
Plugin Contributions:
0

Re: Ultimate SEO URLs

Steven300:

testuser, can you give an example of what an EZ-Page URL would look like when using the Magic SEO URL mod? Thanks.

Name of the EZ-Page:

High-Density Planting

The module transforms the URL to this:

pages/high-density-planting-pv-c0-28.html