| You are here: | About>Computing & Technology>Web Design / HTML> Web Marketing> SEO> Meta Tags> More Meta Tags - charset - expires - refresh |
![]() | Web Design / HTML |
Web Design PathMore Meta ResourcesMore Meta TagsUse Meta Tags To Do More Than Interact with Search EnginesThe <meta> tag is a header tag that is meant to do one of two things:
Most people are familiar with using meta tags to provide additional information about their pages to search engines. When used in this fashion, the meta tag provides name/value pairs that describe the Web page. It is then up to the search engine or other CGI or script to interpret them. However, when used in the second fashion, the meta tag uses thehttp-equivattribute as the name for a name/value pair that the server will interpret. Elements that are stored in the http-equiv standard are meant to be included in the MIME document header that is passed to the browser before the document itself is passed. Some common name/value pairs sent through the http-equiv meta tag:
Redirecting your readers For example, if you have a page that gets content from a database that is updated every 2 minutes, you would want the Web page to refresh every 2 minutes, to do this use a meta refresh tag: meta http-equiv="Refresh" content="120"
Then, if you have a page that is gone, and you want your readers to be automatically transported to the new page, you just add one more thing to the content, a URL to go to: meta http-equiv="Refresh" content="10;url=http://webdesign.about.com/" The most important thing to remember is that you must separate the time and the URL with a semi-colon and not include any additional spaces or quotation marks. Note: If you use this feature, and you set the refresh rate too low, your readers won't be able to use their "Back" button. Every time they hit the "Back" button, they will be redirected to the "refresh" page. This can be frustrating for people. Web Design PathMore Meta Resources |
Las Vegas on a BudgetFind a BargainHotel DealsCheap EatsFree AttractionsEntertainment for Less |
All Topics | Email Article | | | ![]() |
| Advertising Info | News & Events | Work at About | SiteMap | Reprints | Help | Our Story | Be a Guide |
| User Agreement | Ethics Policy | Patent Info. | Privacy Policy | ©2008 About, Inc., A part of The New York Times Company. All rights reserved. |


