I have used the breadcrumblist mentioned by the schema.org for my [website](www.xenex-media.com.au)
<script type="application/ld+json">
{
"@context": "https://schema.org/",
"@type": "BreadcrumbList",
"itemListElement": [{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://xenex-media.com.au/"
},{
"@type": "ListItem",
"position": 2,
"name": "About Us",
"item": "https://xenex-media.com.au/gold-coast-web-designers/"
},{
"@type": "ListItem",
"position": 3,
"name": "Our Services",
"item": "https://xenex-media.com.au/digital-marketing-agency-gold-coast/"
},{
"@type": "ListItem",
"position": 4,
"name": "Contact Us",
"item": "https://xenex-media.com.au/contact-us/"
}]
}
</script>
And this is the result showing in Google searches:
https://i.imgur.com/wYTqfZ7.png
What is missing? Please guide.
Regards.