Skip to main content

How to create Meta Tags with the Right Keywords

Now that you have your keywords ready, the next thing now is to know how to create Meta tags. Meta tags are HTML codes that are inserted into the header on a web page, after the title tag. In the context of search engine optimization, when people refer to meta tags, they are usually referring to the meta description tag and the meta keywords tag. Meta description is the what your site all about, a short description of your website or webpage. 
The meta description tag and the meta keywords tag are not seen by users. Instead, these tags main purpose is providing meta document data to user agents, such as search engines.

This an example of a generated meta tag

<meta content='The name of the website' name='title'/>
<meta content=' A brief description about your website' name='description'/>
<meta content='This is where you put your keywords combination separated by comers' name='keywords'/>
<meta content='Authors name' name='author'/>
<meta content='owner of the website ' name='owner'/>
<meta content='(c) year' name='copyright'/>

To add the Meta tag HTML code, log in to your blogger account, click on the blog you want to add tags to, then click on template and then edit HTML.

Search for </head>

copy your Meta tag and paste it directly below the head </head>

save and exit



Comments

Popular posts from this blog

What do you know about "Spider-Man 3" and why is it trending on twitter today?

Spider-Man 3 is a 2007 superhero film based on the Marvel Comics character of the same name. It is the third installment in the Spider-Man film series produced by Columbia Pictures and distributed by Sony Pictures Releasing.  The film was directed by Sam Raimi, who also directed the first two films in the series, and stars Tobey Maguire as Peter Parker / Spider-Man, alongside Kirsten Dunst, James Franco, Thomas Haden Church, Topher Grace, Bryce Dallas Howard, and Rosemary Harris. In Spider-Man 3, Peter Parker is struggling to balance his superheroics with his personal life, and he is also being manipulated by the villainous Sandman and Venom. Spider-Man 3 was released in the United States on May 4, 2007. It received mixed reviews from critics, with some praising the film's action sequences and visual effects, while others criticized its overstuffed plot and villains. The film was a box office success, grossing over $890 million worldwide. Spider-Man 3 is trending on Twitter today b...

Naughty Nicki Minaj sends fans into a frenzy as she teases a glimpse of her bare breasts under sheer top in VERY racy selfie

  She's no stranger to raunchy displays.

How to Insert HTML-CSS-Javascript Codes in Blogger Posts As Plain Text

Dear readers, Putting a code in blogger HTML can be pain staking , but here is a simple way to go about it. Lets get it started. This post is for those that are using blogger platform, and want to insert HTML, JavaScript and CSS source codes in your posts.  I am sure a lot of bloggers are facing this problem. I myself didn't find it easy at first, but with much practice I got it.