Skip to content

Commit 8a64dd7

Browse files
committed
Add meta description for improved SEO
1 parent de00a67 commit 8a64dd7

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

Form-Controls/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<link rel="stylesheet" href="./style.css" />
77
<title>Product Pick Form</title>
8-
<meta name="description" content="" />
8+
<meta
9+
name="description"
10+
content="Product selection form for choosing colour and size."
11+
/>
912
<meta name="viewport" content="width=device-width, initial-scale=1" />
1013
</head>
1114
<body>
@@ -63,7 +66,7 @@ <h1>Product Pick</h1>
6366
</form>
6467
</main>
6568
<footer>
66-
<p>SandzSoft</p>
69+
<p>&copy; 2026 SandzSoft Product Form</p>
6770
</footer>
6871
</div>
6972
</body>

0 commit comments

Comments
 (0)