Skip to content

Commit

Permalink
Added Meta Description and Meta Tags for Good SEO (#18)
Browse files Browse the repository at this point in the history
## Pull Request 
Added Meta Description and Meta Tags for Good SEO

## Description
 Describe the purpose of this Pull Request

## Related Issues
Added Meta Description and Meta Tags for Good SEO

## Changes Made
Added Meta Description and Meta Tags for Good SEO


## Checklist
<<<<<<< HEAD
<!--- Go over all the following points, and put an `x` in all the boxes
that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're
here to help! -->
=======
Go over all the following points, and put an `x` in all the boxes that
apply.
If you're unsure about any of these, don't hesitate to ask. We're here
to help!
>>>>>>> e0be905
- [x ] My code follows the code style of this project.
- [ ] I have reviewed my code and ensured it's functioning as expected.
- [ ] I have added appropriate comments to my code, particularly in
hard-to-understand areas.
- [ ] I have updated the documentation accordingly.
- [ ] My changes generate no new warnings or errors.
- [x ] I have tested my changes locally.

## Additional Notes
<!--- Any additional information or notes you want to add -->
  • Loading branch information
SSameer20 authored Apr 17, 2024
2 parents fd8e7ec + 9a96613 commit eabc478
Showing 1 changed file with 28 additions and 22 deletions.
50 changes: 28 additions & 22 deletions client/public/index.html
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
name="description"
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.jpg" />
<!--

<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description"
content="Automate your Docker containers effortlessly with our Web Application. No need for complex commands. Simplify your Docker workflow with Docker SDK.">
<meta name="keywords" content="Docker, Docker SDK, automation, containers, Docker workflow">
<meta name="author" content="Your Name">
<meta name="robots" content="index, follow">

<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.jpg" />
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Expand All @@ -24,12 +27,14 @@
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>Hackverse </title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
<title>Docker Automation with Docker SDK</title>

</head>

<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
Expand All @@ -39,6 +44,7 @@
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
<script src="path/to/chartjs/dist/chart.umd.js"></script>
</body>
</html>
<script src="path/to/chartjs/dist/chart.umd.js"></script>
</body>

</html>

0 comments on commit eabc478

Please sign in to comment.