Tagged Questions
1
vote
1answer
34 views
How to create a Google Bot friendly robot.txt?
I am using Word Press. One of the files functions.php contains function do_robots() {... which blocks Google crawling. I have replaced this function with the following:
function do_robots() {
...
0
votes
0answers
23 views
Googlebot attempting to submit every select option in form creating 118,000 404's in webmaster tools
I have a form on every page of my site that you need to select 4 options from dropdowns before it can be submitted (validated by jquery).
However it appears a googlebot is successfully being able to ...
0
votes
1answer
23 views
Indexing a link under an if statement?
will index Google any links witch are under an if statement?
Ex
<a"; if($user_category=="register2"){ $link="href='".$databaselink; echo $link;}"> BOOK</a>
The links are ...
0
votes
2answers
88 views
20,000 404 requests per day coming from private internet use IPs. What should I do? [closed]
I figured I should put this into a new question because the question has changed.
I am getting over 20,000 bogus request to our homepage via 2 IP addresses: 10.171.147.114 & 10.161.46.102. They ...
6
votes
2answers
215 views
Googlebot Unexplained 32-character hexadecimal appended string causing more than 20,000 404 errors per day
I have a very interesting problem that I am failing to explain.
Every 2 to 6 seconds googlebot (I have looked up googlebots IP, its the real thing [using host IP]) is requesting a page on our site ...
0
votes
1answer
72 views
ip address or visitors staying long on my website
i am experiencing heavy CPU usage, i observe that some ip address staying long and hit count also gone above 50000 each and time on website reached 10 hours.
ip address time hits page ...
0
votes
2answers
287 views
In Webmaster tools googlebot is getting a crawl error 500 from the server
I've noticed my sites are not ranking as well as they did before and when I checked Webmaster tools I see that gooblebot cannot crawl pages that I can perfectly crawl with my browser and I'm getting ...
-1
votes
1answer
178 views
Show age check form to users, not bots - SEO safe?
I've got an issue where I have an age verification script on my site which prevents pages on the site being indexed by google. The workarounds for this seem pretty flimsy, javascript and css overlays ...
1
vote
1answer
551 views
Googlebot Crawl Error 500 and PHP Error reporting (with a strange solution)
So Google wouldn't crawl anywhere on my live site other than some simple first pages - instead just giving me 500 errors. Fetching as Google in the Webmaster tools showed that it would return the full ...
1
vote
2answers
511 views
Googlebots and session
I have a section of a website that sets a session variable. On another section of the site, if that variable is set, then it redirects them back to where the part of the site that set the variable.
...
3
votes
1answer
696 views
Is it possible to find when google bot is crawling any urls on my site and record the last access time to a text file on server
Here's a code below which sends an email whenver any page is crawled by google and its resulting in spamming of mailbox. so is it possible to just record last crawled timestamp in a text file on ...
0
votes
1answer
256 views
htaccess Issue : Header throwing 404 although page is correctly displayed
I am facing quite a strange problem at the moment, I have wordpress and oscommerce installations on single domain. I placed wordpress at the root and oscommerce in /store/ folder.
Everything is ...
3
votes
1answer
410 views
PHP script to detect the browser language, what about the google bot?
I am working on a website that will be avalaible on two language (english and french). I made a script to detect the browser language with $_SERVER['HTTP_ACCEPT_LANGUAGE'] and depending on the ...
1
vote
4answers
173 views
php code to exclude google
i have a classifieds website. On this website i store in the db, each product page that a user visits for history purposes, so he can view the last products he visited.
The problem is that when ...
2
votes
1answer
363 views
Best way to identify googlebot
What is the most reliable, fastest way to identify the Googlebot crawler? rDNS can be spoofed, so the googlebot ip list looks to be the most reliable way. Are there any sites/resources, where the ...
0
votes
2answers
213 views
Restrict Google bot's access based on URL parameters
For example I have the following link:
http://broodds.com/index.php/en/component/bet/?view=oddsdetails&bet_id=4e9dc53b96df3&odds=q1
I don't want to give access to the Google bot if the view ...
4
votes
2answers
358 views
How can I get the time the Google bot last accessed the page?
I have the following function to get the last access date of googlebot:
//get googlebot last access
function googlebot_lastaccess($domain_name)
{
$request = ...
0
votes
1answer
720 views
PHP Warning: preg_match() [function.preg-match]: Unknown modifier
Anyone have an idea of why this is popping up? Trying to use this to redirect users based on user agent. This warning comes up when user agent is search bot. Also Windows XP MSIE 8 user agent is ...
0
votes
3answers
151 views
Making PHP Pages dependent on GET parameters search engine friendly
Say there is an article on a site about sports "Kobe Bryant is the best"
1) Does it make a difference to the google crawler, and for purposes of attaining a high search relevance whether that article ...
0
votes
1answer
307 views
Identyfying Web Crawler / Search Engine Bots like Google, Yahoo etc. using basic PHP functions
how to determine whether Visitor is a Search Engine Bot like f.e. Google Bot or not?
1
vote
1answer
319 views
Googlebot getting an error
I have the following code as my index.php for my multi-language website. Each available language has a subdirectory.
<?php
if (isset($_POST['URL']) && strlen($_POST['URL']) == 3) {
...
0
votes
3answers
483 views
Verifying a Googlebot
I'm going to block all bots except the big search engines. One of my blocking methods will be to check for "language": Accept-Language: If it has no Accept-Language the bot's IP address will be ...
1
vote
2answers
443 views
Possible for Google Bot to Execute PHP Script
I have a CRON job php script that I just set up not too long ago. However, I noticed that the PHP file executed (without the cron job activating). It appears that it happened when a Google Bot ...
