SEO slugs in classified script

Extra SEO module  can replace: http://website.com/property/31/en/property_title with: http://website.com/my-custom-slug.htm This module is very server configuration sensitive so no guarantee that will work on all servers. But it is tested on https://www.a2hosting.com/refer/59624 and there works fine. Guide to configure: In application\config\cms_config.php add this lines: $config[‘slug_enabled’] = TRUE; $config[‘alt_enabled’] = TRUE; Regarding nice SEO slugs: and in slug.php […]

seo_slugs

Extra SEO module

Extra SEO module  can replace: http://website.com/property/31/en/property_title with: http://website.com/my-custom-slug.htm Module is compatible with version >=1.5.3 This module is very server configuration sensitive so no guarantee that will work on all servers. But it is tested on https://www.a2hosting.com/refer/59624 and there works fine. Price: 20 EUR , purchase here If you are interested for this module please send […]

SEO optimizations and removing index.php

How to submit your page on google? Most simple way is to submit your generated sitemap.xml to google webmaster tools: https://www.google.com/webmasters/tools Generated URL example: http://real-estate.iwinter.com.hr/sitemap.xml Regarding removing index.php: First of all this doesn’t work on standard localhost, only on real servers! If you want best seo principles like just content title in URL, without “index.php” […]

SEO, How to change URL / URI from ‘property’->’listing’?

Add $config[‘listing_uri’] = ‘listing'; to cms_config.php If you want something else like ‘property’->’firma’, then you need additional: In ‘application\config\routes.php’ After: $route[‘listing/(:num)/(:any)/(:any)’] = “property/$1/$2/$3″; $route[‘listing/(:num)/(:any)’] = “property/$1/$2″; Add also: $route[‘firma/(:num)/(:any)/(:any)’] = “property/$1/$2/$3″; $route[‘firma/(:num)/(:any)’] = “property/$1/$2″;

Plugins compatibility

This list is from our experience with using our plugins and themes by thousands of clients. If you notice some strange behavior please inform us also via support ticket. Generally when you have some issue first you should try to disable all third parity plugins in WordPress dashboard and when you need some specific feature […]