version 1.
Features:
On-Page SEO Optimisation Check for Products, Categories, CMS pages etc.
Real-time on-site optimisation content check for several different SEO criteria:
• H1, H2 and H3 check
• Keyword Density measure
• Keyword Bold count
• Internal Links count
• Word Count
• Image alt text
• Meta Robot Follow or Nofollow
• SEO friendly URLs
• Advanced meta robot tags
• Include in sitemap (yes, no)
• Priority
• Canonical URL
• Target URL
• Manual Enter SEO data option
• Old Urls History
• Multi language compatibility
• Google Rich Snippets
• Disable Duplicate Page Title and Meta Descriptions
Version 2
• Created automatic 301 redirect if you change from a flat URL structure to a category URL structure
• Automatically redirect non www. to www
• Create 301 redirects for example for discontinued, out of stock products manually or in bulk. Central 301 redirect admin area with Import/Export feature.
• Restrict user group permission to access settings and features
Version 2.1
• Add Search functionality in SEO 301 Redirects
• SEO Auto Meta tags functionality
• Add 'Redirect non-www urls to www' check box and 'Meta Description Length' input field new settings in Addon Settings.
• Create meta tag hook for display meta tags of product, category, blog and news pages.
• 'SEO url name' conflict with SEO plugin Resolved
• 'SEO / Meta Name' block removed
Version 2.2
• Add enable/disable canonical urls setting for products, categories, pages and site news
Version 2.3
• old urls history & 301 redirects for old urls
• Multi language compatibility
• Bug Fixes
Version 2.4
• Google Rich Snippets
• Disable Duplicate Page Title and Meta Descriptions
• set Testimonial URL to indexable
Version 2.5
• Fix conanical urls issue
• Fix Google Rich Snippets issue and remove view_main_info hook from addon that used for Google Rich Snippets tags.
• Fix 301 redirect issue
Version 2.6 (upgrate to cscart version 4.0.2)
Changes:
• In addon.xml file, rename item handlers 'fn_google_seo_clear_url_info' to 'fn_advanced_seo_clear_url_info'
and 'fn_google_rich_snippets_info' to 'fn_advanced_seo_google_rich_snippets_info'.
• Also Rename item handler function 'fn_google_seo_clear_url_info' to 'fn_advanced_seo_clear_url_info'
and 'fn_google_rich_snippets_info' to 'fn_advanced_seo_google_rich_snippets_info'
and move these function from func.php to config.php.
• In addon.xml file, remove uninstall items due to non-exist table '?:privilege_descriptions' in cscart v4.0.2 :
<item for="uninstall">DELETE FROM ?:privilege_descriptions WHERE privilege = 'view_advanced_seo'</item>
<item for="uninstall">DELETE FROM ?:privilege_descriptions WHERE privilege = 'manage_advanced_seo'</item>
• Changed fn_url function arguments in backend & frontend controller .php hooks
• Changed fn_url function arguments in func.php & config.php
• In frentend prodcut hook file: /app/addons/advanced_seo/controllers/frontend/products.pre.php
pass argument as array;
Old code : fn_get_discussion_posts( $discussion_data['thread_id'] )
New code : fn_get_discussion_posts( array( 'thread_id' => $discussion_data['thread_id'] ) );
• Fixed Sitemap priority and multi-lang Issue
• Fixed advanced seo suggession url on update page of product, page, news and category.
• Fixed prev/next canonical urls on category display page.
• no need to replace title metatag in skin's index.tpl, title hook implemented in cscart v4.0.2
• title hook code changed in file: /design/themes/basic/templates/addons/advanced_seo/hooks/index/title.override.tpl
<!--Advanced SEO keyword field starts here by 4sprung -->
{strip}
<title>
and
</title>
{/strip}
<!--Advanced SEO keyword field ends here by 4sprung -->
removed from code
Version 2.6.1
• create new hook /advanced_seo/hooks/index/content.post.tpl to add Store Company rich snippets tags in bottom of all pages.
Version 2.7.0
• Upgraded to cscart version 4.0.3
• config issue fixed.
version 2.7.1
• Upgraded to php version 5.4.
version 3.0
• Facebook Open graph added for product - with enable/ disable add-on settings.
• Twitter product card added - with enable/ disable add-on settings.
version 3.1
Get product details added condition for admin panel to the following function fn_advanced_seo_get_product_info.
version 4
Upgraded to cs-cart 4.2.X version
Version 5 (Works for CS Cart Version 4.2.X)
• Webmaster Verification for Google and Bing
• Fully updated and Improved Onsite optimization tool
• Custom 404 Page
• Template based page title and meta description
• Duplicate content check
• Easy self installation/uninstallation via installer
• Optimized code and a lot of improvements under the hood
Version 5.0.1(Works for CS Cart 4.3.X)
• Cloning Product SEO URL Name Fix
• Bug fixes
Version 5.0.2(Works for CS Cart 4.3.X)
• Mobile Responsive Issue Fix
Version 5.0.3(Works for CS Cart 4.3.X)
• Sitemap.xml Page not found fix
Version 5.0.4(Works for CS Cart 4.3.X)
• Manual entering of SEO field Issue Fix
Version 5.0.5(Works for CS Cart 4.3.X)
• Editing Sub Category: SEO Suggestions not showing fix