Hi,
Is it possible to limit search engine spiders to the home page of the forum rather than having complete access to all forums including private ones?
The following are meta tags that need to be inserted and since these pages are dynamic I am unsure as per where these tags will go (on a page by page basis): (1-5 are ranked in importance)
<title>TITLE</title> 2
<meta name="keywords" content="XXX"> 3
<meta name="description" content="YYY"> 4
<meta name="language" content="en-us">
<meta name="robots" content="NOINDEX"> 1
<meta name="rating" content="GENERAL">
<meta name="distribution" content="GLOBAL">
<meta name="classification" content="Business and Economy">
<meta name="copyright" content="Enter your copyright information here">
<meta name="author" content="Author">
<meta name="revisit-after" content="15 Days"> 5
<meta http-equiv="bulletin-text" content="ZZZZZ">
<meta http-equiv="reply-to" content="email@domain.com">
</head>
Any assistance is welcome.
Thanks!
Is it possible to limit search engine spiders to the home page of the forum rather than having complete access to all forums including private ones?
The following are meta tags that need to be inserted and since these pages are dynamic I am unsure as per where these tags will go (on a page by page basis): (1-5 are ranked in importance)
Code:
<head> <title>TITLE</title> 2
<meta name="keywords" content="XXX"> 3
<meta name="description" content="YYY"> 4
<meta name="language" content="en-us">
<meta name="robots" content="NOINDEX"> 1
<meta name="rating" content="GENERAL">
<meta name="distribution" content="GLOBAL">
<meta name="classification" content="Business and Economy">
<meta name="copyright" content="Enter your copyright information here">
<meta name="author" content="Author">
<meta name="revisit-after" content="15 Days"> 5
<meta http-equiv="bulletin-text" content="ZZZZZ">
<meta http-equiv="reply-to" content="email@domain.com">
</head>
Any assistance is welcome.
Thanks!
