jojo

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Structured data error "articlebody" problem #2747
    jojo
    Participant

    to be more precise, running the google microformat testing data tool with omega demo website page, i get the following error

    Error : Page contains property “articlebody” which is not part of the schema.

    I forgot to say where the problem lies exactly in the file /omega/lib/functions/attr.php

    function omega_attr_entry_content( $attr ) {
    
    	$attr['class']    = 'entry-content';
    	$attr['itemprop'] = 'articleBody';
    
    	return $attr;
    }

    and it should be

    function omega_attr_entry_content( $attr ) {
    
    	$attr['class']    = 'entry-content';
    	$attr['itemprop'] = 'text';
    
    	return $attr;
    }
    in reply to: Structured data error "articlebody" problem #2745
    jojo
    Participant

    i d like to say the issue is displayed for wordpress pages

Viewing 2 posts - 1 through 2 (of 2 total)