From 94e7852f53ea6de2af1885abd8451d66912edb5f Mon Sep 17 00:00:00 2001 From: Farhanul Haque Khan <72323749+farhanulju@users.noreply.github.com> Date: Wed, 13 Mar 2024 03:21:48 +0600 Subject: [PATCH] SEO --- templates/search.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/templates/search.html b/templates/search.html index 21ad9ff..c5b9bae 100644 --- a/templates/search.html +++ b/templates/search.html @@ -66,6 +66,21 @@ text-decoration: underline; } </style> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>Skribbl.io Word Search Completion Tool | Guess Words Quickly</title> + <meta name="description" content="A skribbl.io word search completion tool to guess words quickly based on hints. Improve your skribbl.io game performance with our efficient word search tool."> + <meta name="keywords" content="skribbl.io, word search, word completion, word guessing, skribbl hints, skribbl tool"> + <meta name="author" content="Farhanul Haque Khan"> + <meta name="robots" content="index, follow"> + <link rel="canonical" href="https://skribbl-search.vercel.app"> + <meta property="og:title" content="Skribbl.io Word Search Completion Tool | Guess Words Quickly"> + <meta property="og:description" content="A skribbl.io word search completion tool to guess words quickly based on hints. Improve your skribbl.io game performance with our efficient word search tool."> + <meta property="og:type" content="website"> + <meta property="og:url" content="https://skribbl-search.vercel.app/"> + <meta name="twitter:card" content="summary"> + <meta name="twitter:title" content="Skribbl.io Word Search Completion Tool | Guess Words Quickly"> + <meta name="twitter:description" content="A skribbl.io word search completion tool to guess words quickly based on hints. Improve your skribbl.io game performance with our efficient word search tool."> <script> $(document).ready(function() { var timer = null;