Go Back  HTML Forums - Free Webmaster Forums and Help Forums > WEBSITE DEVELOPMENT > HTML / XHTML
User Name:
Password:
 

Reply
Thread Tools   Display Modes
  View First Unread
 
Old 11-18-2008, 06:30 PM
  #1
robingowdy
Novice (Level 1)
 
Join Date: Nov 2008
Posts: 1
iTrader: (0)
robingowdy is an unknown quantity at this point
Meta Tag Help

My meta tags arent working correctly if i use a meta tag analyzer its says i have no meta tags. Thanks for the help.
Here is my head code....

<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns="urn:schemas-microsoft-comfficeffice" xmlns="http://www.w3.org/TR/REC-html40">
<head>
<TITLE>Grand Master Bullets - Home</TITLE>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />
<META NAME="KEYWORDS" CONTENT="Black powder SPG lead Cowboy bullets, Hard cast lead smokeless cowboy bullets and reloading supplies , hard swaged lead , smokeless bullets and reloading supplies , Cowboy Cartridges with new Starline Brass , Hard cast lead cowboy, IDPA and ISPC Bullets and reloading supplies , Reloading and shooting supplies ">
<META NAME="DESCRIPTION" CONTENT="Black powder SPG lead Cowboy bullets, Hard cast lead smokeless cowboy bullets and reloading supplies , hard swaged lead , smokeless bullets and reloading supplies , Cowboy Cartridges with new Starline Brass , Hard cast lead cowboy, IDPA and ISPC Bullets and reloading supplies , Reloading and shooting supplies ">
<meta name="copyright" content="Copyright © 2006 - 2008 Grand Master Bullets" />
<meta name="verify-v1" content="M972drOEJCU/8fbkcDftHt8gfJG7TiaBKNFtxuImwlM=" />
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout2_setup.css" />
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout2_text.css" />
<link rel="icon" type="image/x-icon" href="./img/favicon.ico" />

<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_setup.css"/>
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_text.css"/>
<link rel="icon" type="image/x-icon" href="./img/favicon.ico"/>
<!--
COPYRIGHT NOTICE:
2006 - 2007 grandmasterbullets.com - All Rights Reserved.
All content is for use on Grandmasterbullets.com ONLY
-->

<style type="text/css">
<!--
.style3 {font-size: 24px}
.style5 { font-size: 10px;
font-weight: normal;
}
body {
background-image: url(Pictures/Gradients/Backgrounds/green%20background.jpg);
}
.style6 {color: #87c62c}
.style7 {font-weight: bold}
.style9 {font-size: 24px; font-weight: bold; }
.style12 {color: #FFFFFF; }
-->
</style>

</head>
robingowdy is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-19-2008, 04:11 AM
  #2
ringsoft
Deity (Level 17)
 
ringsoft's Avatar
 
Join Date: Oct 2007
Posts: 852
iTrader: (0)
ringsoft will become famous soon enough
The Meta tags look OK to me... but I'd get rid of that top line and replace it with

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

<html>


MS Office produced HTML isn't the best...
__________________

www.websitetoolshed.com
ringsoft is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Old 11-21-2008, 01:08 AM
  #3
navyfalcon
Myrmidon (Level 12)
 
navyfalcon's Avatar
 
Join Date: Jun 2007
Location: So California, Los Angeles county, USA
Posts: 161
iTrader: (0)
navyfalcon is on a distinguished road
This should help some
just copy and paste, then check (save your original)
falcon
-
<!doctype html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<title>Grand Master Bullets - Home</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Language" content="en" />
<meta name="KEYWORDS" content="Black powder SPG lead Cowboy bullets, Hard cast lead smokeless cowboy bullets and reloading supplies , hard swaged lead , smokeless bullets and reloading supplies , Cowboy Cartridges with new Starline Brass , Hard cast lead cowboy, IDPA and ISPC Bullets and reloading supplies , Reloading and shooting supplies" />
<meta name="DESCRIPTION" content="Black powder SPG lead Cowboy bullets, Hard cast lead smokeless cowboy bullets and reloading supplies , hard swaged lead , smokeless bullets and reloading supplies , Cowboy Cartridges with new Starline Brass , Hard cast lead cowboy, IDPA and ISPC Bullets and reloading supplies , Reloading and shooting supplies" />
<meta name="copyright" content="Copyright © 2006 - 2008 Grand Master Bullets" />
<meta name="verify-v1" content="M972drOEJCU/8fbkcDftHt8gfJG7TiaBKNFtxuImwlM=" />
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout2_setup.css" />
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout2_text.css" />
<link rel="icon" type="image/x-icon" href="./img/favicon.ico" />

<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_setup.css"/>
<link rel="stylesheet" type="text/css" media="screen,projection,print" href="./css/layout4_text.css"/>
<link rel="icon" type="image/x-icon" href="./img/favicon.ico"/>
<!--
COPYRIGHT NOTICE:
2006 - 2007 grandmasterbullets.com - All Rights Reserved.
All content is for use on Grandmasterbullets.com ONLY
-->

<style type="text/css">
<!--
.style3 {font-size: 24px}
.style5 { font-size: 10px;
font-weight: normal;
}
body {
background-image: url(Pictures/Gradients/Backgrounds/green%20background.jpg);
}
.style6 {color: #87c62c}
.style7 {font-weight: bold}
.style9 {font-size: 24px; font-weight: bold; }
.style12 {color: #FFFFFF; }
-->
</style>

</head>

<body>

</body>
</html>
__________________
Many good Free Tutorials at:
http://freetutorials.name
navyfalcon is offline   Add to del.icio.us Add to del.icio.us    Can you digg it?Can you digg it? Reply With Quote
Reply
KEEP TABS
SPONSORS
 
Boxedart
 
 


 
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
  
 
 
 



 
  POSTING RULES
 
 
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Thread Tools
Display Modes

Forum Jump

 

All times are GMT -5. The time now is 09:39 PM.

   

Mascot team created by Drawshop.com

Powered by vBulletin® Version 3.6.7
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.

Server Monitoring by ENIACmonitor 0.01
HTMLforums.com © Big Resources, Inc. Web Design by BoxedArt.com
vRewrite 1.5 beta SEOed URLs completed by Tech Help Forum and Chalo Na.