[Typo3] ext: indexed_search, template meta tag prob

Michael Kaufmann m2kaufma at edu.uni-klu.ac.at
Mon Feb 28 15:28:36 CET 2005


Hi list

I installed the indexed_search plugin, and tried to index my pages. First it didn't work, 
and the page couldnt be loaded. There was only the 30 second refresh message. 

I found out, that it was a problem with the template behind the page. 
Cause i had 2 differnt templates which have differnt meta tags. 
Both seemed to be ok, but one page became indexed and one not. 
So i tried to set the rest of the page, with the working template. 
And now the indexing is working. 

So here are the Meta tags of both templates: 

not wirking one:

<head> 

        <TITLE>Template 2</TITLE>

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

        <link href="fileadmin/template/styles/style.css" rel="stylesheet" type="text/css">

</head>

working one:

<head>

        <title>People behind Informatics - Dahl, Dijkstra and Nygaard</title>

        <!-- MetaTags erstellt mit CodeGen @ http://www.yubb.de -->

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

        <meta http-equiv="pragma" content="cache">

        <meta name="robots" content="follow,index">

        <meta name="description" content="People behind Informatics - Virtual exhibition in memory of Ole-Johan Dahl, Edsger Wybe Dijkstra and Kristen Nygaard">

        <meta name="generator" content="CodeGen">

        <meta name="keywords" content="People behind Informatics, Software Pioneers, Edsger Wybe Dijkstra, Kristen Nygaard, Ole-Johan Dahl, Sabrina Schönhart, Armin Müller, Laszlo Böszörmenyi, Stefan Podlipnig, virtual exhibition, memorial, shortest path, coroutines, virtual methods, Timeline, computer science concepts, University of Klagenfurt, JMLC 2003, EUROPAR 2003, ALGOL, Banker's Algorithm, Garbage Collection, Object-Orientation">

        <meta name="author" content="Sabrina Schönhart, Armin Müller, Laszlo Böszörmenyi, Stefan Podlipnig">

        <meta name="revisit after" content="5 days">

        

        <link href="styles/style.css" rel="stylesheet" type="text/css">

</head>

Ok, but i don't know why ....

Maybe u know :)

Cheers, 

Michi K






More information about the TYPO3-english mailing list