Here we discuss SEO and SEO friendly tags in HTML
Add caption |
Meta tags:
<meta charset="UTF-8">Headline tag:
<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">
<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
Attribute :
ALT
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.TITLE
like <img src="address.jpg" alt="title of your image">
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">
P
You have to use minimum one paragraph tag in every page of your website
ARTICLE
You have to use minimum one article tag in every page of your website
Its help your website to good SEO rank.
This comment has been removed by a blog administrator.
ReplyDeleteThis comment has been removed by a blog administrator.
ReplyDelete