huntysin
June 18th, 2003, 11:50
hi
i have been given a asp script and i need to add these meta tags i have done this before just hmtl can any one help......here is the asp<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="includes/dbVars.asp"-->
<html>
<head>
<title>PJ Computers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
function navClick(navButton)
{
//alert(navButton);
document.Main.page.value=navButton;
document.Main.submit();
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
Dim menuOn
menuOn = false
IF (Session("user") <> "") THEN
menuOn = true
%>
<!--#include file="includes/menu.asp" -->
<%
END IF
%>
<form name="Main" action="index.asp" method="post">
<input type="hidden" name="page" value="">
<input type="hidden" name="letter" value="">
<!--#include file="header.asp"-->
<table width="100%" height="485" border="0" cellpadding="0" cellspacing="3">
<tr>
<td width="130" valign="top">
<!--#include file="includes/nav.asp"-->
</td>
<td valign="top">
<!--#include file="includes/main.asp"-->
</td>
</tr>
</table>
</form>
</body>
</html>
and here are the meta tags...
<title>P.J's Computers // cheap international long distance and mobile telephone calls</title>
<Meta name = "Publisher" content = "R&G Design (info@randgdesign.com)">
<Meta name = "Author" content = "R&G Design (info@randgdesign.com)">
<Meta name = "Copyright" content = "Copyright 2003 R&G Design">
<Meta name = "Revisit-after" content = "7">
<Meta name = "Expires" content = "none">
<Meta name = "Keywords" content = "international, free subscription, Minimum Contract, low cost calls, check your bill, online, no dialler, boxes to plug in, dramatically reduced costs, BT, phone service, mobile, national, local, international, long distance, uk, dial, telephone, phone, number, cheap, fees, offer, tariffs, less, minute, talk, communication, telecommunication, people, family, friends, chat">
<Meta name = "Description" content = "Internet phone calls, cheap telephone calls on local UK international long distance and mobile no subscription fees phone calls by P.J's Computers">
<Meta name = "Pagetopic" content = "People & Chat">
<Meta name = "Pagetype" content = "PEOPLE & CHAT">
<Meta name = "Audience" content = " All">
<Meta name = "Robots" content = "INDEX,NOFOLLOW">
hope some one can help i not sure on adding them
i have been given a asp script and i need to add these meta tags i have done this before just hmtl can any one help......here is the asp<%@LANGUAGE="VBSCRIPT" CODEPAGE="1252"%>
<!--#include file="includes/dbVars.asp"-->
<html>
<head>
<title>PJ Computers</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript" type="text/JavaScript">
function navClick(navButton)
{
//alert(navButton);
document.Main.page.value=navButton;
document.Main.submit();
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<%
Dim menuOn
menuOn = false
IF (Session("user") <> "") THEN
menuOn = true
%>
<!--#include file="includes/menu.asp" -->
<%
END IF
%>
<form name="Main" action="index.asp" method="post">
<input type="hidden" name="page" value="">
<input type="hidden" name="letter" value="">
<!--#include file="header.asp"-->
<table width="100%" height="485" border="0" cellpadding="0" cellspacing="3">
<tr>
<td width="130" valign="top">
<!--#include file="includes/nav.asp"-->
</td>
<td valign="top">
<!--#include file="includes/main.asp"-->
</td>
</tr>
</table>
</form>
</body>
</html>
and here are the meta tags...
<title>P.J's Computers // cheap international long distance and mobile telephone calls</title>
<Meta name = "Publisher" content = "R&G Design (info@randgdesign.com)">
<Meta name = "Author" content = "R&G Design (info@randgdesign.com)">
<Meta name = "Copyright" content = "Copyright 2003 R&G Design">
<Meta name = "Revisit-after" content = "7">
<Meta name = "Expires" content = "none">
<Meta name = "Keywords" content = "international, free subscription, Minimum Contract, low cost calls, check your bill, online, no dialler, boxes to plug in, dramatically reduced costs, BT, phone service, mobile, national, local, international, long distance, uk, dial, telephone, phone, number, cheap, fees, offer, tariffs, less, minute, talk, communication, telecommunication, people, family, friends, chat">
<Meta name = "Description" content = "Internet phone calls, cheap telephone calls on local UK international long distance and mobile no subscription fees phone calls by P.J's Computers">
<Meta name = "Pagetopic" content = "People & Chat">
<Meta name = "Pagetype" content = "PEOPLE & CHAT">
<Meta name = "Audience" content = " All">
<Meta name = "Robots" content = "INDEX,NOFOLLOW">
hope some one can help i not sure on adding them