Log in

View Full Version : Google stuck on "Creating Event"


OFFSHORE DAN
04-06-2006, 08:01 PM
I have a new forum www.PDMSWORLD.com and I have noticed that google has started to try to index it.

Problem is Google seems to start at "Create Event" and since it is an unregistered user it is not allowed to. It seems to go no further than that and does not index the site. I have VBADVANCED loaded but I create a new page with my forum in the center. Here is my "headerinclude" contents

<meta http-equiv="Content-Type" content="text/html; charset=$stylevar[charset]" />
<meta name="generator" content="vBulletin $vboptions[templateversion]" />
<if condition="$show['threadinfo']">
<meta name="keywords" content="$threadinfo[title], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$threadinfo[title] $foruminfo[title_clean]" />
<else />
<if condition="$show['foruminfo']">
<meta name="keywords" content="$foruminfo[title_clean], $vboptions[keywords]" />
<meta name="description" content="<if condition="$pagenumber>1"><phrase 1="$pagenumber">$vbphrase[page_x]</phrase>-</if>$foruminfo[description_clean]" />
<else />
<meta name="keywords" content="$vboptions[keywords]" />
<meta name="description" content="$vboptions[description]" />
</if>
</if>

<meta NAME="revisit" CONTENT="2 days">
<meta NAME="robots" CONTENT="All">



<!-- CSS Stylesheet -->
$style[css]
<if condition="is_browser('opera') AND !is_browser('opera', '8.0.1')">
<style type="text/css">
ul, ol { padding-left:20px; }
</style>
</if>
<!-- / CSS Stylesheet -->

<script type="text/javascript">
<!--
var SESSIONURL = "$session[sessionurl_js]";
var IMGDIR_MISC = "$stylevar[imgdir_misc]";
var vb_disable_ajax = parseInt("$vboptions[disable_ajax]", 10);
// -->
</script>

<script type="text/javascript" src="clientscript/vbulletin_global.js"></script>
<if condition="$show['popups']"><script type="text/javascript" src="clientscript/vbulletin_menu.js"></script></if>
<if condition="$vboptions['externalrss']"><link rel="alternate" type="application/rss+xml" title="$vboptions[bbtitle] RSS Feed" href="external.php?type=RSS" /></if>




My robots are set to "all" in this file so why does it not index?

Do I need to add a robots.txt file to my root folder? I do not have one right now because I though the headerinclude would take care of it.

zerobreach
04-13-2007, 04:37 AM
I am seeing the exact same thing. Can someone explain what needs to be done here? Much appreciated.

jackstraw01
04-13-2007, 09:04 AM
Its been doing that on my forum for about 2 weeks as well.

Its actually a little funny to see Google stuck there.

axinos
04-14-2007, 09:23 PM
I 'm having the same problem too...

Gimmick
05-06-2008, 03:12 PM
+1 too ! Google just sits there trying its best!! lol

Yahoo Slurps are indexing fine though ....

Any ideas?