How can i build BreadcrumbList in Schema Builder?

#846569
  • Resolved Eskandari Company
    Rank Math free

    Hello.
    i am build BreadcrumbList schema in Schema Builder but that is not a work.
    plz help to create this example of BreadcrumbList

    {
    "@type": "BreadcrumbList",
    "@id": "https://chicken-hatch.com/blog/the-most-nutritious-food-for-cockatiels/#breadcrumb",
    "itemListElement": [{
    "@type": "ListItem",
    "position": "1",
    "item": {
    "@id": "https://chicken-hatch.com/blog",
    "name": "Home"
    }
    }, {
    "@type": "ListItem",
    "position": "2",
    "item": {
    "@id": "https://chicken-hatch.com/blog/category/cockatiel-breeding/",
    "name": "\u067e\u0631\u0648\u0631\u0634 \u0648 \u0646\u06af\u0647\u062f\u0627\u0631\u06cc \u0639\u0631\u0648\u0633 \u0647\u0644\u0646\u062f\u06cc"
    }
    }, {
    "@type": "ListItem",
    "position": "3",
    "item": {
    "@id": "https://chicken-hatch.com/blog/the-most-nutritious-food-for-cockatiels/",
    "name": "11 \u063a\u0630\u0627\u06cc \u0628\u0633\u06cc\u0627\u0631 \u0645\u0642\u0648\u06cc \u0628\u0631\u0627\u06cc \u0639\u0631\u0648\u0633 \u0647\u0644\u0646\u062f\u06cc"
    }
    }]
    }

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

    We apologize for the issue you are facing while trying to build the BreadcrumbList schema in the Schema Builder. To create a BreadcrumbList schema using Rank Math, you can follow these steps:

    1. Navigate to the Schema Generator: In your WordPress dashboard, go to the page or post where you want to add the BreadcrumbList schema. Scroll down to find the Rank Math Meta Box. If it’s not visible, ensure that the Add SEO Controls option is enabled under Rank Math SEO → Titles & Meta.

    2. Select Schema Type: In the Rank Math Meta Box, navigate to the Schema tab and click on the Schema Generator. From the list of available schema types, select BreadcrumbList.

    3. Add Items: You will need to manually add each item in your breadcrumb list. For each item, you can specify the @type, position, and item details (including @id and name).

    4. Save Changes: Once you have added all the items, make sure to save your changes.

    Here’s an example of how your BreadcrumbList schema might look in JSON-LD format:

    {
        "@context": "https://rankmath.com/wp-content/uploads/2022/10/schema-generator-1.jpg",
        "@type": "BreadcrumbList",
        "itemListElement": [
            {
                "@type": "ListItem",
                "position": 1,
                "item": {
                    "@id": "https://rankmath.com/wp-content/uploads/2022/10/schema-generator-1.jpg",
                    "name": "Home"
                }
            },
            {
                "@type": "ListItem",
                "position": 2,
                "item": {
                    "@id": "https://rankmath.com/wp-content/uploads/2022/10/schema-generator-1.jpg/category/cockatiel-breeding/",
                    "name": "پرورش و نگهداری عروس هلندی"
                }
            },
            {
                "@type": "ListItem",
                "position": 3,
                "item": {
                    "@id": "https://rankmath.com/wp-content/uploads/2022/10/schema-generator-1.jpg/the-most-nutritious-food-for-cockatiels/",
                    "name": "11 غذایی بسیار مقوی برای عروس هلندی"
                }
            }
        ]
    }

    Make sure to replace the URLs and names with your actual content. If you continue to experience issues, please reply to this ticket, and a human agent from the Rank Math Support team will assist you further.

    Thank you for raising this concern!

    Sources:
    ItemList Schema » Rank Math
    How to Add the itemListElement Property Using Rank Math » Rank Math

    Hello,

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

    Please note that Rank Math automatically includes the BreadcrumbList schema when you enable the Rank Math Breadcrumb function. Here’s how you can enable this on your website: https://rankmath.com/kb/breadcrumbs/

    Hope that helps and please don’t hesitate to let us know if you have any other questions.
     
    Thank you.

    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 2 replies - 1 through 2 (of 2 total)

The ticket ‘How can i build BreadcrumbList in Schema Builder?’ is closed to new replies.