[TYPO3-german] automatishce metatags unterbinden

Christian Hünniger huenniger at mellowmessage.de
Wed Oct 4 17:58:01 CEST 2006


Fabian König wrote:
> Tz, tz, tz.. Sowas macht man aber nicht ;)
> 
> 
> Naja, falls du dennoch auf negative Kritik deiner Idee gegenueber stehst,
> dann schau mal in deiner typo3/sysext/cms/tslib/class.tslib_pagegen.php,
> dort kannst du zumindest den <!-- ... --> entfernen.
> 
> Mit dem Meta-Kram -> Keine Ahnung.
> 
> mfg
> Fabian ("wir werden dich finden, deine Seite defacen und uns dann
> darueber lustig machen und das alles nur weil du das bisschen
> Typo3-Zeugs wegmachst") König
> 
> Christian Hünniger @ 04.10.2006 17:00:
>> Hy,
>>
>> wie kann ich die automatischen meta tags, bzw head angaben von typo3
>> unterbinden?
>>
>>
>> bsp:
>> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
>>
Das Problem ist, ich habe meine eigenen charset bzw meta tags. Das 
automatische will ich net.


Gruss


Hier mal mein kompletter header

-------------------------------
<head>
	<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

<!--
	This website is powered by TYPO3 - inspiring people to share!
	TYPO3 is a free open source Content Management Framework initially 
created by Kasper Skaarhoj and licensed under GNU/GPL.
	TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are 
copyright of their respective owners.
	Information and contribution at http://typo3.com/ and http://typo3.org/
-->

	<link rel="stylesheet" type="text/css" 
href="typo3temp/stylesheet_5fd6e6925f.css" />

	<title>Schau rein</title>
	<meta name="author" content="Christian Hünniger" />
	<meta name="date" content="2006-09-28T14:09:20+0200" />

	<meta name="copyright" content="mellowmessage - Agentur für Digitales" />
	
	<!-- Beschreibung -->
	<meta name="keywords" content=""/>
	<meta name="description" content=""/>
	
	<!-- Suchmaschinen -->
	<meta name="ROBOTS" content="NOINDEX, NOFOLLOW" />
	
	<!-- content tags -->
	<meta http-equiv="content-language" content="de" />
	<meta http-equiv="content-type" content="text/html; charset=UTF-8" />

	<meta http-equiv="content-type" content="application/xhtml+xml; 
charset=UTF-8" />
	<meta http-equiv="content-style-type" content="text/css"/>
	<meta http-equiv="imagetoolbar" content="no" />
	<meta http-equiv="expires" content="0" />
	
	<!-- Die einzelnen CSS für die jeweiligen mediatypen (media | print | 
handheld)-->
     <link href="fileadmin/css/smwa2_media.css" 
media="screen,projection" rel="stylesheet" type="text/css" />
     <link href="fileadmin/css/smwa2_print.css" media="print" 
rel="stylesheet" type="text/css" />

     <!-- Menues -->
     <link href="fileadmin/css/smwa2_menu.css" media="screen,projection" 
rel="stylesheet" type="text/css" />


     <!--[if lte IE 6]>
         <link href="fileadmin/css/smwa2_ie_media.css" 
media="screen,projection" rel="stylesheet" type="text/css" />
         <link href="fileadmin/css/smwa2_ie_print.css" media="print" 
rel="stylesheet" type="text/css" />
     <![endif]-->


	<title>SMWA: [TesSiteIndex]</title>
	<meta name="generator" content="TYPO3 4.0 CMS" />
	<script type="text/javascript" 
src="typo3temp/javascript_757c080409.js"></script>


</head>
-------------------------------


>> <!--
>>     This website is powered by TYPO3 - inspiring people to share!
>>     TYPO3 is a free open source Content Management Framework initially
>> created by Kasper Skaarhoj and licensed under GNU/GPL.
>>     TYPO3 is copyright 1998-2006 of Kasper Skaarhoj. Extensions are
>> copyright of their respective owners.
>>     Information and contribution at http://typo3.com/ and http://typo3.org/
>> -->
>>
>>     <link rel="stylesheet" type="text/css"
>> href="typo3temp/stylesheet_5fd6e6925f.css" />



More information about the TYPO3-german mailing list