Meta tags can be found in the <head></head> part of your page an look like this:
- Code: Select all
<meta name="yyyyyyy" content="XXXXX">
These are the most important meta tags you will be using in any chind of web page:
- Code: Select all
<meta name="title" content="Your page title">
<meta name="author" content="Author of the page">
<meta name="owner" content="Page owner">
<meta name="subject" content="Subject of the page">
<meta name="description" content="Page description">
<meta name="keywords" content="keywords">
<meta name="revisit-after" content="number of days">(this will tell the indexing bot when to index agen)
<meta name="language" content="website language">(en-gb for english global for example)
<meta name="copyright" content="Name of the copyright owner">
<meta name="robots" content="all">
The meta tags are preaty self explanatory realy and they are the simplest way to get your site better rank and index.




