Meta Tags
Skerrik introduces six new meta tags that web page authors may use.
You may choose to add all of these tags to a page, or add just the tags you need to
describe what the page is about.
Try to limit the 'content=' to no more than 200 characters.
<meta name="who" content=" ">
Describes who you are, for example<meta name="who" content="Bills Fishing Supplies">
<meta name="what" content=" ">
Describes what you do, or what the page is about, for example<meta name="what" content="Fishing rods reels, bait and accessories">
<meta name="where" content=" ">
Describes where you are, for example<meta name="where" content="San Francisco, California">
<meta name="when" content=" ">
Describes when you operate, for example<meta name="when" content="Summer 7AM to late. Winter 9AM to 5PM"> or perhaps when an event took place, or will take place in the future.
<meta name="when" content="French revolution">
<meta name="how" content=" ">
Describes how you do something or how something works, for example<meta name="how" content="How steam engines work">
<meta name="why" content=" ">
Describes why you do something or why something works in a particular way, for example<meta name="why" content="Growing popularity in alternate fuels">
Copy and paste these tags into the <head> section of your page then fill in the content to suit.
<meta name="who" content=" "><meta name="what" content=" ">
<meta name="where" content=" ">
<meta name="when" content=" ">
<meta name="how" content=" ">
<meta name="why" content=" ">
