PDA

View Full Version : About meta tags.



Star7
September 22nd, 2004, 07:05
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

pec
September 23rd, 2004, 14:51
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 .

Star7
September 23rd, 2004, 19:45
Cool thanks, that's what I was looking for. :)

Star7