Is it possible to link directly to Google search results using href?

Frank picture Frank · Mar 24, 2016 · Viewed 33.8k times · Source

I would like to link directly to a search results page from a standard link. To give an example of what I'm hoping for, here is some pseudocode:

<a href = "https://www.google.com/search?keywords=My+Search+Parameters">Click here to search Google</a>

Is there any way to do this? I would like to redirect my users directly to a search results page so they can see real results on the web.

Answer

Devnsyde picture Devnsyde · Mar 24, 2016

Please have a look at the link below:

http://www.googleguide.com/linking.html

<a href=”http://www.google.com/search?q=Google+tutorial+create+link”>
   Google tutorial create link
</a>