As you know,google is blocked in China. Now I want to put a php search function in my website for user to search by a keyword and get result from my website and more important, from both two search engines, google and Baidu. I have already get done with baidu. But I can get done with google.
Here I have an idea: since my hosting is in mainland China, I can get another vps(like hostus) in USA, when some one search in my webisite, I can let program send a command to this second vps and let it do the specified research using google and send right back the result to my local vps.
is it possible? I know google has a way to identify robots. do you have any great idea to solve this? I want my user search a keyword and get result page on my website showing a website search, a baidu search and a dreaming gooogle search.
Thank you!
Related
I am working on a website where I want to get keyword that my website was searched for on Google.
For example my website is for architect services, someone goes on Google and searches for "Architectural drawings" and gets my site in search and clicks.
I want to get that keyword stored as variable to serve dynamic content.
EDIT
Looking at the answers I think i did not make myself clear.
I am signed up with analytics and I get reports on what keywords by site is being searched for.
What is currently want is When user clicks on google search result to visit my page, i want to use the keyword in order to deliver dynamic content on my page. so if user searched for "Architectural Drafting" and click on my link on search result, i want to deliver content related to architectural drafting and if keyword id "Architectural Design" then content may differ, so i need to get keyword stored as variable when visitor is on my page.
Is that possible?
EDIT 2
I got answer that this is not possible but somehow i came along a plugin that claims under "What The Visitor Wants to Learn From Your Website SPECIFICALLY" first point "by the keywords people are using to land on your website" check link [1]. if they can personalize on the keyword people used to land on my website, there must be some technique used if not cookies, i want to find that out.
[1] http://smartduu.com/content-personalization-plugin/
Regards
Manoj Soni
You need to sign up Google Search Console to see what keyword searches on Google.
Track your site's search performance with Google Search Console and
browse around for more webmaster resources.
Optionally you can sign up Google Analytics and links it up to Google Search Console so that you can access more advance data for keyword search.
If you associate a Google Analytics property with a site in your
Search Console account, you’ll be able to see Search Console data in
your Google Analytics reports. You’ll also be able to access Google
Analytics reports directly from the Links to your site, and Sitelinks
pages in Search Console.
No, that is not possible, at least not for organic search. The keyword is not included in the request that redirects a user from the search results to your page.
If you use Google Adwords then you can ad value track parameters with the search term dynamically filled in to your destination urls. This will work for paid traffic only.
Google Analytics will not help here (for the most part it does not include organic search keywords, either).
Google Search Console will give you info on organic search terms, but not in realtime and will not help for your use case.
I am making a website of news, and i have the next problem: I don´t know how to do a page to see one specific new from my database and people can see the page in google search. I don´t know how to do that, cause the news are in the database, not in a fisical page like html, so google can see it,no? So, that´s my problem, i wanna do a page that recieve a new and can be searched on google too.
Thanks =)
"can be searched on google too" You mean you want to make a web application.If your news are in database, you need to take help from some coding (PHP, ASP.net...etc) to fetch the data and display it in HTML, provided your website is already hosted.
If not, take help from some web hosting service provider.
when you do a google on "site:yoursite.com" it will display the items/pages that are under that site. on the top of the search result, there is an item that says "About 999 results (0.49 seconds)". How do I get that piece of information from either Google Analytics or Webmaster tools. Im using PHP as my lang.
I have over a hundred sites that I wanted to track. And using the old (http://ajax.googleapis.com/ajax/services/search/web?v=1.0&q=site:yoursite.com) doesn't work because google imposed a query limit. So im thinking that maybe I can get these info from GA and/or WMT.
Any help would be very much appreciated.
You can see amount of indexed pages in Webmaster Tools under Google Index -> Index Status.
However, I think the exact number might be slightly different from site:yoursite.com.
Let me know if that helps.
Hi friends I want to implement Bing Search my for My Static Site So that it when I put somthing in the search bar it should search my hole site for the contents to match the search keywords.
Please Can any one help me to do this.
http://www.bing.com/siteowner
Here is Bing's "Getting Started" site, which should help you get started and guide you through setting this up on your website.
You don't necessarily have to submit your site to Bing, but it might be a good idea if searches are not generating results. Bing has a web crawler, the so-called "BingBot" that indexes web content. It may have already found your site and indexed it. You might check the robots.txt file to make sure that it doesn't contain directives blocking crawlers.
To submit site to Bing:
http://www.bing.com/webmaster/SubmitSitePage.aspx
From personal experience - we didn't formally submit our site to Bing. We've got a Bing Box, and it's returning results.
I want to build a system in which the user enters a website domain and a word, and the system shows in which place he is located.
How can I get the search result from Google? there is any way? I am working with PHP and JavaScript.
Google does not provide a public API for querying the ranking (PageRank) of a page.
You could perform the query yourself and check the results against the domain you're looking for, but unless you look only to the first pages, it becomes unfeasible.
As to how to perform Google searches programmatically, see the Custom Search API.