I have followed Google to create the rich snippet of breadcrumbList but it is showing these results: https://i.imgur.com/wYTqfZ7.png for this website
Please check the code below here and guide how to correct it.
<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>Preformatted text