Thursday 13 March 2008 5:56:04 am
About:
http://ez.no/developer/contribs/template_plugins/googlesitemaps_extension#comments It's working fine but...... a) Can't get url's for Image objects within Article or Event objects (either embeded, relationed or uploaded Image objects) My googlesitemaps.ini.append.php is:
#?ini charset="iso-8859-1"?
[Classes]
#set include to include objects of classes listed in Class_Filter_Array
#set exclude to exclude objects of classes listed in Class_Filter_Array
Class_Filter_Type=include
#setting array to include/exclude classes in sitemap
Class_Filter_Array[]
Class_Filter_Array[]=folder
Class_Filter_Array[]=article
Class_Filter_Array[]=event
Class_Filter_Array[]=image
[NodeSettings]
#set false to include only main node of content object in sitemap
#set true to include all nodse of content object in sitemap
Main_Node_Only=true
#<changefreq> based on depth of node
Node_Depth_ChangeFreq[]
Node_Depth_ChangeFreq[]=always
Node_Depth_ChangeFreq[]=hourly
Node_Depth_ChangeFreq[]=daily
Node_Depth_ChangeFreq[]=weekly
Node_Depth_ChangeFreq[]=monthly
Node_Depth_ChangeFreq[]=yearly
Node_Depth_ChangeFreq[]=never
#<priority> based on depth of node
Node_Depth_Priority[]
Node_Depth_Priority[]=1
Node_Depth_Priority[]=0.9
Node_Depth_Priority[]=0.8
Node_Depth_Priority[]=0.7
Node_Depth_Priority[]=0.6
Node_Depth_Priority[]=0.5
Node_Depth_Priority[]=0.4
b) Independent Image objects are not catching valid url's. I'm getting urls like:
<loc>http://localhost/index.php/esl/villages/image2</loc>
.... it'd be something like this:
<loc>http://localhost/index.php/esl/villages/image.jpg</loc>
c) Is there a way to "cron" or "ping" this extension in order to generate the sitemap.xml automatically ?
d) is it possible to generate sitemap index files (to group multiple sitemap files) ? https://www.google.com/webmasters/tools/docs/en/protocol.html#sitemapFileRequirements
|