Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

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


Recommended Posts

Sorry if I wasn't clear. I did the following:

 

1) Clear Cache

2) Home page - reload. - Still doesn't work

3) Uninstall - Then I got those warning messages.

 

Which of your three steps did I miss?

 

Thank you

- Go to shop.

- Click on home link.

 

I hope that is clear now because I don't know how else to say it.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

That's exactly what I meant with step 2. Unfortunately that still didn't help. I tried reinstalling everything and double-checked the instructions again. I can't find any mistakes.

Hmm. There's a difference between

- refresh home page

- perform delete

 

and

- perform delete

- refresh home page

 

But, hopefully, you did it in the correct order. If the problem is that your links are missing the name, then it could be as simple as the products are missing the title or you are using the header tags option without running fill tags. You don't mention the category links. Are they working?

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Yeah, I've refreshed the homepage hundreds of times now, before and after deleting.

No, category links aren't working as well. Is it possible there's something wrong with the server? I've done many clean re-installs of the shop software now. And went exactly according to the instructions. It's very few steps, so I could double-check each step plenty of times. I especially paid attention to not mixing up "REPLACE" and "ADD BELOW" etc.

Product titles are not empty and I haven't selected "use header tags". Sorry to take up your time, but I'm really out of ideas...

Link to comment
Share on other sites

No, category links aren't working as well. Is it possible there's something wrong with the server?

I suppose it could be the server if it is running a very old version of php/mysql. What versions does it have (see admin->Tools->Server Info)? Does your site meet the requirements as detailed in the installation file?

Sorry to take up your time, but I'm really out of ideas...

No need to apologize. If I didn't want to take the time to answer, I wouldn't.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

It could be cache is causing a problem. Try setting the uninstall option to true. Then go to the shop and click on the home page link. Then go back and try making a setting change to see if it works.

Thank you for your time but I allready tried that without success. The options are reloaded in admin but stay unfunctional.

Link to comment
Share on other sites

Hey,

 

I just reinstalled everything for the 4th (or maybe even 5th) time and now it's working fine. I have absolutely no idea what I did different this time (nothing in my opinion) but now it's just working. Happy :)

 

Doing a backup now, then I'll go for Headertags :)

 

Thanks again!

Link to comment
Share on other sites

Thank you for your time but I allready tried that without success. The options are reloaded in admin but stay unfunctional.

See all the posts regarding the problem etienne_ger had. Sounds like the same thing so my answers would apply.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hey guys any help ahead of time is appreciated.

 

I have the install working and has been for a while i get all the nice re-written urls in .html format. The only problem I have is that the old urls are not being 301 redirected, so for example I have a few links that come to this url from external sites /index.php?cPath=22_193 and I was hoping this would 301 redirect them to the new .html rewritten url?

 

Any help?

Link to comment
Share on other sites

I have the install working and has been for a while i get all the nice re-written urls in .html format. The only problem I have is that the old urls are not being 301 redirected, so for example I have a few links that come to this url from external sites /index.php?cPath=22_193 and I was hoping this would 301 redirect them to the new .html rewritten url?

What version are you using?

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I have the install working and has been for a while i get all the nice re-written urls in .html format. The only problem I have is that the old urls are not being 301 redirected, so for example I have a few links that come to this url from external sites /index.php?cPath=22_193 and I was hoping this would 301 redirect them to the new .html rewritten url?

There's no reason that I can think of as to why that would not redirect, assuming the contribution is installed and working correctly. Have you tried going to that url directly from your shop?

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

There's no reason that I can think of as to why that would not redirect, assuming the contribution is installed and working correctly. Have you tried going to that url directly from your shop?

 

No, but when I click them in the site:qstix.com command in google you will see all the index.php urls being indexed and when I click them they don't redirect so the search engines will keep them in there index without knowing they are 301 redirected. Do you see that?

Link to comment
Share on other sites

No, but when I click them in the site:qstix.com command in google you will see all the index.php urls being indexed and when I click them they don't redirect so the search engines will keep them in there index without knowing they are 301 redirected. Do you see that?

The search engines will replace those urls if the link is being redirected but it is not for some reason. The only thing I can think, assuming it is installed correctly, is that you don't have automatic redirect enabled in the settings.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

The search engines will replace those urls if the link is being redirected but it is not for some reason. The only thing I can think, assuming it is installed correctly, is that you don't have automatic redirect enabled in the settings.

 

So, I went in and re-installed everything again and like before the urls are being re-written nicely but the old index.php urls are not being 301 redirected.

 

Here is what my .htaccess looks like. What else could be wrong? I have it turned on for automatic redirects in the settings of the admin.

 

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 ^(.*)-by-(.*).html$ all-products.php?fl=$2&%{QUERY_STRING}

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

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

RewriteRule ^(.*)-au-(.*).html$ articles.php?authors_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 ^(.*)-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}

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

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

RewriteRule ^(.*)-pm-([0-9]+).html$ info_pages.php?pages_id=$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}

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

Link to comment
Share on other sites

So, I went in and re-installed everything again and like before the urls are being re-written nicely but the old index.php urls are not being 301 redirected.

 

Here is what my .htaccess looks like. What else could be wrong? I have it turned on for automatic redirects in the settings of the admin.

The links from google not working isn't the issue. If you go to your site and type in the old style url, it should redirect, which it isn't, so the problem in in your code or to do with your server. My guess is that it has something to do with the server but since the url's are redirecting when a category is clicked on, it would seem the server is functioning properly. So I don't have any ideas about what it might be. I think your next step would be to install a clean shop on your server, install the contribution and see if that shop works. If it does, then the problem is in your shop. If it doesn't, then the server is causing the problem or you are making a mistake in the installation process, which seems unlikely.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

I have a big problem.

After i installed the contibution, my admin side don´t work, only shows a blank page.

I´ve reiewd all the step´s and all is correctl installed.

The catalog side it´s working fine.

You didn't state which version you are using but in most, if not all, versions there are only two changes to the admin side. Just remove those changes, get the admin working again and try the changes one at a time.

Edited by Jack_mcs

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

You didn't state which version you are using but in most, if not all, versions there are only two changes to the admin side. Just remove those changes, get the admin working again and try the changes one at a time.

 

 

Thank you very much for your tip, Jack.

 

It´s working fine now.

Link to comment
Share on other sites

Hello to everybody

 

I have a problems installing Ultimate SEO 2.7, but I have try to install another versions with the same error. My web is ww.espirituracing.com

 

My Ultiamte SEO admin zone goes perfect! If I put the variable "Enable SEO URLs?" to "false" the public web goes perfect. If I put in On mode my web is white page.

 

When the Enable SEO url is off, if you browse this adress for example: http://www.espirituracing.com/example-product-p-1.html the .htacces translate the url and oscommerce say you that the prodcut ID is incorrect(not and 404 error like with erroneus .htacces)

 

I have view with PHPmyAdmin the tables of cache and all of them are empty

 

This is my .Htacces:

 

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

 

# BOF Ultimate SEO URLs EDITABLE

Options +FollowSymLinks

RewriteEngine On

RewriteBase /

 

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 ^(.*)-au-(.*).html$ articles.php?authors_id=$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 ^(.*)-i-(.*).html$ information.php?info_id=$2&%{QUERY_STRING}

# BOF: "Extra pages-info box w/ admin" support added by faaliyet

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

# EOF: "Extra pages-info box w/ admin" support added by faaliyet

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

 

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

# EOF Ultimate SEO URLs EDITABLE

 

Do you now what is my problem? Any idea?

 

Thank you and sorry for my bad english

Link to comment
Share on other sites

I hope this is the right place to post this.

All my sites urls seem to look right and every seems to be working fine.

I'm also using the "Google XML Sitemap SEO" Contribution.

After getting everything in order... I used the g*d*ddy "top 10 seo checklist" to see how organized my site was.

This was the result:

- Proper Title Tags

 

Well-constructed title tags contain the main keyword for the page, followed by a brief description of the page content. It will be less than 65 characters and avoid using stop words such as: a, if, the, then, and, an, to, etc. Your title tag should also be limited to the use of alphanumeric characters, hyphens, and commas.

 

Look out! The majority of your pages have title tag issues.

 

277 pages have no title tags.

 

408 pages have stop words in the title.

 

- Invalid Proper Description Tags

 

Good description tags contain information about the page's content and persuade search engine users to visit your web site. They should be between 25 and 35 words in length.

 

Look out! The majority of your pages have description tag issues.

 

685 pages have no description tags.

 

- Invalid Proper Keywords Tags

 

Your keywords meta tag should contain between 5-10 keywords or keyword phrases that are also found in page content.

 

Look out! The majority of your pages have keywords meta tag issues.

 

685 pages have no keywords meta tag.

 

- Invalid Proper Heading Tags

 

Each page of your site should use at least the H1 heading tag for the search engines that examine it when crawling your site.

 

Look out! The majority of your pages have heading tag issues.

 

685 pages have no heading tags.

 

- Invalid Page Content

 

Pages should have between 300 and 700 words of descriptive content that contains the keywords specified for the page.

 

Look out! The majority of your pages have page content issues.

 

685 pages have a highest meta tag keyword density of less than 2%.

 

- Invalid Proper Navigation

 

Each page of your site should contain links to every other page so search engine spiders can find every page. This is a critical step for the proper indexing and page rank distribution of your site.

 

Look out! The majority of your pages have navigation issues.

 

277 pages have no internal links.

 

685 pages have no external links.

 

- Warning Proper Sitemap

 

It's important to use two site maps for your website--an XML version and a static version. The XML version can be created with Search Engine Visibility's site map tool. The static version should sit on a static HTML page and contain links to every other page.

 

Look out! No site map found.

 

A sitemap XML file was not found.

 

- Ok Controlled Crawling

 

It's important that search engine spiders find your robots.txt file that guides spiders to pages and directories you want crawled and denies entry to protected areas of your site.

 

Great work! You're using a robots.txt file.

 

- Invalid Duplicate Content/Tags

 

Because search engines treat web sites as a grouping of pages and not a single entity, each page on your site should be unique so that the tags and content differ between each page. Doing so increases the number of pages that will rank.

 

Look out! You have major duplicate tag issues.

 

408 pages are using the same title tag.

 

- Invalid Word Density

 

Pages should contain 300 to 700 words of unique and descriptive content. A page's meta tag keywords should also be those that occur most frequently on the page.

 

Look out! You have major word density issues.

 

685 pages have their most frequent word appear less than 2% of the time.

 

Is this typical for an oscommerce site?

Thanks a bunch for any feedback/comments.

That "Can" you're about to open... has worms!

Don't say I didn't worn ya.

n. pl. cans of worms Informal - A source of unforeseen and troublesome complexity.

Link to comment
Share on other sites

I hope this is the right place to post this.

All my sites urls seem to look right and every seems to be working fine.

I'm also using the "Google XML Sitemap SEO" Contribution.

 

Is this typical for an oscommerce site?

Neither this contribution or the sitemap one control this. You need to have a meta tag contribution installed. I recommend Header Tags SEO. If you already have one installed, it is either not set up correctly or is not working properly.

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

Link to comment
Share on other sites

Hi Jack,

 

I've just noticed that Google Base Auto Feeder 1.4 is throwing the following error:

 

Fatal error: Call to undefined function tep_not_null() in /home/hmmmmm/yeaaaah/includes/classes/seo.class.php on line 1106

 

Since it could be seo.class related, any ideas please?

Absinthe Original Liquor Store

Link to comment
Share on other sites

I've just noticed that Google Base Auto Feeder 1.4 is throwing the following error:

 

Fatal error: Call to undefined function tep_not_null() in /home/hmmmmm/yeaaaah/includes/classes/seo.class.php on line 1106

 

Since it could be seo.class related, any ideas please?

I just remembered there was a problem like that in an earlier version of the google feeder that I support. I had to add an instance of the function. You can see that file to get what you need, I think.

Edited by Jack_mcs

Support Links:

For Hire: Contact me for anything you need help with for your shop: upgrading, hosting, repairs, code written, etc.

Get the latest versions of my addons

Recommended SEO Addons

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...