Skip to content
Moz news 2 649533a

Gaining Organic Traffic Via Indexed Internal Search Results Pages

N

This YouMoz entry was submitted by one of our community members. The author’s views are entirely their own (excluding an unlikely case of hypnosis) and may not reflect the views of Moz.

Table of Contents

N

Gaining Organic Traffic Via Indexed Internal Search Results Pages

This YouMoz entry was submitted by one of our community members. The author’s views are entirely their own (excluding an unlikely case of hypnosis) and may not reflect the views of Moz.

I have been doing some experiments lately to gain organic traffic to some of my websites by creating pages with internal search results and letting them get indexed via forum signatures. And so far it did increase my organic traffic a bit.

I wrote about this a while back on my own blog and thought to contribute the post to the SEOmoz community as it helped me already very much. (and please, my native language is not English and this is my first post on YOUmoz, so be kind. :P)

So here is what we need:

  • A list with keywords you want to be found for
  • A pimped search results page
  • A list of internal search results

Putting up a nice list of keywords you want to be found for might not be as hard as you think. This article can help you a lot with finding the right keywords for your website.  

You have to pimp up the search results page of your website a bit since it doesn’t have the right parameters in it. For Wordpress users, read this article from Joost:

Although I have tweaked it a bit more to make the search results appear between H1 tags.

Open the file in your template folder called search.php and search in it for: Search results.

In the default Wordpress template, you will find this:

<h2 class=”pagetitle”>Search Results</h2>

Change this into:

You searched for:<br /><h1><?php the_search_query()?></h1>

 

On the same page, you will also find:

<h2 class=”center”>No posts found. Try a different search?</h2>

Replace this with:

No search results found for:<br />

<h1><?php the_search_query()?></h1><br />

Try a different search?


It is also possible that you may need to add the following code into your search.php, if it isn’t already in the code:

<?php the_excerpt(__(‘Read more’));?>

That line of code will put an excerpt of your articles in the search results, if, of course there is/are a relevant article(s) available on your blog/website.

A few plugins we’re also going to need are:

  • Search Everything – with this plugin you can search through every page, tags, category, comment, password protected pages, drafts, excerpts, you name it; it’s all in the configuration and you decide it all.
  • Advanced Excerpt – with this plugin you can play with the layout of your article excerpts. Visit the author's website to read about its full functionality.

Now after pimping the search results page, we need to get our search results list indexed. A list like this would look like:

domain/?s=keyword1

domain/?s=keyword2

domain/?s=keyword3

etc

Please try to keep your list short. For indexing, try to spread it in different forums so it looks a bit more natural ;)

As result, you’re going to get visitors to your website who found your website via organic search results.

See example below:

Google analytics internal search results 

Please try to keep the SERPs clean, and make sure you do have something to offer to your visitors when they find your search results page in the SERPs. Use only keywords that are relevant to your website.

I hope you guys enjoyed this article and that it helps someone in gaining more organic traffic.

Back to Top

Snag your MozCon video bundle for even more SEO insights.

Read Next

The MozCon 2024 Video Bundle Has Arrived! (Bonus: Our 2023 Videos are FREE!)

The MozCon 2024 Video Bundle Has Arrived! (Bonus: Our 2023 Videos are FREE!)

Jul 24, 2024
That's a Wrap: The MozCon 2024 Day Two Recap

That's a Wrap: The MozCon 2024 Day Two Recap

Jun 05, 2024
Diving Into the Future of Digital Marketing: The MozCon 2024 Day One Recap

Diving Into the Future of Digital Marketing: The MozCon 2024 Day One Recap

Jun 04, 2024

Comments

Please keep your comments TAGFEE by following the community etiquette

Comments are closed. Got a burning question? Head to our Q&A section to start a new conversation.