Ok, I found.
class-frontend.php >> Wordpress SEO Plugin
// Don't do this for Genesis, as the way Genesis handles homepage functionality is different and causes issues sometimes.
if ( !is_home() || !function_exists( 'genesis' ) )
$this->adjacent_rel_links();
I don´t know what kind of issues it can cause but a double slash solve my problem.
// if ( !is_home() || !function_exists( 'genesis' ) )