From 1a5048195ae27622e222ec668a2d6be15c217ff6 Mon Sep 17 00:00:00 2001 From: Lipis <lipiridis@gmail.com> Date: Mon, 6 Apr 2020 18:58:20 +0300 Subject: [PATCH] Better title, for better look in search results, SEO (#1278) --- public/index.html | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/public/index.html b/public/index.html index f84c7e7e..0629e547 100644 --- a/public/index.html +++ b/public/index.html @@ -2,7 +2,10 @@ <html lang="en"> <head> <meta charset="utf-8" /> - <title>Excalidraw</title> + <title> + Excalidraw | Virtual collaborative whiteboard for sketching hand-drawn + like diagrams + </title> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no, viewport-fit=cover, shrink-to-fit=no" @@ -20,7 +23,7 @@ <!-- General tags --> <meta name="description" - content="Excalidraw is a whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." + content="Excalidraw is a virtual collaborative whiteboard tool that lets you easily sketch diagrams that have a hand-drawn feel to them." /> <meta name="image" content="og-image.png" />