Quote:
Originally Posted by cloferba
now it works!
but when i go to google webmaster and i submit my 2 sitemaps, google said:
whats the problem!!!???
help!    
|
same here
I opened the file and saw that the priority tag was empty for my forumdisplay and member profile pages!
Code:
<priority></priority>
I guess I know why ... when using smart priority and the result priority is zero, the failsafe test in the function vbseo_add_url fails.
PHP Code:
function vbseo_add_url($url, $priority = 1.0, $lastmod = 0, $freq = '')
{
//some code
if(!$priority) // this test is true for $priority = 0
$priority = $vboptions['vbseo_sm_priority']; // but this option does not exist!