Fix JsonLD and RSS feed
This commit is contained in:
parent
69bff9e86c
commit
4a46045fb2
9 changed files with 10 additions and 147 deletions
|
|
@ -3,24 +3,7 @@ Date: {DATE_DIGITS} 09:00
|
|||
URL:
|
||||
save_as: index.html
|
||||
Category: Home
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "WebPage",
|
||||
"name": "Accueil",
|
||||
"description": "Lettre de veille technologique en développement logiciel",
|
||||
"image": [
|
||||
"https://www.craftletter.fr/images/craftletter.svg"
|
||||
],
|
||||
"datePublished": "{DATE_UTC} 09:00:00 GMT+0200 (Coordinated Universal Time)",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Pascal Le Merrer",
|
||||
"url": "https://www.linkedin.com/in/pascal-le-merrer/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
JsonLD: { "@context": "https://schema.org", "@type": "WebPage", "name": "Accueil", "description": "Lettre de veille technologique en développement logiciel", "image": [ "https://www.craftletter.fr/images/craftletter.svg" ], "datePublished": "{DATE_UTC} 09:00:00 GMT+0200 (Coordinated Universal Time)", "author": { "@type": "Person", "name": "Pascal Le Merrer", "url": "https://www.linkedin.com/in/pascal-le-merrer/" } }
|
||||
|
||||
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||
|
||||
|
|
|
|||
|
|
@ -1,23 +1,5 @@
|
|||
Title: Lettre n°{LETTER_NUMBER} - {DATE}
|
||||
Date: {DATE_DIGITS} 09:00
|
||||
Category: Newsletter
|
||||
|
||||
<script type="application/ld+json">
|
||||
{
|
||||
"@context": "https://schema.org",
|
||||
"@type": "BlogPosting",
|
||||
"name": "Lettre n°{LETTER_NUMBER}",
|
||||
"description": "Lettre de veille technologique en développement logiciel",
|
||||
"image": [
|
||||
"https://www.craftletter.fr/images/craftletter.svg"
|
||||
],
|
||||
"datePublished": "{DATE_UTC} 09:00:00 GMT+0200 (Coordinated Universal Time)",
|
||||
"author": {
|
||||
"@type": "Person",
|
||||
"name": "Pascal Le Merrer",
|
||||
"url": "https://www.linkedin.com/in/pascal-le-merrer/"
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
||||
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||
JsonLD: <script type="application/ld+json"> { "@context": "https://schema.org", "@type": "BlogPosting", "name": "Lettre n°{LETTER_NUMBER}", "description": "Lettre de veille technologique en développement logiciel", "image": [ "https://www.craftletter.fr/images/craftletter.svg" ], "datePublished": "{DATE_UTC} 09:00:00 GMT+0200 (Coordinated Universal Time)", "author": { "@type": "Person", "name": "Pascal Le Merrer", "url": "https://www.linkedin.com/in/pascal-le-merrer/" } } </script>
|
||||
<img class="logo" alt="Logo Craft Letter" src="{static}/images/craftletter.svg">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue