$w.onReady(function () {
// Add JSON-LD structured data for Google
const script = document.createElement('script');
script.type = 'application/ld+json';
script.text = JSON.stringify({
"@context": "https://schema.org",
"@type": "Person",
"name": "Austin Hiram Crawford Jr.",
"alternateName": ["Austin Crawford"],
"url": "https://fightingmsa.com/",
"image": "https://fightingmsa.com/images/author.jpg",
"jobTitle": "Author, Singer-Songwriter, Actor, MSA Advocate",
"sameAs": [
"https://www.amazon.com/Austin-Crawford/e/B0FLQ8YKJ2",
"https://www.goodreads.com/author/show/60656743.Austin_H_Crawford",
"https://youtube.com/@fightingmsa",
"https://www.imdb.com/name/nm12082809/"
]
});
document.head.appendChild(script);
});
top of page
bottom of page
Comments