Skip to content

Instantly share code, notes, and snippets.

@patrickcoombe
Created February 18, 2025 18:55
Show Gist options
  • Save patrickcoombe/932659b65d91e1a8082deded20ae714e to your computer and use it in GitHub Desktop.
Save patrickcoombe/932659b65d91e1a8082deded20ae714e to your computer and use it in GitHub Desktop.
JSON-LD Profile Page
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"dateCreated": "2025-11-02T12:11:00-08:00",
"dateModified": "2025-11-02T12:11:00-08:00",
"mainEntity": {
"@type": "Person",
"name": "Patrick Coombe",
"alternateName": "pmkoom",
"identifier": "pmkoom",
"interactionStatistic": [{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/FollowAction",
"userInteractionCount": 1
},{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/LikeAction",
"userInteractionCount": 5
}],
"agentInteractionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/WriteAction",
"userInteractionCount": 4444
},
"description": "Patrick Coombe SEO",
"image": "https://example.com/avatars/patrick.jpg",
"sameAs": [
"https://www.example.com/patrick",
"https://example.com/profile/patrick"
]
}
}
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment