This extension is a package of tools and Smarty TAGs, meant to easify your life, making BIGACE more search engine friendly.
You should consider, reading the article about URL Rewriting (really important for SEO) as well!
PLEASE NOTE: The current version works, but it has only a small number of functions right now. Please post any thoughts you have about existing and future releases in the forum!
Get all downloads from:
SEO:
OR
Sitemap:
Configurable HTML Metatags:
The Sitemap is multi language, so all pages that are NOT hidden can be indexed!
You need a Google Account for using the Google Webmaster Tools.
Lets assume you installed BIGACE at http://www.example.com/ then you supply the Sitemap URL http://www.example.com/plugins/seo/sitemap-v09.php.
Read more about the XML Sitemap Standard at: http://www.sitemaps.org/protocol.php
Note: This format is supported by all the major search engines, you are not bound to Google!
I just mention Google explicit, because here in Germany it's the only Search engine that is really important…
If you use URL Rewriting, you can even go one step further and edit you .htaccess file in the BIGACE root folder: /.htaccess
Add the following line:
RewriteRule ^sitemap.xml$ ./plugins/seo/sitemap-v09.php
/sitemap.xml is the default place to look for a sitemap, so it should hopefully be found even without explicit registration.
The new Rewrite Rule should be the first in your .htaccess:
RewriteEngine On RewriteRule ^sitemap.xml$ ./plugins/seo/sitemap-v09.php # other default rewrite stuff # ...
You can also specify your sitemap in your /robots.txt with the folowing line:
Sitemap: /plugins/seo/sitemap-v09.php