Implementierung - SEO - 15.08.2025

This commit is contained in:
2025-08-15 17:31:19 +02:00
parent 0871b78f86
commit d45e356fe2
4 changed files with 3 additions and 23 deletions
-17
View File
@@ -81,15 +81,6 @@
background-color: transparent;
}
/* Prevent initial flicker */
body {
opacity: 0;
transition: opacity 0.3s ease-in-out;
}
body.loaded {
opacity: 1;
}
html {
overflow-y: scroll;
@@ -148,13 +139,5 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
<script>
// Add loaded class when DOM is ready
window.addEventListener('DOMContentLoaded', function() {
setTimeout(function() {
document.body.classList.add('loaded');
}, 100);
});
</script>
</body>
</html>