Revision history for GoogleSitemap


Revision [23397]

Last edited on 2016-05-20 07:38:48 by DarTar [Replaces old-style internal links with new pipe-split links.]
Additions:
~-[[GoogleSitemapHandler | Google sitemap handler]] is an improved version of this plugin.
This script will generate output compatible with [[http://www.google.com/webmasters/sitemaps/ | Google Sitemap]]. It can then be submitted to the service.
You may need to change the path to the [[Docs:ConfigurationOptions | wikka.config.php]] file on the second line, depending on where it's located in your webspace relative to where you place the sitemap file.
see [[http://www.vollkornpapier.de/sitemap.php | example on vollkornpapier.de/sitemap.php]] (added by JacobLahr)
Deletions:
~-[[GoogleSitemapHandler Google sitemap handler]] is an improved version of this plugin.
This script will generate output compatible with [[http://www.google.com/webmasters/sitemaps/ Google Sitemap]]. It can then be submitted to the service.
You may need to change the path to the [[Docs:ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace relative to where you place the sitemap file.
see [[http://www.vollkornpapier.de/sitemap.php example on vollkornpapier.de/sitemap.php]] (added by JacobLahr)


Revision [20448]

Edited on 2009-02-10 06:31:13 by DarTar [link]
Additions:
>>==See also==
~-[[GoogleSitemapHandler Google sitemap handler]] is an improved version of this plugin.
>>by BarkerJr
Deletions:
by BarkerJr


Revision [18751]

Edited on 2008-01-28 00:12:35 by JacobLahr [Modified links pointing to docs server]
Additions:
You may need to change the path to the [[Docs:ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace relative to where you place the sitemap file.
Deletions:
You may need to change the path to the [[ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace relative to where you place the sitemap file.


Revision [13017]

Edited on 2006-01-30 18:25:17 by JacobLahr [twoliner...]
Additions:
If you add these two lines, the sitemap will priorize Category-Pages...
see [[http://www.vollkornpapier.de/sitemap.php example on vollkornpapier.de/sitemap.php]] (added by JacobLahr)
if (substr($row['tag'],0,8)=="Category") echo "<priority>1.0</priority>\n";
else echo "<priority>0.5</priority>\n";


Revision [12604]

Edited on 2006-01-11 01:14:40 by RolandStens [Spelling Correction: reletive to relative]
Additions:
You may need to change the path to the [[ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace relative to where you place the sitemap file.
Deletions:
You may need to change the path to the [[ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace reletive to where you place the sitemap file.


Revision [12565]

Edited on 2006-01-08 21:09:20 by BarkerJr [Wikified it a little more.]
Additions:
You may need to change the path to the [[ConfigurationOptions wikka.config.php]] file on the second line, depending on where it's located in your webspace reletive to where you place the sitemap file.
If you use the ModRewrite code inside .htaccess, you will need to create an exception for this (and probably, also, your verifier) files. Such code to add to your .htaccess would look like:
Deletions:
You may need to change the path to the wikka.config.php file on the second line, depending on where it's located in your webspace reletive to where you place the sitemap file.
If you use the rewrite code inside .htaccess, you need to create an exception for this (and probably your verifier) files. Such code to add to your .htaccess would look like:


Revision [12564]

Edited on 2006-01-08 21:05:57 by BarkerJr [Added .htaccess Code]
Additions:
Copy and paste the below into a new file and name it with the ".php" extension.
As noted by StewartPlatt...
If you use the rewrite code inside .htaccess, you need to create an exception for this (and probably your verifier) files. Such code to add to your .htaccess would look like:
%%(xml)
<Files sitemap.xml>
RewriteEngine off
</Files>
<Files google09f4d14e09f8db1a.html>
RewriteEngine off
</Files>
Deletions:
Just copy and paste the below into a new file and name it with the ".php" extension.


Revision [11805]

Edited on 2005-11-13 04:43:48 by BarkerJr [mysql_fetch_assoc is twice as fast as mysql_fetch_array]
Additions:
while ($row = mysql_fetch_assoc($pages))
Deletions:
while ($row = mysql_fetch_array($pages))


Revision [11449]

Edited on 2005-10-15 23:40:20 by BarkerJr [Cleaned up a bit (thanks YanB)]
Additions:
This script will generate output compatible with [[http://www.google.com/webmasters/sitemaps/ Google Sitemap]]. It can then be submitted to the service.
Just copy and paste the below into a new file and name it with the ".php" extension.
Deletions:
Here's the contents of a PHP file that generates a map for Google's Sitemap service. Just copy and paste the below into a new file and name it with the ".php" extension.
~& BarkerJr, could you be a bit more specific as to what exactly this bit of code does? thanks. --YanB (tried to add this as a comment, but doesn't seem to work)


Revision [11312]

Edited on 2005-10-08 23:31:24 by YanB [asking for more info]
Additions:
~& BarkerJr, could you be a bit more specific as to what exactly this bit of code does? thanks. --YanB (tried to add this as a comment, but doesn't seem to work)


Revision [11221]

The oldest known version of this page was created on 2005-09-30 04:13:09 by BarkerJr [asking for more info]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki