• User

    I Frame

    Ciao a tutti,
    come evitare i problemi di posizionamento derivanti da un sito in frame e iframe?

    Mi interesserebbe che le pagine aggiuntive, le news e qualunque altra cosa, fossero indicizzate dai motori, ...presto o tardi.

    Con un sito in frame è impossibile?

    Grazie.

    p


  • Community Manager

    si che si può, io faccio cosi

    <html>

    <head>
    <title>Frame</title>

    </head>

    <frameset rows=",">
    <frame name="superiore.htm">
    <frame name="inferiore.htm">
    <noframes>
    <body>
    [url="superiore.htm"]Link
    [url="inferiore.htm"]Link
    [url="link.htm"]Link
    [url="link.htm"]Link

    La pagina corrente utilizza i frame. Questa caratteristica non è
    supportata dal browser in uso.</p>

    </body>
    </noframes>
    </frameset>

    </html>

    Linko la pagina che compone il frame cosi da farla indicizzare

    E metto link nel body

    Farei anche una prova con questo codice

    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>frame</title>
    </head>
    <frameset rows="15%,70%,15%">
    <frame src="11.html">
    <frameset cols="25%,50%,25%">
    <frame src="21.html">
    <frame src="22.html">
    <frame src="23.html">
    </frameset>
    <frame src="12.html">

      <noframes>
    

    Qui può essere indicato il link a <a href="pagina.htm">
    una versione del sito</a> che non utilizzi un layout a frame</p>
    </noframes>
    </frameset>
    </html>

    Quel link lo prende

    Giorgio


  • User

    Sei miticissimo,
    anche perchè rispondi a me, che sono forse la milionesima persona che te lo chiede! 😄

    p


  • Community Manager

    Ma va Piera 😉

    Sono qui per questo, diffondere quel poco che sò.

    Mi fa solo piacere che si facciano tante domande, vuol dire che questo forum è vivo.

    E ai tempi d'oggi è una cosa che mi dà molte soddisfazioni personali 🙂

    Giorgio