Created
July 26, 2023 08:52
-
-
Save tomschr/67195239b314d29cabd0ce064998f3a8 to your computer and use it in GitHub Desktop.
Example of JSON-LD
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
{ | |
"@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