Meta Tag Samples

Hey there! Some links on this page are affiliate links which means that, if you choose to make a purchase, I may earn a small commission at no extra cost to you. I greatly appreciate your support!

Meta Tag Samples

In the examples below the red text below indicates the Title, Description, and Keyword META tags. The blue text shows HTML code.

META tags are placed between the <HEAD> and </HEAD> tags.

<HTML><HEAD><TITLE>The title of your Web page goes here</TITLE><META NAME=”description” content=”The description of your Web page goes here“><META NAME=”keywords” content=”Keywords and key phrases go here“></HEAD><BODY>The content of your Web page that visitors see goes here.

</BODY>

</HTML>

Here's how the code may look like for a search engine optimization service.

<HTML><HEAD><TITLE>Get top search engine ranking with search engine optimization</TITLE><META NAME=”description” content=”Affordable, quality search engine optimization to get top search engine
ranking“>
<META NAME=”keywords” content=”SEO, search engine positioning, search engine optimization services, ranking, placement, San
Diego, California“>
</HEAD>The content of the Web page that visitors see goes here.

</BODY>

</HTML>

I hope that this gives you a better understanding of meta tags.