What start and end time to input when business hours are 24/7?

#153660
  • Resolved Karin Enskog
    Rank Math free

    Hi,
    I manage a website for a business that is open 24/7. Google My Business displays the opening times for the business, for each day of the week, as: “Open 24 hours”. This formatting happened automatically when the time span within the Google My Business listing was set to 00:00-00:00.

    My question is: in order to ensure that my metadata matches that of Google My Business: what time span do I put in the SEO titles and Meta / Local SEO / Opening hours section? I have assumed 00:00-00:00 for each day, but not sure whether correct. Thanks in advance for your help.

Viewing 1 replies (of 1 total)
  • Hello,

    Thank you for contacting Rank Math and bringing your concern to our attention. I’m sorry for the delay and for any inconvenience this issue may have caused you.

    The opening hours entity is usually added to the Local Business schema or civic structure. If you are not using either of these, you can choose to leave the fields just as they are. If you do have any one of that schema you can use the filter to modify rich snippets and assign the openingHours value to be mon-sun. For reference, here is a link: https://schema.org/openingHours

    /**
     * Filter to change the schema data.
     * Replace $schema_type with schema name like article, review, etc.
     * @param array $entity Snippet Data
     * @return array
     */
    add_filter( "rank_math/snippet/rich_snippet_LocalBusiness_entity", function( $entity ) {
     return $entity;
    });

    I hope that helps. Thank you, and please don’t hesitate to contact us if you need further assistance.

    Hello,

    Since we did not hear back from you for 15 days, we are assuming that you found the solution. We are closing this support ticket.

    If you still need assistance or any other help, please feel free to open a new support ticket, and we will be more than happy to assist.

    Thank you.

Viewing 1 replies (of 1 total)

The ticket ‘What start and end time to input when business hours are 24/7?’ is closed to new replies.