+ Reply to Thread
Results 1 to 1 of 1

Thread: How to use Meta tags?

  1. #1
    c0de Guest

    Lightbulb How to use Meta tags?

    Meta tags are for explaning the description of a site!
    Meta tags are used for many things like to descript the site body, to descript it to Search Engines, to Browsers etc.


    The Meta codes are not showed in body, just your browser can read it to descript it!

    We write Meta codes in <head>...</head> section!

    A meta code looks like this:

    HTML Code:
    <meta name="The name of meta" content="description">
    The meta code looks like that!
    At the meta name we write the name of meta it can be like Author of site, security, descripiton of site or etc.

    Remember again meta codes must write at the head section and meta codes look like:
    HTML Code:
    <meta name="author" content="c0de">
    There are some examples of using meta tags!

    1.
    HTML Code:
    <meta name="author" content="c0de">
    2.
    HTML Code:
    <meta name="description" content="Codes, HTML, Javascript, XML, PHP, ASP">
    3.
    HTML Code:
    <meta name="security" content="medium">
    There is an image of where to put the meta codes:



    This tutorial has wroted by me c0de!

    -Regards, c0de.
    Attached Files Attached Files
    Last edited by c0de; 09-12-2007 at 11:35 AM.

  2. CODECALL Circuit advertisement

     
+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Meta tags (keywords and description)?
    By dasseya1 in forum PHP Development
    Replies: 1
    Last Post: 06-06-2010, 10:44 PM
  2. Google tells officially that meta keywords tags are not important at all.
    By stephen186 in forum Search Engine Optimization
    Replies: 1
    Last Post: 09-24-2009, 08:37 AM
  3. meta tags
    By stevejhon in forum ASP, ASP.NET and Coldfusion
    Replies: 3
    Last Post: 12-11-2008, 03:25 PM
  4. Meta tags?
    By littlefranciscan in forum HTML Programming
    Replies: 6
    Last Post: 03-06-2007, 03:33 AM
  5. Meta Tags
    By Kaabi in forum Search Engine Optimization
    Replies: 2
    Last Post: 07-07-2006, 06:46 PM

Tags for this Thread

Bookmarks

Posting Permissions

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