I am using this addon to add PhotoPlog URLs to my sitemap.
Photoplog Sitemap Plugin
It's working but the URLs are not in the SEO format ( I did Oleg's edit ). Has anyone got it to work successfully with SEO URLs?
This is a discussion on PhotoPlog Sitemap Addon: URLs not SEO'd within the Troubleshooting forums, part of the vBSEO Google/Yahoo Sitemap category; I am using this addon to add PhotoPlog URLs to my sitemap. http://www.vbseo.com/f44/photoplog-s...-plugin-21217/ It's working but the URLs are not ...
I am using this addon to add PhotoPlog URLs to my sitemap.
Photoplog Sitemap Plugin
It's working but the URLs are not in the SEO format ( I did Oleg's edit ). Has anyone got it to work successfully with SEO URLs?
From the ticket: the last part of vBSEO Sitemap Generator add-on for Photoplog was modified to include the title in URLs:
PHP Code:$photos = $db->query_read('SELECT * FROM '.$tableprefix.'photoplog_fileuploads WHERE moderate = 0');
while ($photo = $db->fetch_array($photos))
{
$modified = $photo['dateline'];
$url = 'index.php?title='.vbseo_filter_text($photo['title']).'&n='.$photo['fileid'];
if(VBSEO_ON)
$url = vbseo_any_url($url);
if(!strstr($url, '://'))
$url = $gallery_url . $url;
vbseo_add_url(
$url,
$sitemap_priority, $modified, $sitemap_update
);
}
Oleg Ignatiuk / Crawlability Inc.
Security vbulletin - Patch Level for all supported versions released!
Unveiling the NEW vBSEO Sitemap Generator 3.0. - available NOW for vBSEO Customers!
I have the same problem, the url's indexed have only the gallery title and not the thread title, how can i fix it?
I got my problems sorted by filing a support ticket![]()
Ticket sended, thanks