From 72adce5fd9b4807801909c8d70782e11bc3012ef Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 30 Mar 2026 07:45:59 +0200 Subject: [PATCH] feat: enhance RootLayout with meta tags and external script - Added meta tags for viewport, description, keywords, author, and robots to improve SEO and accessibility. - Included Rybbit script for enhanced functionality, ensuring better integration with the platform. --- app/layout.tsx | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 3c75876..cf02fe0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -34,9 +34,26 @@ export default async function RootLayout({ return ( + + + + + + + + + + +