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.
Post Footer automatically generated by Add Post Footer Plugin for wordpress.