UKSB Automatic Friendly SEO URLs

| Extension Name | UKSB Automatic Friendly SEO URLs | Rating |
|
| License | Commercial | Votes | 35 |
| Price | $15.00 | Views | 21235 |
| Developer | uksitebuilder | Request Support |
|
| Date Added | 24 June 2011 | Report extension |
|
| Date Modified | 18 February 2013 | ||
If you forget to enter your SEO Keyword when adding products, categories, manufacturers/brands and information pages, with this mod you need worry no more.
What It Does
-------------------
* 1. Removes the necessity to have to remember to enter a 'SEO Keyword' when editing: (Products, Categories, Manufacturers/Brands and Information Pages).
* 2. Gives the user the ability to override the auto generated SEO Keyword with their own.
* 3. Checks to ensure that the Auto Generated SEO Keyword does not already exist, if so, an Integer is appended to the end to keep it unique.
* 4. Allows for Model, SKU or Brand to be added to the product name for the URL.
* 5. (optional) Makes all other default OC links displayed on the front-end in to Friendly SEO URLs.
What It Doesn't Do
----------------------------
It doesn't overwrite your SEO Keyword when you edit a product and therefore it doesn't mess up your Google ranking unlike some other SEO Keyword mods
2 ways to install including vQmod and Manual File edits
Demo Site
Site: http://1511-2.designs.org.uk/
Admin: http://1511-2.designs.org.uk/admin/
*** If you would like a commercial license to use this on multiple stores, please visit http://support.uksitebuilder.net ***
*** Don't forget to view our Other Extensions -> http://www.opencart.com/index.php?route=extension/extension&filter_username=uksitebuilder ***
For Support Questions, please do not use the Comments section below as we rarely visit it.
Instead, please visit http://support.uksitebuilder.net/
| Download Name | Compatibility | Action |
| UKSB Automatic Friendly SEO URLs v 1.8.2 | v1.5.4, v1.5.4.1 | [ Download ] |
| UKSB Automatic Friendly SEO URLs v 1.8.2 | v1.5.2, v1.5.2.1, v1.5.3, v1.5.3.1 | [ Download ] |
| UKSB Automatic Friendly SEO URLs v 1.8.2 | v1.5.0, v1.5.0.1, v1.5.0.2, v1.5.0.3, v1.5.0.4, v1.5.0.5, v1.5.1, v1.5.1.1, v1.5.1.2, v1.5.1.3 | [ Download ] |
Prerequisites :
1. proper .htaccess configuration (rename the .htaccess.txt file in the OpenCart archive to .htaccess if you have an Apache web server. If you have another type of server, see its documentation)
2. "Use SEO URL's" set to yes in OpenCart System > Settings > Server tab
3. Read the included Installation file inside the downloaded archive - 2 ways to install including vQmod.
UPGRADING from Versions prior to 1.5.1 *** IMPORTANT ***
Please check that your file catalog/view/javascript/common.js
Lines 3 to 27 (approx) have the following 2 calls:
$('.button-search').bind('click', function() {
url = 'index.php?route=product/search';
var filter_name = $('input[name=\'filter_name\']').attr('value')
if (filter_name) {
url += '&filter_name=' + encodeURIComponent(filter_name);
}
location = url;
});
$('#header input[name=\'filter_name\']').keydown(function(e) {
if (e.keyCode == 13) {
url = 'index.php?route=product/search';
var filter_name = $('input[name=\'filter_name\']').attr('value')
if (filter_name) {
url += '&filter_name=' + encodeURIComponent(filter_name);
}
location = url;
}
});
Tags seo, seo urls, seo url's, friendly urls, friendly url's, search engine friendly urls, search engine friendly url's, automatic seo URL's, automatic seo keywords, automatic seo urls, uksb, uk site builder, uksitebuilder













Log in to comment or register here.