Here we discuss SEO and SEO friendly tags in HTML
Add caption |
<meta charset=”UTF-8″>
<meta name=”description” content=”Here you can write your website descripsions”>
<meta name=”keywords” content=”here you can write your description and all tahte sapareted by comma like (key1, key2, kay3)”>
<meta name=”author” content=”Here you write website’s authers name”>
Headline tag:
<h1>Headline tag 1</h1>
<h2>Headline tag 1</h2>
<h3>Headline tag 1</h3>
This tag is most importent tag in website for SEO. Use H1 tag in wevery page of your website. its helps to identify content
This attribute used to find image form search engine. in this tag, you have to use for your website and type the title of the image.
like <img src=”address.jpg” alt=”title of your image”>
TITLE
This attribute used to find link form search engine. in this tag, you have to use for your website and type the title of the hyperlink tag.
like <a href=”address.html” title=”title of your link”>
You have to use minimum one paragraph tag in every page of your website
You have to use minimum one article tag in every page of your website
This comment has been removed by a blog administrator.
This comment has been removed by a blog administrator.