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 […]
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 […]
In file templates\bootstrap2-responsive\components\head.php, line around 168 you can found (or just use CTRL+F to find it) and change: var mapDisableAutoPan = false; to: var mapDisableAutoPan = true;
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” […]
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″;
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 […]
Please read this article for more info: http://tools.seobook.com/robots-txt/
Of course, you should define this in template file… Instructions:
sanljiljan Support system