| Main | Install | End-user | Designer | Developer | Localization | |
Adjustment of site for SEO and statisticsIn order that pages of your html-version are indexed by search engines, in file index.php, placed on the server in folder sites/your_site_url/app/, you have to set alternative text which will appear, if a user does not have FlashPlayer installed, and place a link to HTML-version in it. /* ------ Start SEO main page version ------ */ ?>
... Visit <a href="http://name_of_your_site/html/Main">home page of HTML-version</a> <?php /* ------ End SEO main page version ------ */ The following pages will be indexed:
Also set the following parameters for the first part of file index.php:
Now you can place additional JS or IMG-based statistics counters. To do this, in the counters section write: /* ------ Start counters ------ */ ?>
Here you can place additional counters <?php /* ------ End counters ------ */ |
Fuzzle CMS installation
Fuzzle CMS configuration Additional modules adjustment |