Skip to content

Commit 053a83d

Browse files
author
Bart Hazen
committed
Add metadata to index.html
1 parent 2b52168 commit 053a83d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

public/index.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@
55
<meta charset="utf-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
77
<meta name="theme-color" content="#000000">
8+
<meta name="description"
9+
content="Python Create offers generators and instructions on using Python optimally. Get help writing your code by the tools we offer." />
10+
<meta name="robots" content="index, follow" />
811
<!--
912
manifest.json provides metadata used when your web app is added to the
1013
homescreen on Android. See https://developers.google.com/web/fundamentals/engage-and-retain/web-app-manifest/
@@ -19,7 +22,7 @@
1922
work correctly both with client-side routing and a non-root public URL.
2023
Learn how to configure a non-root public URL by running `npm run build`.
2124
-->
22-
<title>Python Create</title>
25+
<title>Homepage | Python Create</title>
2326
</head>
2427

2528
<body>

0 commit comments

Comments
 (0)