Skip to content

Instantly share code, notes, and snippets.

@BigBlueHat
Last active October 4, 2023 14:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BigBlueHat/b111cab41361e149701ff288d9186d4c to your computer and use it in GitHub Desktop.
Save BigBlueHat/b111cab41361e149701ff288d9186d4c to your computer and use it in GitHub Desktop.
Framing to a default language for the entire doc (maybe)
{
"@context": "https://schema.org/",
"name": [{
"@language": "en-US",
"@value": "Benjamin"
},{
"@language": "he-IL",
"@value": "בִּנְיָמִין‎",
"@direction": "rtl"
}
]}
{
"@context": [
"https://schema.org/",
{"@language": "en-US"}
],
"name": {"@value": {}}
}
{
"@context": [
"https://schema.org/",
{
"@language": "en-US"
}
]
}
@BigBlueHat
Copy link
Author

Screenshot 2023-10-03 165808

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment