Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

[CONTRIBUTION] Ultimate SEO URLs v2.1 - by Chemo


Recommended Posts

whi after i install seo urls in Admin- Configuration disappear following links:

- Header Tags SEO

- Sitemap SEO

 

I can't fix this problem, please help me!

 

 

i find the problem: first need to run one page of oscommerce and after install all other databases for other contributions

Edited by danut82
Link to comment
Share on other sites

i find the problem: first need to run one page of oscommerce and after install all other databases for other contributions

 

The original seo urls quite wrongly used a delete where LIKE seo statement.

 

This in turn means that the installation of seo urls deletes any entries with the words seo in them (e.g. seo header tags)

 

Jack put up a version of ultimate seo urls with this problem fixed. perhaps you should change to that version.

 

Any future uploads I put of 2.1d original updated I put up will include this change.

Edited by FWR Media
Link to comment
Share on other sites

The Independent_Seo_Url_Validation contribution won't prevent duplicate urls in the way google is probably looking at them. It is meant to prevent the same url from being accessed with a different name. It doesn't prevent duplicate urls where the arguments of the url are changed due to language, sorting or something else, at least the last I looked it didn't. You need to use the new Canonical meta tag. If you have the latest version of Header Tags SEO installed, it will handle that for you. Otherwise, search the forums for Canonical to find other ways to handle it. That may not be your problem but I know that google is listing a lot more duplicate urls than before so my guess is that it is.

 

Jack

Thanks Jack and Robert for your input. I think I figured it out. I had New Google Sitemap Generator (NGS-1.2-misstop.co.uk) which made URLs, but did not add the descriptive content from the category and/or product name. Therefore, Google was prbably getting the redirect error when going from the sitemap and trying to access the optimized page:

http://www.XXXXXXX.com/-c-1_17_24.html

vs.

http://www.XXXXXXX.com/zerolengthcrosslink...-c-1_17_24.html

 

I now have Jack's Google XML Sitemap SEO V 1.1 installed and I am already seeing pages drop from Google's URL error report. Thanks again Jack for that!

Link to comment
Share on other sites

hello, I have a problem with this contribution.

when it is turned on, the new accounts created are incomplete

and the client is unable to shop, the delivery options and your address does not appear on the checkout page. in the database, the field, "customer_adress_id" records always "0".

But when i turn the contribution off in admin/configuration, all comes to normal.

What could be causing this problem?

 

Thanks for the help

Link to comment
Share on other sites

hi,

 

I have another litle problem: when i push the add to cart button the shopping cart in column right is empty. Will be populate if soon i go back one time.

i don't understand where is the problem

 

Thanks

 

i have deleted the modification of html_output.php and with old code wich not call seo.class.php are working

may be there the problem?

 

Thanks

Link to comment
Share on other sites

i have deleted the modification of html_output.php and with old code wich not call seo.class.php are working

may be there the problem?

 

Thanks

 

 

Now i installed "sid killer" and are stop working.I can't add the product in the shopping cart

 

"Add to wish list" are working perfectly.

 

any sugestion?

 

Thanks

Link to comment
Share on other sites

I just installed v2.7 on my oscommerce MS2.2. everything seems fine but i have a serious problem in the checkout process.

 

i'm using PayPay IPN for my site, however my site seems cannot capture the order number, it always shows 0. And the order has not been created evenif my customer has checkout successfully.

 

If I turn off the SEO URLs form admin, everything work fine!

 

I'm thinking if the problem is caused in the "catalog\includes\functions\html_output.php"? Is that a way to exclude the checkout pages from processing by the SEO URL codes?

 

Thank guys!

Link to comment
Share on other sites

I have Ultimate SEO URls v 2.1d ORIGINAL updated - by Jack_mcs - 23 Nov 2008 set up and running. Thank you for the contribution. It was a very easy install with no problems. I had spent days installing and uninstalling other version which I was unable to do successfully. This was easy, and it works. THANK YOU.

I also have Google XML Sitemap Feed v 1.3 - by Chemo. This was another simple install. THANKS AGAIN.

 

My question is could someone please advise me which meta tag contribution would be simple to install and compatible?

There are so many I am confused as to which one (and which version).

I am using osCommerce v2.2 RC2a

 

Thank You

 

Larry

Link to comment
Share on other sites

Does anyone know why my urls look like this:

 

http://www.supplementedge.com/whey-gold-fr...292?osCsid.html

 

I get a 404 because of the osCsid. anyone have any ideas?

 

This problem is not related to seo urls (not the recommended 2.1d anyway) either the links are being built outside of seo urls (hardcoded) or someone has modified the seo.class.php.

Link to comment
Share on other sites

I have just installed Ultimate SEO URL v2.7, and the databases will not populate the new fields. I have closed all browser windows, cleared the cache in Mozilla Firefox, and tried again. No luck. I replaced all the files from backups, and very carefully installed the contrib again. Still no luck. I get the error msg

 

The requested URL /catalog/hardware-c-1.html was not found on this server. (for categories)

The requested URL /catalog/theres-something-about-mary-p-19.html was not found on this server. (for products)

 

How do I get the databases to populate automatically? The new fields are there, but they are all empty.

 

I am running on localhost, and I have STS with extra fields installed.

 

Any help much appreciated.

Edited by CCroxton
Link to comment
Share on other sites

I have just installed Ultimate SEO URL v2.7, and the databases will not populate the new fields. I have closed all browser windows, cleared the cache in Mozilla Firefox, and tried again. No luck. I replaced all the files from backups, and very carefully installed the contrib again. Still no luck. I get the error msg

 

The requested URL /catalog/hardware-c-1.html was not found on this server. (for categories)

The requested URL /catalog/theres-something-about-mary-p-19.html was not found on this server. (for products)

 

How do I get the databases to populate automatically? The new fields are there, but they are all empty.

 

I am running on localhost, and I have STS with extra fields installed.

 

Any help much appreciated.

 

.htaccess

 

RewriteBase /catalog/

Link to comment
Share on other sites

.htaccess

 

RewriteBase /catalog/

 

Thank you so much for the quick answer. Here is my .htaccess file:

 

# $Id: .htaccess 1739 2007-12-20 00:52:16Z hpdl $

#

# This is used with Apache WebServers

#

# For this to work, you must include the parameter 'Options' to

# the AllowOverride configuration

#

# Example:

#

# <Directory "/usr/local/apache/htdocs">

# AllowOverride Options

# </Directory>

#

# 'All' with also work. (This configuration is in the

# apache/conf/httpd.conf file)

 

# The following makes adjustments to the SSL protocol for Internet

# Explorer browsers

 

#<IfModule mod_setenvif.c>

# <IfDefine SSL>

# SetEnvIf User-Agent ".*MSIE.*" \

# nokeepalive ssl-unclean-shutdown \

# downgrade-1.0 force-response-1.0

# </IfDefine>

#</IfModule>

 

# If Search Engine Friendly URLs do not work, try enabling the

# following Apache configuration parameter

 

AcceptPathInfo On

 

# Fix certain PHP values

# (commented out by default to prevent errors occuring on certain

# servers)

 

# php_value session.use_trans_sid 0

# php_value register_globals 1

 

# Ultimate SEO URLs BEGIN

Options +FollowSymLinks

RewriteEngine On

RewriteBase /catalog/

 

RewriteCond %{QUERY_STRING} ^options\=(.*)$

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2%1

RewriteRule ^(.*)-p-(.*).html$ product_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-c-(.*).html$ index.php?cPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-m-(.*).html$ index.php?manufacturers_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pi-(.*).html$ popup_image.php?pID=$2&%{QUERY_STRING}

RewriteRule ^(.*)-t-(.*).html$ articles.php?tPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-a-(.*).html$ article_info.php?articles_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pr-(.*).html$ product_reviews.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pri-(.*).html$ product_reviews_info.php?products_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-links-(.*).html$ links.php?lPath=$2&%{QUERY_STRING}

# Added polls and newsdesk

#RewriteRule ^(.*)-po-([0-9]+).html$ pollbooth.php?pollid=$2&%{QUERY_STRING}

RewriteRule ^(.*)-n-(.*).html$ newsdesk_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nc-(.*).html$ newsdesk_index.php?newsPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nri-(.*).html$ newsdesk_reviews_info.php?newsdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-nra-(.*).html$ newsdesk_reviews_article.php?newsdesk_id=$2&%{QUERY_STRING}

# BOF: Faqdesk support added by faaliyet

RewriteRule ^(.*)-f-(.*).html$ faqdesk_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fc-(.*).html$ faqdesk_index.php?faqPath=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fri-(.*).html$ faqdesk_reviews_info.php?faqdesk_id=$2&%{QUERY_STRING}

RewriteRule ^(.*)-fra-(.*).html$ faqdesk_reviews_article.php?faqdesk_id=$2&%{QUERY_STRING}

# EOF: Faqdesk support added by faaliyet

# Ultimate SEO URLs END

 

# Block Bad Bots

RewriteCond %{HTTP_USER_AGENT} ^BlackWidow [OR]

RewriteCond %{HTTP_USER_AGENT} ^Bot\ mailto:[email protected] [OR]

RewriteCond %{HTTP_USER_AGENT} ^ChinaClaw [OR]

RewriteCond %{HTTP_USER_AGENT} ^Custo [OR]

RewriteCond %{HTTP_USER_AGENT} ^DISCo [OR]

RewriteCond %{HTTP_USER_AGENT} ^Download\ Demon [OR]

RewriteCond %{HTTP_USER_AGENT} ^eCatch [OR]

RewriteCond %{HTTP_USER_AGENT} ^EirGrabber [OR]

RewriteCond %{HTTP_USER_AGENT} ^EmailSiphon [OR]

RewriteCond %{HTTP_USER_AGENT} ^EmailWolf [OR]

RewriteCond %{HTTP_USER_AGENT} ^Express\ WebPictures [OR]

RewriteCond %{HTTP_USER_AGENT} ^ExtractorPro [OR]

RewriteCond %{HTTP_USER_AGENT} ^EyeNetIE [OR]

RewriteCond %{HTTP_USER_AGENT} ^FlashGet [OR]

RewriteCond %{HTTP_USER_AGENT} ^GetRight [OR]

RewriteCond %{HTTP_USER_AGENT} ^GetWeb! [OR]

RewriteCond %{HTTP_USER_AGENT} ^Go!Zilla [OR]

RewriteCond %{HTTP_USER_AGENT} ^Go-Ahead-Got-It [OR]

RewriteCond %{HTTP_USER_AGENT} ^GrabNet [OR]

RewriteCond %{HTTP_USER_AGENT} ^Grafula [OR]

RewriteCond %{HTTP_USER_AGENT} ^HMView [OR]

RewriteCond %{HTTP_USER_AGENT} HTTrack [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^Image\ Stripper [OR]

RewriteCond %{HTTP_USER_AGENT} ^Image\ Sucker [OR]

RewriteCond %{HTTP_USER_AGENT} Indy\ Library [NC,OR]

RewriteCond %{HTTP_USER_AGENT} ^InterGET [OR]

RewriteCond %{HTTP_USER_AGENT} ^Internet\ Ninja [OR]

RewriteCond %{HTTP_USER_AGENT} ^JetCar [OR]

RewriteCond %{HTTP_USER_AGENT} ^JOC\ Web\ Spider [OR]

RewriteCond %{HTTP_USER_AGENT} ^larbin [OR]

RewriteCond %{HTTP_USER_AGENT} ^LeechFTP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Mass\ Downloader [OR]

RewriteCond %{HTTP_USER_AGENT} ^MIDown\ tool [OR]

RewriteCond %{HTTP_USER_AGENT} ^Mister\ PiX [OR]

RewriteCond %{HTTP_USER_AGENT} ^Navroad [OR]

RewriteCond %{HTTP_USER_AGENT} ^NearSite [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetAnts [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetSpider [OR]

RewriteCond %{HTTP_USER_AGENT} ^Net\ Vampire [OR]

RewriteCond %{HTTP_USER_AGENT} ^NetZIP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Octopus [OR]

RewriteCond %{HTTP_USER_AGENT} ^Offline\ Explorer [OR]

RewriteCond %{HTTP_USER_AGENT} ^Offline\ Navigator [OR]

RewriteCond %{HTTP_USER_AGENT} ^PageGrabber [OR]

RewriteCond %{HTTP_USER_AGENT} ^Papa\ Foto [OR]

RewriteCond %{HTTP_USER_AGENT} ^pavuk [OR]

RewriteCond %{HTTP_USER_AGENT} ^pcBrowser [OR]

RewriteCond %{HTTP_USER_AGENT} ^RealDownload [OR]

RewriteCond %{HTTP_USER_AGENT} ^ReGet [OR]

RewriteCond %{HTTP_USER_AGENT} ^SiteSnagger [OR]

RewriteCond %{HTTP_USER_AGENT} ^SmartDownload [OR]

RewriteCond %{HTTP_USER_AGENT} ^SuperBot [OR]

RewriteCond %{HTTP_USER_AGENT} ^SuperHTTP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Surfbot [OR]

RewriteCond %{HTTP_USER_AGENT} ^tAkeOut [OR]

RewriteCond %{HTTP_USER_AGENT} ^Teleport\ Pro [OR]

RewriteCond %{HTTP_USER_AGENT} ^VoidEYE [OR]

RewriteCond %{HTTP_USER_AGENT} ^Web\ Image\ Collector [OR]

RewriteCond %{HTTP_USER_AGENT} ^Web\ Sucker [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebAuto [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebCopier [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebFetch [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebGo\ IS [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebLeacher [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebReaper [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebSauger [OR]

RewriteCond %{HTTP_USER_AGENT} ^Website\ eXtractor [OR]

RewriteCond %{HTTP_USER_AGENT} ^Website\ Quester [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebStripper [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebWhacker [OR]

RewriteCond %{HTTP_USER_AGENT} ^WebZIP [OR]

RewriteCond %{HTTP_USER_AGENT} ^Wget [OR]

RewriteCond %{HTTP_USER_AGENT} ^Widow [OR]

RewriteCond %{HTTP_USER_AGENT} ^WWWOFFLE [OR]

RewriteCond %{HTTP_USER_AGENT} ^Xaldon\ WebSpider [OR]

RewriteCond %{HTTP_USER_AGENT} ^Zeus

RewriteRule .* - [F]

Link to comment
Share on other sites

Link to comment
Share on other sites

I have Ultimate SEO URls v 2.1d ORIGINAL updated - by Jack_mcs - 23 Nov 2008 set up and running. Thank you for the contribution. It was a very easy install with no problems. I had spent days installing and uninstalling other version which I was unable to do successfully. This was easy, and it works. THANK YOU.

I also have Google XML Sitemap Feed v 1.3 - by Chemo. This was another simple install. THANKS AGAIN.

 

My question is could someone please advise me which meta tag contribution would be simple to install and compatible?

There are so many I am confused as to which one (and which version).

I am using osCommerce v2.2 RC2a

 

Thank You

 

Larry

 

 

I found an excellent meta tag contribution that works with my setup. I have installed the latest version of SEO Header Tags by GemRock. It is working fine.

 

I do have conserns about my "session id". When a new user fires arrives at the site, they first link they click generates a session id in the url.

 

Will this be indexed by Google?

Is there a way to prevent google from indexing the url?

Is there a way to turn off the session id, or is it a necessary evil?

Link to comment
Share on other sites

I found an excellent meta tag contribution that works with my setup. I have installed the latest version of SEO Header Tags by GemRock. It is working fine.

 

I do have conserns about my "session id". When a new user fires arrives at the site, they first link they click generates a session id in the url.

 

Will this be indexed by Google?

Is there a way to prevent google from indexing the url?

Is there a way to turn off the session id, or is it a necessary evil?

 

SID Killer works well for this

http://www.oscommerce.com/community/contributions,952

Link to comment
Share on other sites

I have moved my site to another site and cleared all the products to start again.

 

Warning: main(includes/functions/featured.php) [function.main]: failed to open stream: No such file or directory in /home/nicholas/public_html/catalog/includes/application_top.php on line 494

 

Warning: main(includes/functions/featured.php) [function.main]: failed to open stream: No such file or directory in /home/nicholas/public_html/catalog/includes/application_top.php on line 494

 

Warning: main(includes/functions/featured.php) [function.main]: failed to open stream: No such file or directory in /home/nicholas/public_html/catalog/includes/application_top.php on line 494

 

Fatal error: main() [function.require]: Failed opening required 'includes/functions/featured.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/nicholas/public_html/catalog/includes/application_top.php on line 494

 

I cannot view my catalog at all.

 

and this from SEO in Admin:

 

Warning: call_user_func(tep_reset_cache_data_seo_urls) [function.call-user-func]: First argument is expected to be a valid callback in /home/nicholas/public_html/catalog/admin/includes/functions/general.php on line 1195

 

Can anyone help at all?

Link to comment
Share on other sites

Now i installed "sid killer" and are stop working.I can't add the product in the shopping cart

 

"Add to wish list" are working perfectly.

 

any sugestion?

 

Thanks

 

 

i have installed Ultimate_SEO_URLSv21d_UPDATED-23-NOV-2008 and work if i select the products from menu categories

if i select an product from new products box or specials box and push add to cart the shopping cart show 0. if i go back the product appear in the shopping cart.

same like are reset the cash (cookies)

 

what can i do?

 

Thanks

Edited by danut82
Link to comment
Share on other sites

I just installed Ultimate Seo Urls Version 2.7 on www.bestmx.com

 

For some reason if I leave out STEP #5 - Edit includes/functions/html_output.php Everything seems to work perfect.

 

I tried a few times to edit includes/functions/html_output.php file as per the install instructions and each time I get a bunch of errors?

 

If I skip this step will I encounter errors that I haven’t see as of yet?

 

Thanks in advance for your time!

Link to comment
Share on other sites

I just installed Ultimate Seo Urls Version 2.7 on www.bestmx.com

 

For some reason if I leave out STEP #5 - Edit includes/functions/html_output.php Everything seems to work perfect.

 

I tried a few times to edit includes/functions/html_output.php file as per the install instructions and each time I get a bunch of errors?

 

If I skip this step will I encounter errors that I haven’t see as of yet?

 

Thanks in advance for your time!

 

I would not install anything but

Ultimate SEO URLs Version 2.1d - Chemo's ORIGINAL updated - by Jack_mcs - 23 Nov 2008

http://addons.oscommerce.com/info/2823

 

It is what most people recommend and it works

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...