About Webpage
Webpage
title up to 70 characters in length, and webpage descriptions up to 160
characters in length are recommended in order to optimize readability.
1. Front End (Front Design of Webpage)
2. Back End (Code Formation)
Code Formation (Html Basic)
<html>
<head>
<Title> Target Keywords </Title>
<meta name="description" content=" Target Keywords, Short Description about topic" />
<meta name="Keywords" content=" Target Keywords" />
Google Analytics Tag
Search Console Tag
Robot Tag
</head>
<body>
H1 Tag, h2, h3 (H1 tag can use only one time)
<P>page Content </P>
image Alt tag
Anchor Tag
</body>
</html>
0 Comments