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)
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:
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)
Additions:
>>==See also==
~-[[GoogleSitemapHandler Google sitemap handler]] is an improved version of this plugin.
>>by BarkerJr
~-[[GoogleSitemapHandler Google sitemap handler]] is an improved version of this plugin.
>>by BarkerJr
Deletions:
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:
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";
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:
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:
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:
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:
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>
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:
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:
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.
Just copy and paste the below into a new file and name it with the ".php" extension.
Deletions:
~& 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)
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)