• Howdy! Welcome to our community of more than 130.000 members devoted to web hosting. This is a great place to get special offers from web hosts and post your own requests or ads. To start posting sign up here. Cheers! /Peo, FreeWebSpace.net
managed wordpress hosting

About meta tags.

Star7

New Member
I know that I have to include some keywords inside them for optimisation. However, I do not know how to put those tags.

Secondly, I read somewhere that using meta tags, you can actually specify how frequent the spider or robot index your site. This would save time on resubmiting whenever there's something new.

Could someone clarify on the above two points?

Star7
 
You can try these

<html>
<head>
<title>your title here</title>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META name="distribution" content="global">
<META name="robots" content="INDEX, FOLLOW">
<META name="revisit-after" content="10 days">
<META name="description" content="your text here">
<META name="keywords" content="keywords here">
...........
..............

hope that helps .
 
Back
Top