Home Forums WoodMart support forum Hentry Errors

Hentry Errors

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #38515

    lavitasarim
    Participant

    Hello there. How can I fix Hentry mistakes? Can you help me? Thank you.

    Attachments:
    You must be logged in to view attached files.
    #38550

    Artem Temos
    Keymaster

    Hi,

    Do they happen for your product pages or for products? Actually, WordPress doesn’t have any structured data for its blog pages at all. This functionality works for products only.

    Regards

    #38558

    lavitasarim
    Participant

    I found the following as a solution on the internet. Can these solutions be applied?

    Error: Missing required field “entry-title”. hatası alıyorsanız eğer;
    <h1 class=”title single-title”><?php the_title(); ?></h1> yerine <h1 class=”title single-title entry-title”><?php the_title(); ?></h1>

    Error: Missing required field “updated”. hatası alıyorsanız eğer;
    <span class=”post_date”><?php the_time(‘j F,Y’); ?></span> yerine <span class=”post_date date updated”><?php the_time(‘j F,Y’); ?></span>

    Error: Missing required hCard “author”. hatası alıyorsanız eğer
    <span class=”theauthor”><?php the_author(); ?></span> yerine <span class=”vcard author”><span class=”fn”><?php the_author(); ?></span></span>

    #38567

    Artem Temos
    Keymaster

    We can’t know will this work correctly or not, but you can try it and check with your service to see how it work.

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