Am i doing this right?

deadfingersdeadfingers Senior MemberThe Royal RAM
Alright well i put meta tags on my sites yet they dont show up, now i dont have this code:
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
but i noticed that many do, do i need to put this in as well? what exactly does this tag do? does it check out your keywords based on your content or what? What does that "charset=ISO-8859-1" mean? is that what everyone uses? i believe on other sites ive seen this but the number was a little different. Any help is appreciated. Oh and also my site has a bunch of these " " and some have told me that because of those that can cause my site not to show up on the page rankings, and i have practically all picture links as well. I checked this ranking thing that shows how good we rank and it said i didnt have not even one link on www.digitalebay.com, now im guessing it doesnt recognize picture links? thanx
sig.jpg

Comments

  • PythonPython Forum Leader The Royal RAM
    this tag tells the browser or search engine or whatever else visits the page what the page is made up of. It also gives the character set of the code used.

    tthat code you posted is in fact wrong. it should be:
    <meta http-equiv="Content-Type" content="text/html" charset=ISO-8859-1">
    

    You put in a ; instead of a {@}

    The Royal Ram

  • deadfingersdeadfingers Senior Member The Royal RAM
    Python wrote:
    this tag tells the browser or search engine or whatever else visits the page what the page is made up of. It also gives the character set of the code used.

    tthat code you posted is in fact wrong. it should be:
    <meta http-equiv="Content-Type" content="text/html" charset=ISO-8859-1">
    

    You put in a ; instead of a "

    actually i got that off mozilla fire fox's website, but anyways im guessing its needed then correct? also can someone answer my other questions as well? thanx
    sig.jpg
  • tonytony Moderator Administrator
    &nbsp is a space i think and it usually goes in cells of tables if you have used dreamweaver so dont worry bout them

    as for that code it isnt needed as such, you can make websites without them and it wont affect the appearence in the slightest
  • deadfingersdeadfingers Senior Member The Royal RAM
    <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    
    well i was looking around and html goodies had this, if u dont believe me then check the source. Anyways i guess im just gonna add that anyways, i changed the   to div tags but thats a pain since u need to precisely put the px's in and it makes those changes according to the size of the whole page :S alright kew, oh and no i dont use Dreamweaver but i may start now :D
    sig.jpg
  • dabossdaboss WP V.I.P. ''The Boss'' Administrator
    the way deadfingers coded it is actually correct. both "text/html" and "charset=iso-8859-1" are values of "content" and is to be separated by a ";"...
  • deadfingersdeadfingers Senior Member The Royal RAM
    daboss wrote:
    the way deadfingers coded it is actually correct. both "text/html" and "charset=iso-8859-1" are values of "content" and is to be separated by a ";"...
    yeah i thought so, i checked plenty of places and even in dreamweaver it puts that itself so.
    sig.jpg
  • PythonPython Forum Leader The Royal RAM
    oh rite... sorry about that then. my mistake

    The Royal Ram

Sign In or Register to comment.