Post by sds » Tue Sep 21, 2010 6:54 am

First issue: Search Engine Optimized URLs are unfiltered
I have product names containing URL-unfriendly characters (ampersands and other nasty characters). The SEO URL function in opencart will just throw the name right into the URL and that's no good! It breaks the links! I think there should be a filter in place that allows only A-Z and 0-9 characters there.

(From a search I've discovered that several people have reported trouble getting SEO URLs to work- you need to edit the .htaccess file where opencart is installed and change

Code: Select all

RewriteBase /
to

Code: Select all

RewriteBase /YOUR_INSTALL_FOLDER/
)

Second issue:
Products without images should not use alt text (item name is used as alt text for some reason). Alt text is not really necessary for any product images because the item name is already there in every case. Because of the alt text, I am seeing the item names two times whereever there is no product image in place. I should not need to upload product images just to mask the issue!

Other thoughts:
*Coupon length limit should be much longer by default (I know how to change it thanks)
*Coupon expiration date and other such dates are limited by the 2038 bug (PHP's fault)
*Image uploader could use a little work but it's ok.
*Nice job on the great open source cart guys! Puts the proprietary ones to shame!

sds
Newbie

Posts

Joined
Tue Sep 21, 2010 6:25 am

Post by Daniel » Tue Sep 21, 2010 7:33 am

alt text is there for seo.

OpenCart®
Project Owner & Developer.


User avatar
Administrator

Posts

Joined
Fri Nov 03, 2006 6:57 pm

Post by sds » Tue Sep 21, 2010 7:37 am

Daniel wrote:alt text is there for seo.
I know that. I don't want search engines to find or reference my images anyway. There should be a way to turn it off at least when no image is present (how about an option in the admin panel in the future).

sds
Newbie

Posts

Joined
Tue Sep 21, 2010 6:25 am

Post by jty » Sun Oct 03, 2010 10:58 am

sds wrote:I don't want search engines to find or reference my images anyway.
use a robots.txt file
There should be a way to turn it off at least when no image is present (how about an option in the admin panel in the future).
Too many options starts bloating the software. Everyone has their own unique requirements. If all were catered for in the core, we would end up with a complicated huge piece of software, harder to mod and slower to load.
It's much easier to just remove the alt tags in the template files and use a robots.txt to disallow crawling the image folder.

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Post by Xsecrets » Sun Oct 03, 2010 9:20 pm

sds wrote:First issue: Search Engine Optimized URLs are unfiltered
I have product names containing URL-unfriendly characters (ampersands and other nasty characters). The SEO URL function in opencart will just throw the name right into the URL and that's no good! It breaks the links! I think there should be a filter in place that allows only A-Z and 0-9 characters there.
The url's use the "seo keyword" field and it is only used in the url's, so just don't put URL unfriendly characters in there.
*Coupon expiration date and other such dates are limited by the 2038 bug (PHP's fault)
not too worried about this I have a feeling that opencart will be greatly changed by 2038.

OpenCart commercial mods and development http://spotonsolutions.net
Layered Navigation
Shipment Tracking
Vehicle Year/Make/Model Filter


Guru Member

Posts

Joined
Sun Oct 25, 2009 3:51 am
Location - FL US

Post by Karen » Wed Oct 27, 2010 11:57 am

sds wrote:I know that. I don't want search engines to find or reference my images anyway.
I would think twice about this. I've gotten sales from people doing image searches.

Using OC version 1.4.8b
http://catandcaboodle.com/


User avatar
Active Member

Posts

Joined
Thu Jun 10, 2010 2:51 pm
Location - WA State, USA

Post by jty » Wed Oct 27, 2010 7:35 pm

Xsecrets wrote:
sds wrote:
*Coupon expiration date and other such dates are limited by the 2038 bug (PHP's fault)
not too worried about this I have a feeling that opencart will be greatly changed by 2038.
:choke: Wish I was that organised. I can't even get myself organised for Christmas 2010, let alone think about 2038 (if I am still alive then)

jty
Active Member

Posts

Joined
Sat Aug 30, 2008 8:19 am

Post by rsands » Thu Nov 04, 2010 5:09 am

alt tags are part of good coding...? just edit the template

Newbie

Posts

Joined
Wed Nov 03, 2010 9:51 pm

Post by fido-x » Fri Nov 05, 2010 11:33 pm

rsands wrote:alt tags are part of good coding...? just edit the template
alt tags are also required for W3C compliance.

Image
Modules for OpenCart 2.3.0.2
Homepage Module [Free - since OpenCart 0.7.7]
Multistore Extensions
Store Manager Multi-Vendor/Multi-Store management tool

If you're not living on the edge ... you're taking up too much space!


User avatar
Expert Member

Posts

Joined
Sat Jun 28, 2008 1:09 am
Location - Tasmania, Australia
Who is online

Users browsing this forum: No registered users and 12 guests