View Single Post
Old 09-08-2016, 03:44 AM   #11
skyhost12
Registered User
 
Join Date: Aug 2016
Location: Lahore Pakistan
Posts: 79
The most important meta tags and how to use them


<title>relevant and attractive phrase </title>


<meta name="description" content="text">


<meta name="keywords" content="words">


<meta name="robots" content="selection">


<meta name="revisit-after" content="period">


Other less used and known Meta tags


<meta name="copyright" content="text">

<meta name="googlebot" content="noodp">

<meta name="language" content="English">

<meta name="reply-to" content="email address">

<meta name="web_author" content="text">

<meta http-equiv="name" content="value">

Google uses several meta tags of it's own. One specific meta tag used by Google is to prevent that a page is added in the cache of the search engine. Cache is an archived version of a web-page that is stored in the database of a search engine. This provides and shows the (archived) page even if the page is not available anymore on the original website. By adding the following tag you make sure that the archive function doesn't work :

<meta name="ROBOTS" CONTENT="NOARCHIVE">

You can use the tag shown above with all the search engines. By replacing 'robots' with 'Googlebot' the tag is exclusive for Google. Google also shows a small description with the search results. It is possible to keep these text fragments out of Googles database. Then use :

<meta name="GOOGLEBOT" CONTENT="NOSNIPPET">
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
skyhost12 is offline   Reply With Quote