Mobile app version of vmapp.org
Login or Join
Eichhorn148

: How can I get my dynamic site search results content indexed by Google? I have a site that is simply a search box to search a cloud-hosted database of .tiff images, and then all of my content

@Eichhorn148

Posted in: #Dynamic #Indexing

I have a site that is simply a search box to search a cloud-hosted database of .tiff images, and then all of my content can only be accessed by entering a search term. So for example, you're on the home page example.com and you type in "search" to the box and hit submit. Then it takes you to example.com/?q=search, which is a page of all my .tiff images with "search" in the description. How can I get a page like example.com/?q=search indexed, WITHOUT making a humungous list of search terms that people might type in?? I know about mod_rewrite, but it seems like for that you need to know ahead of time which URLs you'll need to convert, which I don't. All of these pages will be dynamically user-generated by typing into the search field. Please help!

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Eichhorn148

2 Comments

Sorted by latest first Latest Oldest Best

 

@Yeniel560

Google has stated they do not want to index search results from other sites (IE their search results leading someone else's search results is considered poor customer experience) so you'll have an uphill battle to get them indexed and ranked.

Beyond that what you'll need to do is get some links from your home page to some of the search results, as you mentioned you want it to be fully automated so I'd suggest a "recent searches" box on the home page that has links to the results pages for the last 10 or 20 searches.

Once you get Google into some of the interior pages you'll want to make sure they go further then just the one page, you may want to include "related searches" on the actual results pages and or a tagging/category box on the image pages themselves (near the description).

It could also help to put a handful of "navigational" links near the search box that users will find useful IE a static link to "trending searches" "all time most popular" "popular tags/categories" etc. All of these can be generated on the fly based on search query data you collect, and will allow Google to start indexing and exploring your internal pages.

Building useful tools on the data that people will like and link too (think Google trends) will also get links for pages that can be "hubs" and link to many interior pages.

10% popularity Vote Up Vote Down


 

@Annie201

What about creating static / SEO friendly pages such as example.com/search or example.com/someothersearch and have those pages display images from that search results.

Now with search friendly URL's you can generate an XML sitemap and submit it to Google/Bing

I would also create an XML Image sitemap file.

Since your site is all images you should also integrate with pinterest button

Just another thought you could gather all the search phrases from your database and generate and XML sitemap with the dynamic URL's. You're allowed up to 50k URLs per sitemap

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme