How to make your site rank in google.
1- Include the following inside your head tags.
<head>
<meta charset="UTF-8”>
<meta name="description" content="The description of your site">
<meta name="keywords" content="topic1, topic2, topic3">
<meta name="author" content="Your name">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="canonical" href=“https://yoursite.com”/>
</head>
2- Make sure your site has no errors , test with —> W3C
3- Include images with the alt attribute —> alt=”green tree”
4- Validate your site through —> google console