Skip to content

Instantly share code, notes, and snippets.

@tomschr
Created July 26, 2023 08:52
Show Gist options
  • Save tomschr/67195239b314d29cabd0ce064998f3a8 to your computer and use it in GitHub Desktop.
Save tomschr/67195239b314d29cabd0ce064998f3a8 to your computer and use it in GitHub Desktop.
Example of JSON-LD
{
"@context": "http://schema.org/",
"@type": "TechArticle",
"headline": "Working with systemd timers",
"abstract": "A complete overview of systemd timers that covers creating, maintaining, testing, troubleshooting and migrating from cron.",
"datePublished": "2023-02-28",
"dateModified": "2023-07-25",
"publisher": {
"@type": "Organization",
"name": "SUSE",
"logo": {
"@type": "ImageObject",
"url": "https://www.suse.com/assets/img/suse-white-logo-green.svg"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment