Skip to content

Commit

Permalink
feat: add meta description for SEO
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3sh committed Aug 31, 2024
1 parent ee65986 commit bad2a0f
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 2 deletions.
34 changes: 32 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,40 @@
<!doctype html>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>NepaliTime</title>
<title>NepaliTime - Get current Nepali Date & Time</title>
<meta
name="description"
content="NepaliTime provides the current Nepali date, time, and English date. Stay updated with the real-time Nepali time."
/>
<meta
name="keywords"
content="Nepali time, Nepali date, current time in Nepal, Nepali calendar, Nepal time zone"
/>
<meta name="author" content="OpenSource Nepal" />
<meta property="og:title" content="NepaliTime - Get current Nepali Date & Time" />
<meta
property="og:description"
content="Get the most realtime Nepali date, time, and English date with NepaliTime."
/>
<meta property="og:type" content="website" />
<meta property="og:url" content="https://nepalitime.web.app" />
<meta
property="og:image"
content="https://nepalitime.web.app/nepalitime-banner-dark.jpg"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NepaliTime - Get current Nepali Date & Time" />
<meta
name="twitter:description"
content="Stay updated with the real-time Nepali date and time using NepaliTime."
/>
<meta
name="twitter:image"
content="https://nepalitime.web.app/nepalitime-banner-dark.jpg"
/>
</head>
<body>
<div id="root"></div>
Expand Down
Binary file added public/nepalitime-banner-dark.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/nepalitime-banner.jpg
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 bad2a0f

Please sign in to comment.