Ticker

6/recent/ticker-posts

Advertisement

Responsive Advertisement

How we can write Title, Description and keyword for Blogger / HTML Website

How to write Title,Description for Wordpress and Blogger

In Blogger
  • Blogger website designed by HTML website
  • We can do SEO for blogger website in two ways

1. Using HTML code   2. Without coding
I.Using Code
  • The following title and description code is very important for blogger

<title>  </title>
<meta name=”description” content=” ”/>
<meta name=”keywords” content=” ”/>
<meta name=”author” content=” ”/>

  • Copy and paste the above code in notepad.
  • Author name is called your blog name or blog URL.
  • After entering the all details
  • Go to blogger dashboard
  • Select the Theme menu
  • Click edit HTML option
  • Paste the above HTML code below <head> section.
  • Clicks save changes and check whether updated or not by Cntrl + U and type Cntrl + F then type title.
  • Update title and description for every page.
  • Suppose if you don’t know about the HTML code / Fresher.


II. Using Without coding

Enter Description
1. Go to Setting in blogger dashboard
2. Click Search Preferences.
3. Write the description in the Description black.
4. Once you write, next time this will be enabled when you click new pages.

Enter Title
4. Click Basics in the blogger dashboard.
5. Write Title in title black.

Enter Keywords
6. Click posts in the blogger dashboard.
7. Click labels menus which showed on the right-hand side.
8. Paste all the keywords separated by commas.

III. Add the following code for search bot will come and crawl easy
<meta name="rating" CONTENT="General"/>

<meta name="revisit-after" CONTENT="2 days"/>

<meta name="robots" content=" ALL, index, follow"/>

<meta name="distribution" content="Global" />

<meta name="rating" content="Safe For All" />

<meta name="language" content="English" />

<meta http-equiv="window-target" content="_top"/>
<meta http-equiv="pics-label" content="for all ages"/>

<meta name="rating" content="general"/>
<meta content="All, FOLLOW" name="GOOGLEBOTS"/>
<meta content="All, FOLLOW" name="YAHOOBOTS"/>
<meta content="All, FOLLOW" name="MSNBOTS"/>
<meta content="All, FOLLOW" name="BINGBOTS"/>
<meta content="all" name="Googlebot-Image"/>
<meta content="all" name="Slurp"/>
<meta content="all" name="Scooter"/>
<meta content="ALL" name="WEBCRAWLERS"/>

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1"/>


  • Copy the above code and paste it on the HTML code section under the theme option.
  • Click save changes.
  • The above code is used to easily crawl the website.


In Wordpress Website
1. Go to cPanel (control panel)
2. Click file manager
3. Click public_html
4. Go to every page (home.html)
5. Right-click then select edit option (Ex pages: Services, Placements, SEO…)
6. Write title, description, keyword, author name or copy and paste HTML code (edited)
7. after editing click save changes.
6. For understanding, purpose gives space between the title and description line.

Post a Comment

0 Comments