basic implementation of json-ld
This commit is contained in:
parent
3e1b6d95b6
commit
d69b540fcc
4 changed files with 9 additions and 6 deletions
|
@ -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" %}'>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue