Add Cookiebot consent banner (same Profice account as profice.ai/feedgine)
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
17
index.html
17
index.html
@@ -4,6 +4,23 @@
|
|||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
<link rel="icon" type="image/png" href="/favicon.png" />
|
<link rel="icon" type="image/png" href="/favicon.png" />
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<!-- Cookiebot — consent management (Profice account) -->
|
||||||
|
<script id="Cookiebot" src="https://consent.cookiebot.com/uc.js" data-cbid="d6499c25-b3c2-41ac-8edf-60a4209f74c9" data-blockingmode="auto" type="text/javascript"></script>
|
||||||
|
<script>
|
||||||
|
window.addEventListener('CookiebotOnDialogDisplay', function () {
|
||||||
|
var dialog = document.getElementById('CybotCookiebotDialog');
|
||||||
|
if (dialog) {
|
||||||
|
dialog.style.setProperty('position', 'fixed', 'important');
|
||||||
|
dialog.style.setProperty('bottom', '0', 'important');
|
||||||
|
dialog.style.setProperty('top', 'auto', 'important');
|
||||||
|
dialog.style.setProperty('left', '0', 'important');
|
||||||
|
dialog.style.setProperty('right', '0', 'important');
|
||||||
|
dialog.style.setProperty('width', '100%', 'important');
|
||||||
|
dialog.style.setProperty('transform', 'none', 'important');
|
||||||
|
dialog.style.setProperty('margin', '0', 'important');
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<title>VISIGINE – GEO & SEO Automatisierung fur KI-Sichtbarkeit</title>
|
<title>VISIGINE – GEO & SEO Automatisierung fur KI-Sichtbarkeit</title>
|
||||||
<meta name="description" content="VISIGINE analysiert deine Website vollautomatisch auf GEO- und SEO-Schwachstellen. Werde sichtbar bei ChatGPT, Gemini, Perplexity und Grok. Bericht in 24h." />
|
<meta name="description" content="VISIGINE analysiert deine Website vollautomatisch auf GEO- und SEO-Schwachstellen. Werde sichtbar bei ChatGPT, Gemini, Perplexity und Grok. Bericht in 24h." />
|
||||||
<meta name="robots" content="index, follow" />
|
<meta name="robots" content="index, follow" />
|
||||||
|
|||||||
Reference in New Issue
Block a user