SCHEMA CONFIGURATION

#738048
  • Resolved Paco Ortega
    Rank Math free

    Good morning, can you help me wiht this queestion?

    When I test an URL of mi site with https://search.google.com/test/rich-results, to check my RICH SNIPPET, I obtain this result:

    ARTICLE: author missing URL
    LOCAL BUSINESS: adress missing, priceRange missing, telephone missing.

    Cain I configure this fields to solve this issue?

    Regards
    Paco Ortega

Viewing 5 replies - 1 through 5 (of 5 total)
  • Hello,

    I apologize for the issues you are facing with your Schema Markup testing. To configure the missing fields like author, address, price range, and telephone number for your Article and Local Business Schema, you can follow these steps:

    1. Article Schema:

      • To add the missing author field, ensure that the author information is correctly added to your articles. You can use the following code snippet:
        "author": {
            "@type": "Person",
            "name": "Author's Name"
        }
      • Make sure to replace “Author’s Name” with the actual name of the author.
    2. Local Business Schema:

      • To add the missing address, price range, and telephone number fields, you need to include the relevant properties in your Local Business Schema. Here is an example of how you can add these fields:
        "address": {
            "@type": "PostalAddress",
            "streetAddress": "123 Street Name",
            "addressLocality": "City",
            "addressRegion": "State",
            "postalCode": "12345",
            "telephone": "+1234567890"
        },
        "priceRange": "$$ - $$$"
      • Replace the placeholder values with the actual address, telephone number, and price range of your local business.

    After adding and configuring these fields in your Schema Markup, remember to test your changes using the Google Rich Results Testing Tool again to ensure that the issues have been resolved.

    If you need further assistance or have any more questions, please feel free to reach out to our support team by clicking here.

    Thank you for raising this concern. We’re here to help!

    Best regards,
    Rank Math Support Team

    Sources:
    Add Multiple “areaServed” Cities to Your LocalBusiness Schema » Rank Math
    Why Are My Rich Snippets Not Showing Up in Google Search? » Rank Math
    How to Set up AboutPage Schema » Rank Math
    Configuring “Schema Markup” in Rank Math » Rank Math

    Can I configure that in the dashboard of RankMathSEO?, otherwhise, how can I do it in files editor of wordpress?, which files I need to change?

    Regards
    Paco Ortega

    Hello,

    Thank you for contacting us and sorry for any inconvenience that might have been caused due to that.

    Could you please share the affected URL with us so that we can check the issue further for you?

    Regarding the Article schema, please head over to your WordPress Dashboard > Rank Math > Titles & Meta > Authors, and from there make sure the Author Archives is enabled.

    For the LocalBusiness Schema, our plugin automatically adds the LocalBusiness Schema to your site using the information you add in WordPress Dashboard > Rank Math > Titles & Meta > Local SEO. In this case, please make sure to add the Address in Local SEO settings:

    Also, add a Phone Number and a Price Range in there:

    Once done, clear your website cache and check your page with Google’s Rich Results Test tool and see if that works for you.

    Let us know how it goes. Looking forward to helping you.

    Thank you.

    Thank you very much for the response, I already have it configured

    Regards
    Paco Ortega

    Hello,

    We are glad that everything has been sorted out.

    Please feel free to reach out to us again in case you need any other assistance.

    We are here to help.

    Thank you.

Viewing 5 replies - 1 through 5 (of 5 total)

The ticket ‘SCHEMA CONFIGURATION’ is closed to new replies.