Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Metatags

Options
  • 13-06-2003 7:36pm
    #1
    Closed Accounts Posts: 1,414 ✭✭✭


    Below is the current makeup of my meta tags, could I improve this layout in any way or have I got it correct?

    <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=ISO-8859-1">
    <TITLE>SITE NAME- keyword 1 | keyword 2 | keyword 3 | keywork 4</TITLE>
    <LINK REV="made" href="mailto:admin@email.com">
    <META NAME="keywords" CONTENT="you can fit about 255 chars in here">
    <META NAME="description" CONTENT="this shows up on most search engiens">
    <META NAME="author" CONTENT="your name">
    <META NAME="distribution" CONTENT="Global">
    <META NAME="revisit-after" CONTENT="1 days">
    <META NAME="robots" CONTENT="FOLLOW,INDEX">

    I link I got of Nighty on IRC which is pretty good to test them out.

    http://www.seomasters.com/meta-tag-analyzer/


Comments

  • Registered Users Posts: 7,739 ✭✭✭mneylon


    You've got the basics, but there are a lot more that you can add.

    If I get some time over the weekend I'll update our meta-tag generator and post a link. One of the things that the W3C standard doesn't seem to like anymore are upper case tags for META - no idea why...


  • Registered Users Posts: 2,281 ✭✭✭DeadBankClerk


    They don't like UPPERCASE tags because XML is cace sensitive, and xhtml is an xml implementation. They had to chose either upper or lower case for tags, and they chose lowercase. I don't know why they chose it.


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    They also seem to have made it obligatory for the HTML versions to work as well... ah well


  • Registered Users Posts: 7,739 ✭✭✭mneylon


    I fixed the output on the Meta-Tag generator:
    http://www.blacknightsolutions.com/metatag

    Any feedback would be appreciated.


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    Thats very good blacknight, just one problem, a lot of the options arn't in english? Couldn't understand half i was doing :p

    ./Webmonkey


  • Advertisement
  • Registered Users Posts: 7,739 ✭✭✭mneylon


    Sorry about tgat, but I haven't had a chance to translate the Fireball Meta-tags.

    When I have a chance I'll try and do that and add a few more


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    Cool thanx


  • Closed Accounts Posts: 3 NONABUSIVElgs


    i also came accross a copyright one in 1 of my html books but dunno the syntax.


  • Registered Users Posts: 9,579 ✭✭✭Webmonkey


    Originally posted by NONABUSIVElgs
    i also came accross a copyright one in 1 of my html books but dunno the syntax.

    <meta name="copyright" content="Donal">


  • Closed Accounts Posts: 76 ✭✭pepsiman


    Meta tags en masse :p :

    http://vancouver-webpages.com/META/

    /T


  • Advertisement
  • Registered Users Posts: 4,276 ✭✭✭damnyanks


    <META HTTP-EQUIV="Content-type" CONTENT="text/html; charset=ISO-8859-1" />
    <TITLE>SITE NAME- keyword 1 | keyword 2 | keyword 3 | keywork 4</TITLE>
    <LINK REV="made" href="mailto:admin@email.com" />
    <META NAME="keywords" CONTENT="you can fit about 255 chars in here" />
    <META NAME="description" CONTENT="this shows up on most search engiens" />
    <META NAME="author" CONTENT="your name" />
    <META NAME="distribution" CONTENT="Global" />
    <META NAME="revisit-after" CONTENT="1 days" />
    <META NAME="robots" CONTENT="FOLLOW,INDEX" />



    xHTML :)


  • Registered Users Posts: 2,831 ✭✭✭Lucutus


    Originally posted by damnyanks
    xHTML :)

    "The x makes it cooler"


  • Registered Users Posts: 4,276 ✭✭✭damnyanks


    Extreme to the max


Advertisement