🔍 add robots meta tag

This commit is contained in:
DrMaxNix 2024-09-11 13:12:40 +02:00
parent 2ff71c24ed
commit ddffcc67a5

View File

@ -130,6 +130,7 @@
[:head
[:title title]
[:meta {:name "viewport" :content "width=device-width"}]
[:meta {:name "robots" :content "all"}]
[:meta {:charset "utf-8"}]
[:meta {:name "description" :content (u/strip-markup examples)}]
[:meta {:name "twitter:card" :content "summary"}]
@ -175,6 +176,7 @@
[:meta {:name "twitter:title" :content title}]
[:meta {:name "twitter:description" :content description}]
[:meta {:name "viewport" :content "width=device-width"}]
[:meta {:name "robots" :content "all"}]
[:meta {:charset "utf-8"}]
[:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}]
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
@ -196,6 +198,7 @@
[:head
[:title title]
[:meta {:name "viewport" :content "width=device-width"}]
[:meta {:name "robots" :content "all"}]
[:meta {:charset "utf-8"}]
[:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}]
[:link {:rel "stylesheet" :href "/pronouns.css"}]]
@ -214,6 +217,7 @@
[:head
[:title title]
[:meta {:name "viewport" :content "width=device-width"}]
[:meta {:name "robots" :content "all"}]
[:meta {:charset "utf-8"}]
[:script {:defer "" :data-domain "pronoun.lol" :src "https://analytics.tjdev.de/js/script.js"}]
[:link {:rel "stylesheet" :href "/pronouns.css"}]]