Which HTML Element helps to SEO Score up viewing result without boost by search engines

Which HTML Element helps to SEO Score up viewing result without boost by search engines

Here we discuss SEO and SEO friendly tags in HTML

Which HTML Element helps to SEO Score up viewing result without boost by search engines
Add caption
Meta tags:

<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 

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.
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”> 

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.

2 Comments

  1. This comment has been removed by a blog administrator.

  2. Anonymous

    This comment has been removed by a blog administrator.

Leave a Reply

Your email address will not be published. Required fields are marked *