Skip to content

Commit

Permalink
add SEO meta tags #21 #4
Browse files Browse the repository at this point in the history
  • Loading branch information
blahosyl committed Apr 15, 2024
1 parent 928297c commit 6f8f25b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ I also horizontally centered all elements on the page and added some top margin

I also added a favicon showing a vector drawing of two wine glasses clinking, to symbolize the social nature of dinner parties. The color of the graphic is a darker shade of the purple color chosen for the heading box.

Additionally, I added some SEO meta tags to the HTML file.

I followed the [American Pizza Order System project](https://github.com/useriasminna/american_pizza_order_system/) by [
Iasmina Pal](https://github.com/useriasminna) in implementing these changes.

Expand Down
3 changes: 3 additions & 0 deletions views/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Meta tags for search engines -->
<meta name="description" content="An app for planning dinner parties">
<meta name="keywords" content="dinner party, hosting, potluck, food, cooking, entertaining">
<!-- favicon -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/favicon/favicon-32x32.png">
Expand Down

0 comments on commit 6f8f25b

Please sign in to comment.