![]() |
|
extended 'sitemap-extended' plugin - Printable Version +- ZenphotoCMS Forum (https://forum.zenphoto.org) +-- Forum: Support (https://forum.zenphoto.org/forum-1.html) +--- Forum: Plugins (https://forum.zenphoto.org/forum-6.html) +--- Thread: extended 'sitemap-extended' plugin (/thread-7518.html) Pages:
1
2
|
extended 'sitemap-extended' plugin - frankm - 23-08-2010 hi, lots of people have been wondering if we can improve the indexing of our images when using zenphoto. well so far, looks like we don't have much answers. anyway i found out that Google has recently introduced an extension to the regular XML sitemap format with the purpose of giving Google more information about images on a site. they claim it will help find images that could otherwise be hidden in javascript scripts (or flash slideshows, i guess). the extended format uses tags such as , or . note that if we use such tags, the sitemap output might not be usable by other search engines such as yahoo or bing. anyway i have modified the sitemap-extended plugin to allow (if one wishes) this new google 'formatting'. before releasing it, i would like someone to check it. also this is not a 100% 3rd party plugin since i had to modify the sitemap.php file in the root folder to include a new namespace entry in the xml file header. @acrylian, would you mind having a look if i email you the new plugin and the modified sitemap.php file ? thanks, extended 'sitemap-extended' plugin - acrylian - 23-08-2010 The sitemap follows the official standard from sitemaps. org. So this is a Google specific extension? Do you have a link to that? Adding the title part might be a no problem but what should go with the license and the geo_location? We have no values for that or do you imagine those as options like the "monthly" etc ones? You may open a ticket and attach your modificated file. extended 'sitemap-extended' plugin - frankm - 23-08-2010 hi, you can find more about the google specs there. looks like all tag are ascii tags that have to be given by us. so getTitle(), getLocation() [or a mix of getCity(), getState(), getCountry()] functions can be used to fill in what is needed. the license tag must refer to a URL where your images license is stated. now, this sounds stupid but where do i open a ticket (first timer !!) extended 'sitemap-extended' plugin - acrylian - 23-08-2010 I will take a look at that specs. Maybe we can make those optional. Click on the bugtracker link on the top right. You need to register and then you can create new tickets. extended 'sitemap-extended' plugin - frankm - 23-08-2010 the ticket has been created. extended 'sitemap-extended' plugin - acrylian - 23-08-2010 Thanks, from a quick look that seems possible to add that. I will review the specs first Especially important what other search engines do, ignore or error, if the latter I am not sure if it really makes sense to add it. Making two separate sitemaps version is overhead I think. Anyway, I suggest to move the discussion from now on to the ticket itself. extended 'sitemap-extended' plugin - reneesanguinetti - 31-08-2010 Hello, I read this post a few days ago and went to look at the ticket: google has released new specs for sitemap files to allow their bots to have better access to images in a site (especially those hidden in javascript scripts). i have modified the sitemap-extended plugin to allow this 'google' formatting of the xml file. i had also to modify the sitemap.php file in order to include the new namespace (defining the image tags) in the xml file header. the 2 files are attached to this ticket for you to review. I was wondering if this is a plugin that is available to use or is it still being tested? Thank-you! - Renee extended 'sitemap-extended' plugin - acrylian - 31-08-2010 The sitemap-extended plugin is an official one and therefore included. The special google image stuff has not been added yet to the official that just follows the "official" sitemap.org standard. I have not decided if I will add that to the official one. If maybe for 1.3.2. extended 'sitemap-extended' plugin - reneesanguinetti - 28-09-2010 Hello, http://example.com/sample.html
My sitemap follows that structure, but this part “ http://www.vintage-electronics-ads.com/bose-stereo/bose-stereo-11.jpg.php†is the url I get for my images which is also the url for the album pages. extended 'sitemap-extended' plugin - acrylian - 29-09-2010 [i]“You can only use whatever is found in tags.â€[/i] and not the full `` tag which is what the sitemap-extended plugin does. At least the official one modified by me with that Google image extension currently in the svn/nightlies. |