Hi All, I am doing one meta tag add task for my client. I have download the files from Live server to my local. In that files it does not have any meta tag on any one page. But when I open the page on Browser with the Live server URL, then I got meta tag and description values when I see the View source of the page. How it is possible. I will given the one page here, let me know if you have any idea,
<!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>Karuna | Wisdom for the Skin</title> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<link rel="shortcut icon" href="favicon.ico" /> <link href="css/main.css" rel="stylesheet" type="text/css"> <link href="css/style.css" rel="stylesheet" type="text/css"> <!--[if IE 7]> <style> #contact{ padding:190px 40px 236px 35px; } </style> <![endif]-->
<!--[if lt IE 7]> <style> </style>
<![endif]--> </head>
<body> <div class="wrapper1">
<table cellpadding="0" cellspacing="0" border="0" width="850"> <tr> <td valign="top" width="850"> <a href="index.html"><img src="images/logo.jpg" width="821" height="66" style="padding-top:10px; padding-bottom:10px; border:none;" /></a> </td> <!--<td style="padding-top: 20px; padding-left: 15px;"> <span style="font-family:Helvetica; font-size:10pt; font-weight:bold; color:#54301A;">WISDOM FOR THE SKIN.</span> <span style="font-family:Helvetica; font-size:10pt; color:#54301A;">BEAUTY RITUALS INSPIRED BY EASTERN PHILOSOPHY. </span> </td>--> </tr> </table>
<div id="main_menu"> <ul style="font-weight:normal;"> <li><a href="products/products.html"><div class="top_menu" id="top_menu1"></div></a></li> <li><a href="masks.html"><div class="top_menu" id="top_menu2"></div></a></li> <li><a href="formulations.html"><div class="top_menu" id="top_menu3"></div></a></li> <li><a href="story.html"><div class="top_menu" id="top_menu4"></div></a></li> <!--<li><a href="press.html">PRESS</a></li>--> <li><a href="stores.html"><div class="top_menu" id="top_menu5"></div></a></li> <li><a href="contact.html"><div class="top_menu" id="top_menu6" style="background:url(images/main_menu/contact_over.jpg) no-repeat;"></div></a></li> </ul> </div>
<div id="content">
<!--<div id="menu_heading"></div>--> <table cellpadding="0" cellspacing="0" width="850" style="border-bottom:1px solid #000000;"> <tr> <td id="contact_img" colspan="2"><img src="images/contact.png" width="88" height="20" /></td> </tr>
<tr> <td valign="top" style="border-right:1px solid #000000;"> <div id="contact_left_col"> <img src="images/contact.jpg" width="401" height="560" /> </div> </td>
<td valign="top">
<div id="mask_right_col">
<div id="contact" align="center"> <!--<span style="font-family:Helvetica; font-size:20px; color:#54301A; font-weight:normal">CONTACT US</span>--> <img src="images/contactus.jpg" width="166" height="29" /> <div id="hor_line" /></div><br />
For general inquiries or information on our treatment masks, please email us at <a href="#">inom</a><br /><br /> For all sales opportunities, please contact Jeff Holland at <a href="#>com</a><br /><br />
</div>
</div> </td> </tr> </table>
<div id="footer"> <div align="left" style="float:left"> <span class="copyright">© 2009 ###. All Rights Reserved</span> </div> <div align="right"> <span class="copyright1"><a href="http://www.#.com">Website Design by ##° #</a> | Web Development by <a href="#" target="_blank">Omkarsoft</a></span></div> </div> </div>
</div>
</body> </html>
Thanks, Saravanan R,
|
| Author: Anuraj 05 Oct 2009 | Member Level: Diamond | Rating:  Points: 2 |
Did you checked your master page?
Thanks Anuraj THIS POSTING IS PROVIDED "AS IS" WITH NO WARRANTIES, AND CONFERS NO RIGHTS. BEWARE OF BUGS IN THE ABOVE CODE; I HAVE ONLY PROVED IT CORRECT, NOT TRIED IT. dotnetthoghts
|
| Author: soniya bhatia 30 Oct 2009 | Member Level: Silver | Rating:  Points: 2 |
its not possible dear
|
| Author: Shameer 15 Nov 2009 | Member Level: Silver | Rating:  Points: 2 |
The <meta> tag provides metadata about the HTML document. Metadata will not be displayed on the page, but will be machine parsable.
Meta elements are typically used to specify page description, keywords, author of the document, last modified, and other metadata.
The <meta> tag always goes inside the head element.
The metadata can be used by browsers (how to display content or reload page), search engines (keywords), or other web services.
|