Is there a way for SEO'ed PP pages?
This is a discussion on Sitemap addon for Photopost and Photopost Classifieds within the General Discussion forums, part of the vBSEO Google/Yahoo Sitemap category; Is there a way for SEO 'ed PP pages?...
Is there a way for SEO'ed PP pages?
Any update on a separate db version?
allthingsmoto.com & bodynspirit.net vBSEO Optimized
:( that's too bad.
allthingsmoto.com & bodynspirit.net vBSEO Optimized
I read that hacks thread, and he said it wouldn't work with Photopost Pro, so I'm not running it.
allthingsmoto.com & bodynspirit.net vBSEO Optimized
In the xml file, all of the <lastmod> fields are showing 1970 for my gallery urls. Is that going to have any negative impact on the effectiveness of having these urls in my sitemap?
-Josh
Is there ever going to be a seperate database version?
Another request for the seperate database version if possible please![]()
I am also using a separate database for photopost, would appreciate if you release separate database version of this add-on.
Many thanks :d
Does this still works with 3.8 and photopost 6?
To fix this for the Photopost addon replace
withCode:$modified = $photo['lastpost']; $modifiedphoto = $photo['date']; if ($modified == '0') { $modified = gmdate("Y-m-d", $modifiedphoto ); } else { $modified = gmdate("Y-m-d", $modified ); }
Code:if ($photo['lastpost'] > $photo['date']) { $modified = $photo['lastpost']; } else { $modified = $photo['date']; }
http://www.roma-antiqua.de - Rom im Netz
http://www.roma-antiqua.de - Rom im Netz
OK, this is a corrected version of the original file (time issue resolved). Furthermore, I added support for seperate database.
http://www.roma-antiqua.de - Rom im Netz
Awesome, thank you cellarius. I've been waiting a long time for this.
allthingsmoto.com & bodynspirit.net vBSEO Optimized