Search Engine Optimization for Website

We had developed a website and hosted in the server but hosted website does not show in Google search console or any other search console following steps has been

1.In the website header tag, there should be a meta tag. The meta tag should consist of keywords which these keywords used for searching the website in the console. Add another meta tag for meta description.

Syntax:

<meta name=”keywords” content=””>

<meta name=”description” content=””>

2.In the website header tag, there should be a title tag. The title tag should description of the page. The title for each page should be unique and must be SEO-friendly.

Syntax:

<title>Title description for each page</title>

3.Images sized in the website must be below 150kb because to load the website fast.

4.In image tag ,alt attribute should give search keywords.

Syntax:

<img src=”” alt=”” />

5.Generated site.xml file and upload this file into file manager folder where we hosted. Add this file path in Google Search console under sitemaps section.

Url to generate site.xml file

https://www.xml-sitemaps.com/

6.Generated robots.txt file and upload this file into file manager folder where we hosted.

Url to generate robots.txt file

https://www.seoptimer.com/robots-txt-generator

7.After completion of above steps , go to chrome right click and click on inspect, in that select lighthouse and click on generate report wait for some minutes it will give report. In the report click on SEO see what are errors and try to resolve it. SEO should be above 90%.