Supongo que el viejo adagio sobre los motores de búsqueda tienen problemas para indexar los sitios está fuera de fecha, sin embargo, Google no menciona que los marcos causan problemas.
My Web Pages Are Not Currently Listed
A. My web pages have never been included in the Google index.
Google is a mechanized search engine, which employs robots known as 'spiders' to crawl the web on a monthly basis and find sites for inclusion in the Google index. Please review the basics of submitting your site to learn more.
1. Reasons your site may not be included.
Your pages are dynamically generated. We are able to index dynamically generated pages. However, because our web crawler can easily overwhelm and crash sites serving dynamic content, we limit the amount of dynamic pages we index.
You employ doorway pages. Google does not encourage the use of doorway pages. We want to point users to content pages, not to doorways or splash screens.
Your page uses frames. Google supports frames to the extent that it can. Frames tend to cause problems with search engines, bookmarks, emailing links and so on, because frames don't fit the conceptual model of the web (every page corresponds to a single URL). If a user's query matches the site as a whole, Google returns the frame set. If a user's query matches an individual page on the site, Google returns that page. That individual page is not displayed in a frame -- because there may be no frame set corresponding to that page.
If you are concerned with the description of your site as seen by search engines, please read "Search Engines and Frames". It describes the use of the 'NoFrames' tag, which is used to provide alternative content. If, instead of providing alternative content, you use wording such as "This site requires the use of frames" or "Upgrade your browser", then you are excluding both search engines and people who use browsers with frames turned off. (For example, audio web browsers, such as those used in automobiles and by the visually impaired, typically do not deal with frames, which are a visual mechanism.) You can read about NoFrames in the HTML standard here: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.4
- My Web Pages Are Not Currently Listed
- A. My web pages have never been included in the Google index.
- Google is a mechanized search engine, which employs robots known as 'spiders' to crawl the web on a monthly basis and find sites for inclusion in the Google index. Please review the basics of submitting your site to learn more.
- 1. Reasons your site may not be included.
- Your pages are dynamically generated. We are able to index dynamically generated pages. However, because our web crawler can easily overwhelm and crash sites serving dynamic content, we limit the amount of dynamic pages we index.
- You employ doorway pages. Google does not encourage the use of doorway pages. We want to point users to content pages, not to doorways or splash screens.
- Your page uses frames. Google supports frames to the extent that it can. Frames tend to cause problems with search engines, bookmarks, emailing links and so on, because frames don't fit the conceptual model of the web (every page corresponds to a single URL). If a user's query matches the site as a whole, Google returns the frame set. If a user's query matches an individual page on the site, Google returns that page. That individual page is not displayed in a frame -- because there may be no frame set corresponding to that page.
- If you are concerned with the description of your site as seen by search engines, please read "Search Engines and Frames". It describes the use of the 'NoFrames' tag, which is used to provide alternative content. If, instead of providing alternative content, you use wording such as "This site requires the use of frames" or "Upgrade your browser", then you are excluding both search engines and people who use browsers with frames turned off. (For example, audio web browsers, such as those used in automobiles and by the visually impaired, typically do not deal with frames, which are a visual mechanism.) You can read about NoFrames in the HTML standard here: http://www.w3.org/TR/REC-html40/present/frames.html#h-16.4
Asà que yo dirÃa que es probablemente una buena idea de emplear la etiqueta noframes y serÃa una buena idea incluir un enlace a la página que contiene el conjunto de marcos en cada subpágina en caso de que una persona entra directamente a uno de ellos a través de su búsqueda resultados de un motor. De ese modo no acabará en una página de "huérfanos" como éste y no ser capaz de ver a sus vÃnculos de navegación principal:
http://web.ics.purdue.edu/~cbence/starter.htmSin embargo, también mencionan que no fomentan el uso de páginas "puerta" que creo que se refiere al tipo de página de entrada que quieres decir.
La página de Google se hace referencia está aquÃ:
http://www.google.com/webmasters/2.html/ / edit
Es posible que desee leer los artÃculos referidos por Google, el particluarly [url=http://www.searchenginewatch.com/webmasters/article.php/2167901]Los motores de búsqueda y marcos
http://www.webmarketingplus.co.uk/examp ... ent-1.htmlEscribà este...un aplicador del marco en el que JS le redirige a la página principal:
<SCRIPT LANGUAGE="JavaScript">
<!--
if (top == self) window.location.replace("/");
-->
</script>
- <SCRIPT LANGUAGE="JavaScript">
- <!--
- if (top == self) window.location.replace("/");
- -->
- </script>
Pero no resuelve todos los problemas cos que no puede guardar las páginas a los favoritos, etc...y usted tiene que desplazarse de nuevo desde la página principal de la página que se encuentra en el SE - tal vez una secuencia de comandos más complejos de Java para tirar de la navegación. Otro problema no resuelto es que sus páginas vistas en las estadÃsticas se declaró más de! El fondo es si usted tiene un contenido o una tienda (no una cartera elegante que los marcos no está mal) Usted no necesita USO COMPEX frames!
La mayorÃa de webhosts libre y todos los gastos pagados de alojamiento web para que pueda usar PHP y lo que puede utilizar simples
del lado del servidor incluye . Estos son easyer de configurar que los marcos y enlace a su barra de navegación en un archivo seprate por lo que si se agrega una nueva caracterÃstica puede agregar a su menú sin cambiar todas las páginas de la presa (lo mismo va para la cabecera, pie de página o banner!)
Usted muestra. página PHP tendrá este código donde quieres que tu navegación en el código HTML: (<tr> <td> etiquetas son sólo un ejemplo, tendrá que el HTML simple)
.... <tr><td>
<?php
include("/includes/menu.htm")
?>
</td></tr>
<tr><td>
<?php
include("/includes/header.htm")
?>
</td></tr>...
-
- .... <tr><td>
- <?php
- include("/includes/menu.htm")
- ?>
- </td></tr>
- <tr><td>
- <?php
- include("/includes/header.htm")
- ?>
- </td></tr>...
Ahora sà 1 página llamada (menu.htm o cualquier extensión que no importa) y se adhieren a su menú en HTML allÃ.
También se crea 1 página para su cabecera y hacer lo mismo.
También puedes hacer banderas de un cambio en la que incluyen a los 1 archivo para actualizar su página a todos!! y también el pie de página y cualquier cosa que quieras realmente!!
Piss fácil y mucho mejor que los marcos

(Usted puede hacer esto con cualquier código en el servidor)