Zen Cart Logo
Forums / All Other Contributions/Addons / Chemo's Ultimate URL's

Chemo's Ultimate URL's

Views: 493,419

Results 741 to 760 of 1,407
15 Apr 2007, 12:30 AM
#741
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Chemo's Ultimate URL's

Hello, Masters of SEO:

I just intalled new SEO 3.0 onto my site. Strange things happend:

When you go to my site https://www.loveinrose.com, no matter you click on "site map", "contact us", "privacy", they all just stay in the home page. Obviously the URL doen't redirect correctly...

Here are my html-output.php ```php
/**

  • Seo Urls zen_href_link replacement
    */
    function zen_href_link($page = '', $parameters = '', $connection = 'NONSSL',
    $add_session_id = true, $search_engine_safe = true, $static = false,
    $use_dir_ws_catalog = true) {

return $GLOBALS['SeoUrl']->buildHrefLink($page, $parameters, $connection,
$add_session_id, $static, $use_dir_ws_catalog);
}
/*

  • The HTML href link wrapper function
    */
    function zen_href_link_stock($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;

And here are my .htaccess file.
```php
##### NOTE: Replace /shop/ with the relative web path of your catalog in the "Rewrite Base" line below:

Options +FollowSymLinks
RewriteEngine Off
RewriteBase /


# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

Any problem? Please check my site https://www.loveinrose.com to see what I mean.

15 Apr 2007, 6:47 AM
#742
focus360 avatar

focus360

New Zenner

Join Date:
May 2006
Posts:
76
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Searched, searched and searched for the answer to this.

I have been trying to stop google indexing my pop up images when using Ultimate URL's.

i.e. Google is indexing http://www.mysite.com/productname-pi-productnumber.html

It is easy to stop this if Ultimate SEOs is not implemented, by adding popup_image,popup_image_additional in the metatags.php file under ROBOTS_PAGES_TO_SKIP.

Can this be stopped when Ultimate SEOs is implemented? It is obviously critical for SEO as the pop up image is a dead link, which is bad!

Anybody know how to fix this?

Thanks: :frusty:

15 Apr 2007, 9:38 PM
#743
lina0962 avatar

lina0962

Zen Follower

Join Date:
Jun 2006
Posts:
403
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hello.

After I followed the PHF file of guide and intalled SEO 3.0 onto my server, I noticed several problems on my site:

http://www.loveinrose.com/index.php?=site_map, 
http://www.loveinrose.com/index.php?=about_us, 
http://www.loveinrose.com/index.php?=contact_us, 
http://www.loveinrose.com/index.php?=privacy...

All become ```php
http://www.loveinrose.com (the home page)


For any page who originally is, for example, ```php
http://www.loveinrose.com/index.php?=page&id=11&chapter=0, 

It become ```php
http://www.loveinrose.com/?id=11&chapter=0


And doesn't show the right page or product. 

This is my .htaccess page:
```php
RewriteEngine On
RewriteBase /

# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php/$1 [L,QSA]

Can anybody point out where is wrong? Thank you!

15 Apr 2007, 11:13 PM
#744
freerangepc avatar

freerangepc

New Zenner

Join Date:
Apr 2006
Posts:
65
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Have you switched all the switches on the admin side? The URL plug ins?

16 Apr 2007, 2:44 PM
#745
frenchfrog avatar

frenchfrog

New Zenner

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

Re: Chemo's Ultimate URL's

focus360:

Searched, searched and searched for the answer to this.

I have been trying to stop google indexing my pop up images when using Ultimate URL's.

i.e. Google is indexing http://www.mysite.com/productname-pi-productnumber.html

It is easy to stop this if Ultimate SEOs is not implemented, by adding popup_image,popup_image_additional in the metatags.php file under ROBOTS_PAGES_TO_SKIP.

Can this be stopped when Ultimate SEOs is implemented? It is obviously critical for SEO as the pop up image is a dead link, which is bad!

Anybody know how to fix this?

Thanks: :frusty:

You might be interested in the following:

  1. in the robots.txt file that should be in your root, add
User-agent: Googlebot-Image
Disallow: /

This will disallow google images to index all the images of your sites.
All your pages will still be indexed though

  1. in your .htacess file, add the following:
RewriteCond %{HTTP_REFERER} ^http://images.google.com$ [NC] 
RewriteRule !^403.htm$ - [F,L] 

RewriteCond %{HTTP_REFERER} ^http://images.search.yahoo.com$ [NC] 
RewriteRule !^403.htm$ - [F,L] 

this will prevent anybody accessing your site from google image to see your site

16 Apr 2007, 3:07 PM
#746
chris20492002 avatar

chris20492002

New Zenner

Join Date:
Jan 2005
Posts:
69
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

hi what is the latest version of the SEO mod and where can I get it?

21 Apr 2007, 9:01 PM
#747
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

chris20492002:

hi what is the latest version of the SEO mod and where can I get it?

Does it work with EZ pages and where can I view a working site that is using it with the EZ pages and the lastest Zen Cart? I have this SEO mod installed but it doesn't seem to be working for my EZ pages. Is that something I am missing?

EZ page...
Portfolio - http://www.horse-logos.com/index.php?main_page=page&id=3&chapter=0

Thanks!

23 Apr 2007, 3:43 PM
#748
stenrique avatar

stenrique

Zen Follower

Join Date:
Apr 2005
Posts:
355
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Hi, I have installed both seo_urls_3.0.0-beta1.zip & SEO_fixes_for_3.0.0.b1.zip and my settings are:

[B]Seo Urls Status[/B]  	On 
[B]301 Redirection Status[/B] 	On
[B]Page Base[/B]
[B]Default Extension[/B]
[B]Url Plugins[/B] 	Core: Manufacturer, Core: Advanced Search, Core: Product: Reviews: Info, Core: Product: Reviews: Write, Core: Advanced Search: Result, Core: Default: Skip SSL, Core: EZ Pages, Core: Category, Core: Default, Core: Product, Core: Default Skips, Core: Product: Reviews 	 
[B]Character Plugins[/B] 	Format: Strip Invalid, Format: Lowercase

My .htaccess file is as follows:

Options +FollowSymLinks
RewriteEngine On
RewriteBase /

# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

# This will disallow google images to index all the images of your sites.
# All your pages will still be indexed though
RewriteCond %{HTTP_REFERER} ^http://images.google.com$ [NC] 
RewriteRule !^403.htm$ - [F,L] 

RewriteCond %{HTTP_REFERER} ^http://images.search.yahoo.com$ [NC] 
RewriteRule !^403.htm$ - [F,L]

I'm just wondering if anyone has encountered the following in their URL:

mysite.com/gift-certificates-c-57
mysite.com/gift-certificate-p-680

apparently the letter "c" stands for category while "p" stands for product, and the numbers are their ID. Any advise on how to remove these trailing letter-number pair?

23 Apr 2007, 4:53 PM
#749
tvadpro avatar

tvadpro

Zen Follower

Join Date:
Aug 2005
Location:
Cincinnati
Posts:
323
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

If you removed the category and product identifiers from the URL entirely, how would the index distinguish between categories, subcategories and products with the same name?> Stenrique:

I'm just wondering if anyone has encountered the following in their URL:

mysite.com/gift-certificates-c-57
mysite.com/gift-certificate-p-680

apparently the letter "c" stands for category while "p" stands for product, and the numbers are their ID. Any advise on how to remove these trailing letter-number pair?

23 Apr 2007, 6:03 PM
#750
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Stenrique:

Hi, I have installed both seo_urls_3.0.0-beta1.zip & SEO_fixes_for_3.0.0.b1.zip and my settings are:

[B]Seo Urls Status[/B] On
[B]301 Redirection Status[/B] On
[B]Page Base[/B]
[B]Default Extension[/B]
[B]Url Plugins[/B] Core: Manufacturer, Core: Advanced Search, Core: Product: Reviews: Info, Core: Product: Reviews: Write, Core: Advanced Search: Result, Core: Default: Skip SSL, Core: EZ Pages, Core: Category, Core: Default, Core: Product, Core: Default Skips, Core: Product: Reviews
[B]Character Plugins[/B] Format: Strip Invalid, Format: Lowercase

> 
> My .htaccess file is as follows:
> 
> ```
Options +FollowSymLinks
RewriteEngine On
RewriteBase /

# Seo Urls version 3.x
# Don't rewrite real files or directories
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule ^(.+)$ index\.php?seo_url=$1&%{QUERY_STRING} [L]

# This will disallow google images to index all the images of your sites.
# All your pages will still be indexed though
RewriteCond %{HTTP_REFERER} ^http://images.google.com$ [NC] 
RewriteRule !^403.htm$ - [F,L] 

RewriteCond %{HTTP_REFERER} ^http://images.search.yahoo.com$ [NC] 
RewriteRule !^403.htm$ - [F,L]

I'm just wondering if anyone has encountered the following in their URL:

mysite.com/gift-certificates-c-57
mysite.com/gift-certificate-p-680

apparently the letter "c" stands for category while "p" stands for product, and the numbers are their ID. Any advise on how to remove these trailing letter-number pair?

That's standard behavior of the mod. You will also notice different letters for reviews, product image when enlarged, etc. IF this is the only issue you have with this mod, enjoy it! Some of us haven't been able to get this working without breaking.

24 Apr 2007, 7:32 AM
#751
stenrique avatar

stenrique

Zen Follower

Join Date:
Apr 2005
Posts:
355
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

That's standard behavior of the mod. You will also notice different letters for reviews, product image when enlarged, etc. IF this is the only issue you have with this mod, enjoy it! Some of us haven't been able to get this working without breaking.

And there I was thinking that I have stuff up somehow. Will test further though. Thank you BlessIsaacola and Dreamscape, you guys rock. :clap:

24 Apr 2007, 9:29 AM
#752
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Stenrique:

And there I was thinking that I have stuff up somehow. Will test further though. Thank you BlessIsaacola and Dreamscape, you guys rock. :clap:

You're welcome! If you have SSL installed and you're using an extension i.e. .html for your generated url, you want to make sure you test all your payment options. Paypal Express Checkout is the only one that I am aware of that doesn't work.

24 Apr 2007, 2:33 PM
#753
jonisolis avatar

jonisolis

Zen Follower

Join Date:
Jan 2006
Location:
Kentwood, Louisiana, United States
Posts:
117
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Asking once again:

Does it work with EZ pages and where can I view a working site that is using it with the EZ pages and the lastest Zen Cart? I have this SEO mod installed but it doesn't seem to be working for my EZ pages. Is there something I am missing?

EZ page...
Portfolio - http://www.horse-logos.com/index.php...id=3&chapter=0

Thanks!

24 Apr 2007, 4:00 PM
#754
tvadpro avatar

tvadpro

Zen Follower

Join Date:
Aug 2005
Location:
Cincinnati
Posts:
323
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Works with EZ pages. See my hardware catalog -- note EZ-page links in the footer, e.g. About HardwareDog. ZC version 1.3.7.

Suggestion: if your EZ-pages related problem isn't already addressed in the 3.0.0 beta1 bug tracker, definitely submit a bug report there.> jonisolis:

Does it work with EZ pages and where can I view a working site that is using it with the EZ pages and the lastest Zen Cart? I have this SEO mod installed but it doesn't seem to be working for my EZ pages.

24 Apr 2007, 4:57 PM
#755
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

It works fine with EZpages but I am yet to see a site where this works with Paypal Express Checkout when skip SSL pages is unchecked or checked and using any default extension but blank.

24 Apr 2007, 8:24 PM
#756
rupert avatar

rupert

New Zenner

Join Date:
Feb 2007
Posts:
50
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

Works Ok with paypal express for me, and ezpages:
see here www.eshopone.co.uk
Not got any issues I can tel yet.

25 Apr 2007, 1:15 AM
#757
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

Rupert:

Works Ok with paypal express for me, and ezpages:
see here www.eshopone.co.uk
Not got any issues I can tel yet.

Obviously, you did not read my whole post. You do not have default extension so it works. If you have a default extension like .html it doesn't work. If you try it with extension and it works please let us know. Thanks!

25 Apr 2007, 2:40 AM
#758
rcrosier avatar

rcrosier

Zen Follower

Join Date:
Dec 2006
Location:
Vermont
Posts:
128
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

BlessIsaacola:

Obviously, you did not read my whole post. You do not have default extension so it works. If you have a default extension like .html it doesn't work. If you try it with extension and it works please let us know. Thanks!

I don't THINK I have Paypal express, but I DO have Paypal, and default (.html) extensions, and it's been working fine for me for a couple months now. (http://vtstuff.com) Skip SSL is CHECKED on mine.

Not sure if that helps, or is totally irrelevant.

25 Apr 2007, 3:47 AM
#759
ctcentralinfo avatar

ctcentralinfo

Totally Zenned

Join Date:
Apr 2005
Posts:
853
Plugin Contributions:
0

Re: Chemo's Ultimate URL's

So is Dreamscape working an the next upgrade of the mod?

25 Apr 2007, 5:17 AM
#760
blessisaacola avatar

blessisaacola

Totally Zenned

Join Date:
Feb 2004
Location:
Georgia, USA
Posts:
1,875
Plugin Contributions:
1

Re: Chemo's Ultimate URL's

rcrosier:

I don't THINK I have Paypal express, but I DO have Paypal, and default (.html) extensions, and it's been working fine for me for a couple months now. (http://vtstuff.com) Skip SSL is CHECKED on mine.

Not sure if that helps, or is totally irrelevant.

Thank you so much! That help to confirm my experience. Paypal IPN works for me too but there must be something with Paypal Express logic that is causing problem. I know that DrByte has upgraded paypal express quiet a bit. Oh well!