Results 1 to 4 of 4

Thread: what is "MetaTags" search and how often is it used?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2000
    Location
    I'm right here!
    Posts
    849

    Question what is "MetaTags" search and how often is it used?

    hello!!
    how are you all?

    I heard about search engines that use the meta tags in web pages...
    can anyone please explain to me more about the subject? does all webpages
    have meta tags to search from?

    thanks

    Dekel C.

  2. #2
    Fanatic Member -TPM-'s Avatar
    Join Date
    Jul 2005
    Posts
    850

    Re: what is "MetaTags" search and how often is it used?

    Metatag's are html in the <head> of a web page. You can put keywords in there which search engines can use. I don't think you Have to put meta tags in, but most people do.
    TPM

    Add yourself to the VBForums Frappr Map!!

  3. #3
    Fanatic Member Dnereb's Avatar
    Join Date
    Aug 2005
    Location
    Netherlands
    Posts
    863

    Re: what is "MetaTags" search and how often is it used?

    Metatags are a way to let search engines know what a HTML page is about.


    Imagine you have a site about.......Visual Basic!

    you could use :

    Code:
    <meta http-equiv="Pragma" content="no-cache" />
    	<meta http-equiv="Expires" content="-1" />
    	<meta http-equiv="Cache-Control" content="no-cache" />
    	<!-- end no cache headers -->
    	<title>VBForums.com - Visual Basic and VB .NET Discussions and More!</title>
    	<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
    <meta name="generator" content="vBulletin 3.0.7" />
    <meta name="keywords" content="Visual Basic,.NET,programming,C#,CSharp,Microsoft,discussion,bulletin board" />
    <meta name="description" content="Visual Basic Discussions plus .NET, C#, game programming, and more (http://www.VBForums.com)" />
    this to let search engines know what your site is about(metatags off this site)
    A search engine uses these tags to index your site.
    if you want to get your site a high rating you could use similar tags to boost your place
    Example:
    <meta name="keywords" content="Visual Basic,Vb,Basic,Visual B, VB,vb,VB.NET,vb.net/>
    this will enhance yoour place on VB but you will not be found on Forum (obvcious) on google, Ilse, Hotbot and many many others
    why can't programmers keep and 31 Oct and 25 dec apart. Why Rating is Useful
    for every question you ask provide an answer on another thread.

  4. #4
    Banished Cander's Avatar
    Join Date
    Dec 2000
    Location
    Why do you care?
    Posts
    6,913

    Re: what is "MetaTags" search and how often is it used?

    A note about that though. metatags are no longer the way a good search engine works. It may take them into consideration, but alot of other factors go into providing relevant results. Before Google came in and turned things around and most searches were pretty much based on metatags, it was not uncommon that your first search hit was a porn site or other bogus site no mater how 'clean' your search terms were because these sites would load thier metatags with common search words.
    Stack Overflow
    See the features of Visual Studio 2010 and C# 4.0: The 10-4 show on Channel9

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width