Hi, I want Google to detect my schema on my search page. I know it needs to be formatted as text, but I’m not sure what steps to take next.
Here’s the schema I’m trying to format as text. If anyone could point me in the right direction, that would be great—Google Search Console is showing a lot of errors because of this.
format this support, moving help, and more.",
"url": "https://websiteurl/serach",
"numberOfItems": "{{totalHelpers}}",
"itemListElement": [
{{#each helpers}}
{
"@type": "Person",
"name": "{{this.name}}",
"description": "{{this.bio}}",
"affiliation": {
"@type": "CollegeOrUniversity",
"name": "{{this.university}}"
},
"address": {
"@type": "PostalAddress",
"addressLocality": "{{this.city}}",
"addressRegion": "{{this.state}}",
"postalCode": "{{this.zip}}",
"addressCountry": "US"
},
"jobTitle": "Student Helper",
"offers": {
"@type": "Offer",
"priceCurrency": "USD",
"price": "{{this.hourlyRate}}",
"availability": "https://schema.org/InStock"
},
"url": ```