JSON+LD spielereien...

This commit is contained in:
L3D 2021-08-20 13:26:31 +02:00
parent 47222f0cbd
commit b7a603d432
Signed by: l3d
GPG key ID: CD08445BFF4313D1
2 changed files with 24 additions and 1 deletions

10
recepie-format.md Normal file
View file

@ -0,0 +1,10 @@
# Rezept-Standards
Beim re-launch der Seite wäre es cool wo möglich auf vorhandene Rezept-Standards zu setzen.
- Open Recepie Format: https://github.com/techhat/openrecipeformat.git
- JSON-LD Recipe: https://jsonld.com/recipe/
- Schema.org Recepie: https://schema.org/Recipe
Schöne Inspirationen sind auch:
+ https://www.foodnetwork.com/
+ https://pizza.vschlegel.de/

View file

@ -49,7 +49,7 @@
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>{% block title %}C3 Waffel Operation Center{% endblock %} | C3WOC</title>
<meta name="description" content="{% block meta_description %}{% endblock %}">
<meta name="description" content="{% block meta_description %}C3WOC, die führenden Experten für Waffeln in der Chaos Community{% endblock %}">
{#- OG Values
https://ogp.me/ #}
<meta property="og:title" content="{{ self.title() }}">
@ -58,6 +58,18 @@
{% if '/images/waffel.jpg'|asseturl is defined -%}
<meta property="og:image" content="{% block meta_image %}{{ '/images/waffel.jpg'|asseturl }}{% endblock %}">
{%- endif %}
{# JSON-LD SEO Optimisation Stuff... -#}
{%- block json_ld %}
<script type='application/ld+json'>
{
"@context": "http://www.schema.org",
"name": "C3WOC",
"url": "https://c3woc.de",
"logo": "https://c3woc.de/images/logo.svg",
"description": "Die führenden Experten für Waffeln in der chaos Community."
}
</script>
{% endblock %}
{% if '/css/reset.css'|asseturl is defined -%}
<link rel="stylesheet" href="{{ '/css/reset.css'|asseturl }}">
@ -94,6 +106,7 @@
<meta name="msapplication-config" content="{{ '/images/icons/browserconfig.xml'|asseturl }}">
{%- endif %}
<meta name="theme-color" content="#631409">
</head>
<body>
{%- block header -%}