Person Schema
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@graph": [
{
"@type": "Person",
"@id": "https://yourwebsite.com/cher-complete-biography/#person",
"mainEntityOfPage": "https://yourwebsite.com/cher-complete-biography/",
"url": "https://yourwebsite.com/cher-complete-biography/",
"name": "Cher",
"alternateName": [
"Cherilyn Sarkisian",
"Cher Bono",
"Goddess of Pop"
],
"givenName": "Cherilyn",
"familyName": "Sarkisian",
"gender": "Female",
"birthDate": "1946-05-20",
"birthPlace": {
"@type": "Place",
"name": "El Centro, California, United States"
},
"nationality": {
"@type": "Country",
"name": "United States"
},
"description": "Cher is an American singer, actress, television personality, songwriter, and producer. Known as the 'Goddess of Pop,' she has enjoyed a career spanning more than six decades and is one of the world's best-selling music artists.",
"image": "https://yourwebsite.com/images/cher.jpg",
"sameAs": [
"https://www.cher.com/",
"https://en.wikipedia.org/wiki/Cher",
"https://www.instagram.com/cher/",
"https://www.facebook.com/cher",
"https://x.com/cher",
"https://www.youtube.com/@cher"
],
"jobTitle": [
"Singer",
"Actress",
"Television Personality",
"Songwriter",
"Producer"
],
"hasOccupation": [
{
"@type": "Occupation",
"name": [
"Singer",
"Actress",
"Television Personality",
"Songwriter",
"Producer"]
}
],
"knowsLanguage": [
"English"
],
"knowsAbout": [
"Pop Music",
"Rock Music",
"Dance Music",
"Acting",
"Film",
"Television",
"Fashion",
"Entertainment",
"Music Production"
],
"parent": [
{
"@type": "Person",
"name": [
"John Sarkisian",
"Georgia Holt"]
}
],
"children": [
{
"@type": "Person",
"name": [
"Chaz Bono",
"Elijah Blue Allman"]
}
],
"spouse": {
"@type": "Person",
"name": [
"Sonny Bono",
"Gregg Allman"]
},
"award": [
"Academy Award",
"Grammy Award",
"Primetime Emmy Award",
"Golden Globe Award",
"Kennedy Center Honors",
"Cannes Film Festival Best Actress Award"
],
"subjectOf": [
{
"@type": "Book",
"name": "Cher: The Memoir"
}
]
},
{
"@type": "Movie",
"name": [
"Moonstruck",
"Mermaids",
"Burlesque"
],
"actor": {
"@type": "Person",
"name": "Cher"
}
},
{
"@type": "MusicAlbum",
"name": [
"Heart of Stone",
"Believe",
"Closer to the Truth",
"Cher",
"Love Hurts"
],
"byArtist": {
"@type": "Person",
"name": "Cher"
}
}
]
}
</script>
Comments
Post a Comment