Skip to content

Commit

Permalink
Merge pull request VanshKing30#423 from chaanakyaaM/main
Browse files Browse the repository at this point in the history
appropriate meta tags are added
  • Loading branch information
hustlerZzZ authored Jul 9, 2024
2 parents 14a9103 + 4ac896b commit 5991a02
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,34 @@
<meta charset="utf-8" />
<!-- <link rel="icon" href="%PUBLIC_URL%/favicon.ico" /> -->
<link rel="icon" type="image/x-icon" href="./new_favicon.png">
<!-- meta tags -->

<meta charset="utf-8" />
<meta name="type" content="website">
<meta name="title" content="FoodiesWeb">
<meta name='target' content='all'>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name='URL' content='https://foodies-web-app.vercel.app/'>
<meta
name="description"
content="Web site created using create-react-app"
/>
content="Foodies Web App is your ultimate destination for discovering, sharing, and enjoying delicious recipes. Accessible at foodies-web-app.vercel.app, this user-friendly platform offers a vast collection of recipes ranging from quick weeknight dinners to gourmet meals. "
/>
<meta name="keywords" content="foodies web app, recipe discovery, cooking platform, share recipes, culinary enthusiasts, food community, recipe collection, cooking tips, gourmet meals, easy recipes, food lovers, save recipes, contribute recipes, cooking inspiration, food blog, kitchen tips, recipe ideas, dinner recipes, baking recipes, healthy recipes">
<meta name="author" content="Vansh Waldeo" />
<meta name="robots" content="index, follow" />
<meta name="googlebot" content="index, follow" />
<meta name="bingbot" content="index, follow" />\

<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://foodies-web-app.vercel.app/" />
<meta property="og:title" content="FoodiesWeb" />
<meta property="og:description"
content="Foodies Web App is your ultimate destination for discovering, sharing, and enjoying delicious recipes. Accessible at foodies-web-app.vercel.app, this user-friendly platform offers a vast collection of recipes ranging from quick weeknight dinners to gourmet meals." />

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<!--
manifest.json provides metadata used when your web app is installed on a
Expand Down

0 comments on commit 5991a02

Please sign in to comment.