Google search position

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
agriz
Forum Contributor
Posts: 106
Joined: Sun Nov 23, 2008 9:29 pm

Google search position

Post by agriz »

Hi,

I did a search position program in my website.
But when i test, i am getting different results.

I found it is because of my server location. How to force google to avoid searching results in a particular location?

The url is google position checker
isset
Forum Newbie
Posts: 4
Joined: Tue Dec 07, 2010 3:12 pm

Re: Google search position

Post by isset »

you could try to send some information in the header like:
Accept-Language:
and all that stuff or you are using a cookie, where Google stored the preferred language.

You have to experiment on that.
Post Reply