Forum Moderators: phranque
I have to promote a web site with no pages.
It works as a search engine, so it has only the home page and serves results on other active pages generated by the search script on the keyword basis.
My question is:
How to promote such a web site?
It has no pages to optimize...
What could be an interesting strategy?
Thanks for any useful help.
Sincerely
how to develop indexible content?
...You say I have infinite pages at my disposal...
But how to serve them to Google?
Should I extract the exact results url for each keyword I'm interested in and submit them to G?
please,put me on the right way;I SEOed only traditional html web sites unitil now, so, this is new to me and not friendly to manage...
Thanks :)
This is new to me and not friendly to manage.
You may need to acquire some technical assistance in the process. Are you on Windows or Linux?
Depending on the platform, you'll either get into mod_rewrite or ISAPI_Rewrite and perform some rewriting routines to extract data from the database.
You'll set up a few template pages that contain the variables from the database. You'll assemble those variables on the page to create your virtual pages. This may require some changes in the way you do things now as those pages, once developed, need to be for the user. Assembling those variables to build a human readable page is a task. ;)
It works as a search engine, so it has only the home page and serves results on other active pages generated by the search script on the keyword basis.
The foundation in this instance would be the method which is used to generate the content. You've got a search engine of sorts that serves results on other pages, correct? Why can't those pages be indexed?
I have to promote a web site with no pages.
By the way, that is an oxymoron. :)
[webmasterworld.com...]
In fact, there are all sorts of topics that you would be interested in now that you are going to be working with dynamic content. ;)
You now have pages like:
example.com/search.php?term=widget
The purpose of mod_rewrite would be to allow you to use a URL like:
example.com/widget.html
The mod_rewrite should then mean that a request to the 'widget.html' URL connects directly to the 'search.php?term=widget' page to be processed as usual.
I hope that I've not upset everyone who was hoping you would make that leap yourself.
I'm going to go one step further now and tell you not to do it. You will get traffic, but I don't think it is the right way to get traffic. Your will be getting hits based on snippets of other people's content. You can argue Fair Use until you're blue in the face, but when I serve DMCA against your webhost they won't stop to check.