ez projects / googlesitemaps_extension
| UNIX name | Owner | Status | Version | Compatible with |
|---|---|---|---|---|
| googlesitemaps_extension | oldcontribs_import oldcontribs_import | stable | 0.1 | 3.7.x |
GoogleSiteMaps Extension Read Me
What is the GoogleSiteMaps extension?
================================================
GoogleSiteMaps Extension produce a sitemap xml for Google.
Name : GoogleSiteMaps Extension
Version: 0.1
Author : Sergey A. Shishkin
Date : 20.01.2006
URL :
e-mail :
ICQ : #28582606
Installation and Configuration
================================================
Please read the INSTALL.TXT file for installation and configuration
instructions.
Content
================================================
Files in this extension :
/settings/design.ini.append.php
/settings/fetchalias.ini.append.php
/settings/googlesitemaps.ini.append.php
/settings/layout.ini.append.php
/settings/site.ini.append.php
/design/standard/templates/googlesitemap_pagelayout.tpl
/design/standard/templates/node/view/googlesitemaps.tpl
/autoloads/ezextlinkfixoperator.php
/autoloads/eztemplateautoload.php
/addon/sitemap.php (it is addon, not a part of extension)
USING Google SiteMaps
================================================
Type this url in your browser
http://(/index.php)(/)/layout/set/googlesitemap/content/view/googlesitemaps/2
You will see full sitemap of your site, beginnig on node:2
(root)
If you want build sitemap of subtree - use another node_id
http://(/index.php)(/)/layout/set/googlesitemap/content/view/googlesitemaps/
Example:
1. Register account and login into Google Sitemaps
2. Add your site to Google Sitemaps
3. Append sitemap of your site
ps. Some tunings
================================================
If you will append to Gooogle Sitemaps link to your sitemap like
http://(/index.php)(/)/layout/set/googlesitemap/content/view/googlesitemaps/
...
It will look like not good in Google Sitemaps interface.
Google will show FULL URL to your sitemap as SiteURL.
Then you may do following steps
1. Copy file sitemap.php from addon folder to
2. Edit .htaccess file (if you using it)
RewriteRule !\.(gif|jpe?g|png|css|js|htm|html|swf)|var(.+)storage.pdf(.+)\.pdf$
index.php
Change to
RewriteRule
!sitemap\.php|\.(gif|jpe?g|png|css|js|htm|html|swf)|var(.+)storage.pdf(.+)\.pdf$
index.php
Now you can use link
http:///sitemap.php?url=http://(/index.php)(/)/layout/set/googlesitemap/content/view/googlesitemaps/
Example: