Created
February 18, 2025 18:55
-
-
Save patrickcoombe/932659b65d91e1a8082deded20ae714e to your computer and use it in GitHub Desktop.
JSON-LD Profile Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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