Google Site Map

In this board you can talk about general questions about phpMyFAQ

Moderator: Thorsten

Post Reply
dotcomUNDERGROUND
Posts: 10
Joined: Fri Jan 16, 2004 2:07 am
Contact:

Google Site Map

Post by dotcomUNDERGROUND »

Is there any google site map generator addon available for phpMyFaq?
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

we have our own dynamic sitemap in phpMyFAQ.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
dotcomUNDERGROUND
Posts: 10
Joined: Fri Jan 16, 2004 2:07 am
Contact:

Post by dotcomUNDERGROUND »

tnx for the reply

but does it meet the google sitemap protocol?
https://www.google.com/webmasters/sitem ... tocol.html
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,
dotcomUNDERGROUND wrote:but does it meet the google sitemap protocol?
https://www.google.com/webmasters/sitem ... tocol.html
no, but we could add something like that. Does it make sense? :-)

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
whooven
Posts: 4
Joined: Wed May 10, 2006 2:53 pm

Post by whooven »

I agree, a Google Sitemap-compliant generator would be a nice feature. Someone built one for Wordpress that's working really well for me. It generates on the fly or manually:

http://www.arnebrachhold.de/2005/06/05/ ... r-v2-final

Here's a small, chopped up version as an example of the XML output:
This XML file does not appear to have any style information associated with it. The document tree is shown below.

<!-- generator="wordpress/2.0.2" -->

<!--
sitemap-generator-url="http://www.arnebrachhold.de" sitemap-generator-version="3.0b"
-->
<!-- generated-on="May 9, 2006 23:07" -->
<!-- Debug: Total comment count: 492 -->

<urlset>

<url>
<loc>http://www.arnebrachhold.de/</loc>
<lastmod>2006-05-09T21:06:29+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>1</priority>
</url>
<!-- Debug: Start Postings -->

<!--
Debug: Priority report of postID 34: Comments: 0 of 492 = 0 points
-->

<url>

<loc>
http://www.arnebrachhold.de/2006/05/09/ ... -ever-seen
</loc>
<lastmod>2006-05-09T22:06:29+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>

<!--
Debug: Priority report of postID 27: Comments: 1 of 492 = 0 points
-->

<url>

<loc>
http://www.arnebrachhold.de/2006/01/08/ ... -copy-tool
</loc>
<lastmod>2006-05-07T19:51:31+00:00</lastmod>
<changefreq>monthly</changefreq>
<priority>0.5</priority>
</url>

<url>
<loc>http://www.arnebrachhold.de/tags/</loc>
<lastmod>2006-05-07T12:36:59+00:00</lastmod>
<changefreq>weekly</changefreq>
<priority>0.6</priority>
</url>

<!--
Debug: Priority report of postID 9: Comments: 0 of 492 = 0 points
-->
<url>
<loc/>
</url>
</urlset>
I DO like the sitemap feature already built into v 1.6, though I wish it was a little more configurable (such as what to display, if you want to force it to show more than the first letter of the post), but it's still very nice to have.
Thorsten
Posts: 15725
Joined: Tue Sep 25, 2001 11:14 am
Location: #phpmyfaq
Contact:

Post by Thorsten »

Hi,

we're planning to add the Google Sitemap in phpMyFAQ in one of the next versions.

bye
Thorsten
phpMyFAQ Maintainer and Lead Developer
amazon.de Wishlist
dotcomUNDERGROUND
Posts: 10
Joined: Fri Jan 16, 2004 2:07 am
Contact:

Post by dotcomUNDERGROUND »

cool

tnx Thorsten
:D
Post Reply