forum.coppermine-gallery.net

Support => cpg1.5.x Support => cpg1.5 plugins => Topic started by: Nosferatu on May 19, 2011, 02:20:31 pm

Title: Google sitemap/image-sitemap
Post by: Nosferatu on May 19, 2011, 02:20:31 pm
Hallo,

i am looking for a sitemap/image-sitemap plugin, but i can't found something for 1.5 or ist it integrated and i did't see it Oo.

the plugin have to create 2 sitemapes

1 is sitemap.xml

Code: [Select]
<?xml version='1.0' encoding='UTF-8'?>
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.google.com/schemas/sitemap/0.84 http://www.google.com/schemas/sitemap/0.84/sitemap.xsd"><url>
<loc>http://www.pj-firepower.com/picgallerie/categories.php?cat_id=1</loc>  <priority>1</priority>  <changefreq>always</changefreq>
</url>
2 is image-sitemap.xml,
Code: [Select]
<?xml version="1.0" encoding="UTF-8"?>
 <urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"
        xmlns:image="http://www.google.com/schemas/sitemap-image/1.1">
<url>
   <loc>http://www.pj-firepower.com/wallpapers/displayimage.php?album=1&pid=1#top_display_media</loc>
   <image:image>
     <image:loc>http://www.pj-firepower.com/wallpapers/albums/userpics/10001/normal_Lighthouse.jpg</image:loc>
</image:image>
</url>

have someone a plugin for me ?

Nosferatu