AboutPage Schema Example [2023]
Great for your About Pages
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "AboutPage",
"name": "Business Dad",
"url": "https://businessdaduk.com/",
"description": "a blog for the people by the people",
"mainEntityOfPage": {
"@type": "WebPage",
"@id": "https://businessdaduk.com/"
},
"sameAs": [
"https://twitter.com/baddadbusiness",
],
"potentialAction": {
"@type": "SearchAction",
"target": "https://businessdaduk.com/search?query={search_term_string}",
"query-input": "required name=search_term_string"
}
}
</script>
You can also add:
– An about page image URL
– ...