tutorials.de Buch-Aktion 05/2012
RSS-Feed anzeigen

it's tobee taylor

Meta Tags!?

Bewerten
von tobee am 13.03.09 um 11:20 (2176 Hits)
Ich habe mich mal auf die Suche gemacht und eine Liste mit Meta Tags erstellt:

<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="content-language" content="de">
<meta http-equiv="content-script-type" content="text/javascript" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta http-equiv="expires" content="-1" />
<meta http-equiv="pragma" content="no-cache" />
<meta http-equiv="x-ua-compatible" content="IE=7" />


<meta name="audience" content="all" />
<meta name="author" content="" />
<meta name="copyright" content="" />
<meta name="date" content="2003-03-14">
<meta name="description" content="" />
<meta name="distribution" content="global" />
<meta name="expires" content="never" />
<meta name="generator" content="" />
<meta name="keywords" content="" />
<meta name="keywords" lang="de" content="" />
<meta name="keywords" lang="en-us" content="" />
<meta name="keywords" lang="en" content="" />
<meta name="keywords" lang="fr" content="" />
<meta name="msnbot" content="NOODP" />
<meta name="page-topic" content="" />
<meta name="page-type" content="" />
<meta name="publisher" content="" />
<meta name="revisit-after" content="5 days">
<meta name="robots" content="follow">
<meta name="slurp" content="NOODP NOYDIR" />
<meta name="zipcode" content="71665" />


<link rel="schema.dc" href="http://purl.org/dc/elements/1.1/" />
<meta name="dc.creator" content="" />
<meta name="dc.format" content="text/html" scheme="DCTERMS.IMT" />
<meta name="dc.identifier" content="" />
<meta name="dc.publisher" content="" />
<meta name="dc.rights" content="" />
<meta name="dc.subject" content="" />
<meta name="dc.title" content="" />
<meta name="dc.type" content="" scheme="DCTERMS.DCMIType" />

<link rel="schema.dcterms" href="http://purl.org/dc/terms/" />
<meta name="dcterms.license" content="http://www.gnu.org/copyleft/fdl.html" scheme="DCTERMS.URI" />
<meta name="dcterms.rightsHolder" content="" />
<meta name="dcterms.modified" content="" scheme="DCTERMS.W3CDTF" />


<link rel="shortcut icon" href="http://www.tutorials.de/forum/" type="image/x-icon" />
<LINK rel="alternate" media="handheld" href="http://www.tutorials.de/forum/" />
<LINK rel="stylesheet" type="text/css" media="print" href="http://www.tutorials.de/forum/" />
<link rel="canonical" href="http://www.tutorials.de/forum/"/>
<link rel="start" href="http://www.tutorials.de/forum/" />
<link rel="help" href="http://www.tutorials.de/forum/" />
<link rel="copyright" href="http://www.tutorials.de/forum/" />
<link rel="icon" type="image/x-icon" href="http://www.tutorials.de/forum/" media="all" />
<link rel="schema.DC" href="http://www.tutorials.de/forum/" />
<link rel="pingback" href="http://www.tutorials.de/forum/" />
<link rel="alternate" type="application/rss+xml" title="" href="http://www.tutorials.de/forum/" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.tutorials.de/forum/" />
<link rel="wlwmanifest" type="application/wlwmanifest+xml" href="http://www.tutorials.de/forum/" />
Nun zu meiner Frage:
Welche Tags benutzt ihr davon?
Benutzt ihr überhaupt Meta Tags?
Vielleicht noch Andere die nicht auf meiner Liste stehen?

"Meta Tags!?" bei Twitter speichern "Meta Tags!?" bei Facebook speichern

Kategorien
Programming

Kommentare

  1. Avatar von Dennis Wronka
    Hier mal der Kopf des Templates fuer mein Projekt-Management-System.
    HTML-Code:
    <head>
    	<meta http-equiv="Content-Type" content="application/xhtml+xml; charset=UTF-8"/>
    	<meta name="description" content="{tpl_description}"/>
    	<meta name="keywords" content="{tpl_keywords}"/>
    	<meta name="robots" content="index,follow"/>
    	{tpl_metatags}
    	<title>{tpl_title} - {tpl_subtitle}</title>
    	<link rel="stylesheet" type="text/css" href="css/layout.css"/>
    	<link rel="alternate" type="application/rss+xml" title="{tpl_title} Newsfeed" href="{tpl_url}/newsfeed.php"/>
    </head>
    Das ist dann im Grunde auch was ich so nutze.
    Hab zwar einen Platzhalter drin fuer weitere Tags, zur Zeit wird da aber nichts reingepackt.
  2. Avatar von tobee
    Wie definierst du denn deine Cache Eigenschaften?
  3. Avatar von Dennis Wronka
    Garnicht.
  4. Avatar von Sven Mintel
    Naja, zumindest für mich ich dieses imagetoolbar-Dingens für den IE Pflicht...bevor ich vor Wut noch was kaputt mache
  5. Avatar von tobee
    Der Tag <meta http-equiv="x-ua-compatible" content="IE=7" /> wird bestimmt noch ein ganz heißes Thema