Search code examples
htmlhyperlinkhrefsearch-engine

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


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.


Solution

  • 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>