F
Fred
Can one of you clever people answer a couple of questions.
1/. If I INCLUDE <meta name="ROBOTS" content="noindex, nofollow"> to all my web pages will the SE Robots be allowed in to index the page. If not could you please show me a line of html that will allow the SE's to check out my pages.
2/. <link rel="stylesheet" type="text/css" href="calendar.css" title="styles"> This obviously refers to the calendar on the page but can someone tell me how this works - in layman terms please. Am I right in thinking this would be linked to a database?
Fred
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ian Smith">
<meta name="ROBOTS" content="noindex, nofollow">
<title>Booking Calender</title>
<link rel="stylesheet" type="text/css" href="calendar.css" title="styles">
</head>
1/. If I INCLUDE <meta name="ROBOTS" content="noindex, nofollow"> to all my web pages will the SE Robots be allowed in to index the page. If not could you please show me a line of html that will allow the SE's to check out my pages.
2/. <link rel="stylesheet" type="text/css" href="calendar.css" title="styles"> This obviously refers to the calendar on the page but can someone tell me how this works - in layman terms please. Am I right in thinking this would be linked to a database?
Fred
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<meta name="Author" content="Ian Smith">
<meta name="ROBOTS" content="noindex, nofollow">
<title>Booking Calender</title>
<link rel="stylesheet" type="text/css" href="calendar.css" title="styles">
</head>