Use Schema.org for LocalBusiness
-
Hallo Lester,
i use schema.org LocalBusiness, and when i test it on Google structured-data i get many errors. Have i to change the wp-postratings.php manuelly? For example change this
$site_logo = apply_filters( ‘wp_postratings_site_logo’, $site_logo );
$post_meta .= ‘<div style=”display: none;” itemprop=”publisher” itemscope itemtype=”https://schema.org/Organization”>’;
$post_meta .= ‘<meta itemprop=”name” content=”‘ . get_bloginfo( ‘name’ ) . ‘” />’;
$post_meta .= ‘<div itemprop=”logo” itemscope itemtype=”https://schema.org/ImageObject”>’;
$post_meta .= ‘<meta itemprop=”url” content=”‘ . $site_logo . ‘” />’;
$post_meta .= ‘</div>’;
$post_meta .= ‘</div>’;to LocalBusiness?
Thank you for the great Plugin!
The topic ‘Use Schema.org for LocalBusiness’ is closed to new replies.