Results 1 to 5 of 5

PhotoPlog Sitemap Addon: URLs not SEO'd

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 ...

  1. #1
    Senior Member
    Real Name
    Arkidas
    Join Date
    Feb 2008
    Posts
    254
    Liked
    1 times

    PhotoPlog Sitemap Addon: URLs not SEO'd

    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?

  2. #2
    vBSEO Staff Oleg Ignatiuk's Avatar
    Real Name
    Oleg Ignatiuk
    Join Date
    Jun 2005
    Location
    Belarus
    Posts
    25,744
    Liked
    169 times
    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
              
    );  
     
        } 

  3. #3
    Senior Member
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    I have the same problem, the url's indexed have only the gallery title and not the thread title, how can i fix it?

  4. #4
    Senior Member
    Real Name
    Arkidas
    Join Date
    Feb 2008
    Posts
    254
    Liked
    1 times
    I got my problems sorted by filing a support ticket

  5. #5
    Senior Member
    Real Name
    Alex
    Join Date
    Mar 2007
    Location
    Italy
    Posts
    508
    Liked
    0 times
    Ticket sended, thanks

Similar Threads

  1. PhotoPlog vBSEO addon problem
    By Arkidas in forum Custom Rewrite Rules
    Replies: 0
    Last Post: 08-31-2008, 01:01 PM
  2. Reworking my site URLs to be better SEO'd.
    By sovaward in forum General Discussion
    Replies: 0
    Last Post: 12-26-2006, 02:35 PM
  3. photoplog gallery custom rewrite urls
    By croportal in forum Custom Rewrite Rules
    Replies: 3
    Last Post: 10-18-2006, 05:05 PM
  4. Archive URLs not SEO'd, nofollow tags added
    By PageUp in forum General Discussion
    Replies: 5
    Last Post: 03-19-2006, 05:38 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •