basic implementation of json-ld

This commit is contained in:
Tobias Brunner 2025-03-27 15:49:59 +01:00
parent 3e1b6d95b6
commit d69b540fcc
No known key found for this signature in database
4 changed files with 9 additions and 6 deletions

View file

@ -1,6 +1,7 @@
{% load static %}
{% load canonical_tags %}
{% load social_meta_tags %}
{% load json_ld_tags %}
<!DOCTYPE html>
<html lang="en">
<head>
@ -12,6 +13,7 @@
<link rel="icon" type="image/x-icon" href="{% static "img/favicon.ico" %}">
<link rel="sitemap" type="application/xml" title="Sitemap" href="/sitemap.xml">
{% social_meta_tags %}
{% json_ld_structured_data %}
<link rel="stylesheet" href='{% static "css/bootstrap-icons.min.css" %}'>
<link rel="stylesheet" type="text/css" href='{% static "css/servala-main.css" %}'>