Zen Cart Logo
Forums / Search Engines / Ultimate SEO URLs

Ultimate SEO URLs

Views: 125,968

Results 861 to 880 of 1,097
03 Jun 2010, 08:00
#861
vanson avatar

vanson

New Zenner

Join Date:
Feb 2009
Posts:
40
Plugin Contributions:
0

Ultimate SEO URLs

i update my zencart from 1.3.8 to 1.3.9c but there is a problem with the url
the previous is
bagr epl ica4u.com/lou is-vu itton-da mier-ca nvas-ta te-pm-n48180-p-220.html
now it becomes
bagre plic a4u.com/lo uis-vuit ton-dam ier-ca nvas-tate-pm-n48180-p-220.html? zenid=3308444aca1def7e4240d6b69339a1e8
how can i get rid of
?zenid=3308444aca1def7e4240d6b69339a1e8
any advices are highly appreciated in advance!!

09 Jun 2010, 06:33
#862
mcpisik avatar

mcpisik

Zen Follower

Join Date:
Jan 2007
Location:
Mount Maunganui, New Zealand
Posts:
417
Plugin Contributions:
0

Re: Ultimate SEO URLs

Sorry if it's somewhere already in one of the 86 pages, but is there something easy to do, if my admin doesn't show the mod?
I have a fresh install of 1.3.9
And installed the 1.3.9 mod.

Thanks for any pointers

21 Jun 2010, 12:06
#863
avansant avatar

avansant

Zen Follower

Join Date:
Aug 2004
Posts:
122
Plugin Contributions:
0

Re: Ultimate SEO URLs

I have the same problem as Vanson. I have about 10 sites using Ultimate SEO URLs. All was fine until the PHP 5.3 update - now it still works but if your product has any options, once it is put in the cart, you can't click on it to return to the product - it goes to a page not found. If you hover over it you can see the untranslated link is something like:

http://www.beachdecor.net/beach_deco...a97eb5ef5e79c8

instead of

http://www.beachdecor.net/beach_deco...oducts_id=4909

The addition of options is adding that little bit of :gibberish to the end which is breaking the SEO URL generation. If you turn off Ultimate SEO urls the cart still finds the right page, even with the extra things on the end.

I would REALLY like to not have to redo the SEO URLs on all the site, especially since another SSU package I used also broke in a much nastier fashion after the PHP upgrade.

Anyone run into this/find a fix yet?

22 Jun 2010, 15:47
#864
avansant avatar

avansant

Zen Follower

Join Date:
Aug 2004
Posts:
122
Plugin Contributions:
0

Re: Ultimate SEO URLs

Nevermind on the above... it is upgraded and available and fixed already. I could have sworn I checked... sorry!

28 Jun 2010, 08:34
#865
amileen avatar

amileen

New Zenner

Join Date:
Jun 2010
Posts:
3
Plugin Contributions:
0

Re: Ultimate SEO URLs

my web hosting doesn't support rewrite URL,,and as a fact ..my website URL consist of unkown alpha...my website is as follows:
http://www.usbcustomer.com
please help me ,,thanks ..

01 Jul 2010, 12:33
#867
weber avatar

weber

Zen Follower

Join Date:
Nov 2005
Posts:
157
Plugin Contributions:
0

Re: Ultimate SEO URLs

weber:

the shopping cart page, when i click on the product's links, it show
http://localhost/test-item-p-1:74e3d0e3f96b5be5f0d6655091450461.html

how to correct the problem?

zen cart 1.39d
seo url newest version on 2010 apr

I find out that when a product has attributes, the url has problem...

14 Jul 2010, 11:16
#868
nintendoparts avatar

nintendoparts

New Zenner

Join Date:
Jul 2010
Posts:
49
Plugin Contributions:
0

Re: Ultimate SEO URLs

I've just installed the ZenCart 1.39 and have renamed the [admin] folder to [abc123] (example only) . I am about to install the Ultimate SEO URL mod and I have 2 questions.

Q1) Can I just add the code from the .htaccess sample to the current .htaccess in the wwwroot, or do I have to actually replace the .htaccess file?

Q2) Since I've renamed my [admin] folder to [abc123], do I upload the files to a new [admin] folder, or do I upload them to the [abc123] folder?

I apologize if these questions have been answered before although I did search this thread.

Thanks in advance for any help

15 Jul 2010, 16:40
#869
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Ultimate SEO URLs

I have zen cart 1.3.9d and Ultimate SEO installed. I've been using the Ultimate SEO for a couple of years, and I'm not sure when my problem started. Hoping someone will be able to help me because I'm at the end of my rope :(

The problem happens when someone looks at a product, then logs in to an existing account. After they type info and click enter, the next screen has a 404 not found. The url will be like this:

https://server5.mycompany-hosting.com/~myname/stocking-kit-p-88.html?zenid=aac012553d4fc56f155d250b45d66f1f

the actual product part is valid, meaning if you typed in http://www.mystore.com/stocking-kit-p-88.html that is a valid address.

There is no problem if they go from the home page to login, and no problem if they go to a product page then to the login page and register a new account.

15 Jul 2010, 17:31
#870
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Ultimate SEO URLs

15 Jul 2010, 19:29
#871
anita avatar

anita

Zen Follower

Join Date:
Feb 2006
Posts:
124
Plugin Contributions:
0

Re: Ultimate SEO URLs

I think that the answer may be to display the home page after the login instead of the last product looked at. I think this is what MagicSEO does.

Anyone know how I could do that?

02 Aug 2010, 10:03
#872
Join Date:
May 2009
Posts:
13
Plugin Contributions:
0

Re: Ultimate SEO URLs

Hi All,

I have just finished an upgrade to 1.3.9e which all went ok but now I am finding that Ultimate SEO URLs is conflicking?

When turned on I get internal 500 error but found when I rename the .htaccess file and turn SEO url off all is ok again.

I have attached my .htaccess file details in the hope that someone could help me out, if this the problem? :unsure:

cheers
Bruce

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

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

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]
RewriteRule ^(.*)-ezp-([0-9]+).html$ index.php?main_page=page&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]

03 Aug 2010, 14:37
#873
dremhmrk2 avatar

dremhmrk2

New Zenner

Join Date:
Jun 2010
Posts:
32
Plugin Contributions:
0

Re: Ultimate SEO URLs

Ok guys, having a problem that I think is directly related to Ultimate SEO URLS.

The majority of my site runs fine, no 404 issues. However, when viewing a Product Info page, where the Category Icon and Name are displayed above the item and below the header, clicking that icon or category name redirects me to a 404 page with the URL of storeroot/-c-.html. This appears to be the only spot where this is happening, the category tree has the correct links, breadcrumb is correct, etc.

I have attached 2 photos showing a good and a bad URL.

My .htaccess is as follows:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

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]
RewriteRule ^(.*)-ezp-([0-9]+).html$ index.php?main_page=page&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]

Website address is topperliquidators.com

Thanks for your help!

11 Aug 2010, 19:36
#876
mprough avatar

mprough

Totally Zenned

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

Re: Ultimate SEO URLs

dealbyethan.com:

Hi,

I installed the SEO URL module and have been using it for a while. I did notice that it doesn't seem to help increase my page rank. Am I better off without the SEO URL as you mentioned there are problems with duplicate URLs and issuing 404 for non-existing pages? Please let me know. Thank you.

Best regards,
Ethan

There is no way on this earth that rewriting your urls could ever increase your PageRank...... You misunderstand.

PageRank is a mathematical calculation of the links point to a page, nothing at all to do the whether the url has [parameters or not.

PageRank will not make you sales..... BUT if you want to needlessly worry about PR, then build links to your site's pages.

~Melanie

15 Aug 2010, 15:10
#877
swguy avatar

swguy

Administrator

Join Date:
Feb 2006
Location:
Tampa Bay, Florida
Posts:
10,682
Plugin Contributions:
56

Re: Ultimate SEO URLs

The first 1.3.9 update to this mod did not correctly update admin/categories.php. I have just uploaded a new version (2.110) which does.

18 Aug 2010, 19:00
#878
tiresmokindad avatar

tiresmokindad

New Zenner

Join Date:
May 2010
Posts:
11
Plugin Contributions:
0

Re: Ultimate SEO URLs

dremhmrk2:

Ok guys, having a problem that I think is directly related to Ultimate SEO URLS.

The majority of my site runs fine, no 404 issues. However, when viewing a Product Info page, where the Category Icon and Name are displayed above the item and below the header, clicking that icon or category name redirects me to a 404 page with the URL of storeroot/-c-.html. This appears to be the only spot where this is happening, the category tree has the correct links, breadcrumb is correct, etc.

I have attached 2 photos showing a good and a bad URL.

My .htaccess is as follows:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

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]
RewriteRule ^(.*)-ezp-([0-9]+).html$ index.php?main_page=page&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]

Website address is topperliquidators.com

Thanks for your help!

great code thanks

20 Aug 2010, 21:38
#879
gunrose2003 avatar

gunrose2003

New Zenner

Join Date:
Jul 2009
Posts:
7
Plugin Contributions:
0

Re: Ultimate SEO URLs

johnblaze94:

I am having the same issue, has anyone found an answer?

Change [NC] to [OR], it will change the catalog url, products url, others url? i am afraid of making mistakes. thank you

21 Aug 2010, 19:52
#880
cjsmiff avatar

cjsmiff

Zen Follower

Join Date:
Jul 2006
Location:
UK
Posts:
170
Plugin Contributions:
0

Re: Ultimate SEO URLs

Hi,

I'm trying to get the document_product_info pages to work like the normal product pages. So in admin I have added document_product_info to the Enter Pages to allow rewrite list. So far so good. I now have urls that say document_product_info.html?products_id=832.

Now I'm pretty sure I need to amend the .htacces file to incorporate the document_product_info rewrite rules.

I have tried several variations of this:

RewriteRule ^(.*)-p-(.*).html$ index\.php?main_page=document_product_info&products_id=$2&%{QUERY_STRING} [L]

But nothing I do seems to change the url to be descriptive of the product name.

I'm using Zencart 1.3.9d and Ultimate SEO URLS 2.110.

Any suggestions much appreciated.
:blink: Claire