Skip to content

Commit

Permalink
SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
Luxshan2000 committed Nov 2, 2023
1 parent 0312c96 commit 5e27362
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions webapp/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="%PUBLIC_URL%/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
content="DriveSmart - Your Destination for Safe and Smart Driving | Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
Expand All @@ -24,6 +24,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<meta name="DriveSmart"/>
<meta name="author" content="Oshan Madaw, Kamadi Liyanage, Luxshan Thavarasa">
<meta name="language" content="english">
<meta name="robots" content="index,follow" />
<meta name="googlebot" content=”notranslate” />
<meta name="rating" content="G">
<meta name="copyright" content="Copyright 2023">
<meta property="og:image" content="%PUBLIC_URL%/logo.png">
<title>DriveSmart</title>
</head>
<body>
Expand Down
Binary file added webapp/public/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5e27362

Please sign in to comment.