Página 6 de 10

Re: Google não indexou

Enviado: 17 Mar 2012, 12:53
por Bruno Dias
cola aqui o conteudo do seu overal header

Re: Google não indexou

Enviado: 17 Mar 2012, 13:16
por kovak

Código: Selecionar todos

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>

<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!-- IF S_ENABLE_FEEDS -->
	<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<!--
	phpBB style name: Absolution
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: Christian Bullock ( http://www.ChristianBullock.com/ )

	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->

<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();

	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

// ]]>
</script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/forum_fn.js"></script>
<!-- IF SCRIPT_NAME eq 'rules' -->
<script type="text/javascript">
// <![CDATA[
/**
* phpBB Rules MOD
* Script Original Author: t_backoff (Tabitha Backoff)
* phpBB.com Profile: http://www.phpbb.com/community/memberlist.php?mode=viewprofile&u=1003885
* Original Page: http://www.phpbb.com/kb/article/how-to-create-a-rules-page-similar-to-phpbbcom
**/

window.onload = function()
{
    var pos = location.href.indexOf("#");
    if(pos != -1)
    {
        highlight(location.href.slice(pos + 1));
    }
};
var oldID = false;
function highlight(id)
{
    if(oldID != false && oldID != id)
    {
        document.getElementById(oldID).className = '';
    }
    document.getElementById(id).className = 'activerule';
    oldID = id;
}
// ]]>
</script>
<!-- ENDIF -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/tooltip.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/dropdown.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />

<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />

<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->

<!--[if IE]>
	<link rel="stylesheet" type="text/css" href="{T_THEME_PATH}/ie.css" />
<![endif]-->

<!-- IF S_MCHAT_ENABLE -->
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_core_mini.js"></script>
<script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
<link rel="stylesheet" href="{ROOT_PATH}mchat/mchat_prosilver.css" type="text/css" />
<!-- ENDIF -->

<!-- INCLUDE mods/reimg_content.html -->
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-28177079-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
</head>

<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">

<div id="page-wrap">

<div id="main-sidebar"></div>
        
        <div id="main-content">

<p class="skiplink"><a href="#start_here">{L_SKIP}</a></p>
<a id="top" name="top" accesskey="t"></a>

<div id="wrap">
    <div id="header">
	    <div id="header-left">
        <a href="{U_INDEX}"><img src="http://www.footbrasil.com/forum/images/fblogo2.png" alt="" /></a>

      <!--<div id="site-details">
                    {SITENAME}<br />
                    <span>{SITE_DESCRIPTION}</span>
                </div>-->
		</div><!-- /header-left-->
  <div id="header-right">
		    <div id="<!-- IF not S_USER_LOGGED_IN -->formbox<!-- ELSE -->header-search-box<!-- ENDIF -->">
       <!-- IF not S_USER_LOGGED_IN -->
        <form method="post" action="{S_LOGIN_ACTION}">
                           <label for="viewonline"> </label>
                    </form>
                <!-- ENDIF -->
    <!-- IF S_USER_LOGGED_IN -->
				    <!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
					    <form action="{U_SEARCH}" method="post" id="search">
						    <input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="header-search-bar" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" /><input class="header-search-button" value="" type="submit" /><br /><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a>
						</form>
					<!-- ENDIF -->
				<!-- ENDIF -->
			</div><!--/formbox / search-box-->
		</div><!--/header-right-->
	</div><!-- /header-->
	<div class="float-left breadcrumbs">	</div><!-- /float-left / breadcrumbs -->

	<div class="float-right">
	    <!-- IF U_RESTORE_PERMISSIONS --><span class="alert"><img src="{T_THEME_PATH}/images/error.png" width="16" height="16" alt="" /> <a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a></span><!-- IF U_RESTORE_PERMISSIONS and S_BOARD_DISABLED --> &bull; <!-- ENDIF --><!-- ENDIF -->
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) --><span class="alert"><img src="{T_THEME_PATH}/images/error.png" width="16" height="16" alt="" /> {L_INFORMATION}: {L_BOARD_DISABLED}</span><!-- ENDIF -->
 	<span class="breadcrumbs">  <!-- IF U_EMAIL_TOPIC --><!-- ENDIF --><!-- IF U_EMAIL_PM -->  <!-- ENDIF --><!-- IF U_PRINT_PM --><!-- ENDIF --></span>
	</div>
	<div class="clear-both" style="margin-bottom: 6px;"></div>
           <center>
	<div class="toolbar">
	    <div class="toolbar-left">

		    <img src="{T_THEME_PATH}/images/house.png" width="16" height="16" alt="" />
     <a href="http://footbrasil.com/forum/portal.php" accesskey="h">Página Inicial</a> <!-- BEGIN navlinks --> <a href="{navlinks.U_VIEW_FORUM}"></a><!-- END navlinks -->

			    <img src="{T_THEME_PATH}/images/user_edit.png" width="16" height="16" alt="" /> <a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">Perfil</a>
				<!-- IF S_DISPLAY_PM --><img src="{T_THEME_PATH}/images/<!-- IF S_USER_NEW_PRIVMSG -->email_open<!-- ELSE -->email<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a><!-- ENDIF -->

        <img src="http://i79.servimg.com/u/f79/12/29/19/10/cancel10.png" width="16" height="16" alt="" /> <a href="http://footbrasil.com/forum/rules.php" title="Regras">Regras</a>
	        <img src="{T_THEME_PATH}/images/help.png" width="16" height="16" alt="" /> <a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a>

           <img src="http://i369.photobucket.com/albums/oo132/Ra1lander/dinheiro.png" width="14" height="14" alt="" /> <a href="http://footbrasil.com/forum/points.php" title="Trocados">Trocados</a>

            <!-- IF S_DISPLAY_MEMBERLIST --><img src="{T_THEME_PATH}/images/group.png" width="16" height="16" alt="" /> <a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a><!-- ENDIF -->
            <!-- IF S_DISPLAY_SEARCH and not S_USER_LOGGED_IN --><img src="{T_THEME_PATH}/images/magnifier.png" width="16" height="16" alt="" /> <a href="{U_SEARCH}" title="{L_SEARCH}">{L_SEARCH}</a><!-- ENDIF --> 
            <!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><img src="{T_THEME_PATH}/images/add.png" width="16" height="16" alt="" /> <a href="{U_REGISTER}">{L_REGISTER}</a><!-- ENDIF -->
            <img src="{T_THEME_PATH}/images/<!-- IF not S_USER_LOGGED_IN -->key<!-- ELSE -->disconnect<!-- ENDIF -->.png" width="16" height="16" alt="" /> <a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a>
        </div><!-- /toolbar-right -->
    </div><!-- /toolbar -->
	                    </center>
	<div class="clear-both"></div>

	<a name="start_here"></a>
	<div id="page-body">
	

Re: Google não indexou

Enviado: 20 Mar 2012, 13:00
por kovak
E aí?

Re: Google não indexou

Enviado: 21 Mar 2012, 10:08
por Bruno Dias
nao sei o que ta ocorrendo. muito estranho
instala o gyn sitemap e adicione o sitemap gerado por ele no google webmater tools

Re: Google não indexou

Enviado: 21 Mar 2012, 12:44
por kovak
Já fiz isso uma vez, não adiantou.

Re: Google não indexou

Enviado: 21 Mar 2012, 13:54
por Bruno Dias
uhm
ou tem algum mod bloqueando bot, ou algo no template do estilo...
testando com esse site http://web-sniffer.net/ da pra ver que tem um redirecionamento 301 na pasta /forum

tente mudar para o estilo prosilver e faça um teste com esse site q passei
agora eu testei, e deu redirect 301

Código: Selecionar todos

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="http://footbrasil.com/forum/">here</a>.</p>
</body></html>

Re: Google não indexou

Enviado: 21 Mar 2012, 14:29
por kovak
Desculpa, mas como exatamente eu vejo isso no site?

Re: Google não indexou

Enviado: 21 Mar 2012, 16:28
por Bruno Dias
vai no http://web-sniffer.net/ e coloca em HTTP(S)-URL: http://footbrasil.com/forum e clica em submit
no final na pagina vai mostrar o resultado.
no meu forum, aparece Status: HTTP/1.1 200 OK e o seu aparece Status: HTTP/1.1 301 Moved Permanently

note que no meu forum, aparece abaixo tambem o codigo em html da pagina, e o seu so aparece o redirecionamento 301

Re: Google não indexou

Enviado: 22 Mar 2012, 03:27
por kovak
Entendi, é porque eu não estava colocando o /forum.

Mudei o estilo, fiz o teste e continuou dando o mesmo resultado.

Re: Google não indexou

Enviado: 22 Mar 2012, 09:52
por Bruno Dias
caramba.
vou tentar pesquisar alguma coisa, pois meu pouquissimo conhecimento se esgotou :lol: