tags:

views:

34

answers:

2

Ok so say I have a website that the majority of content is behind a closed door, login screen for paying customers only. How can I let google know what is there so people can find the site through a search engine.

What programming techniques could I use to give more content to the google bot.

I will have some overview and demonstration screens to tempt the users but will these five to ten pages of content be enough for the search engines.

The key work is quite a highly sort one and there is quite alot of competition.

And before anyone asks the site is not a subscription porn site (Sadly)

+3  A: 

Typically the sites I've seen show an abstract of the content on each page with a "to see the full article please login". This gives Google and visitors a chance to get a sample of what's available without giving away the crown jewels.

Don't be tempted to show the content without login if the user-agent is "googlebot" but demand a login from anyone else. This is against Google's terms and is trivially easy to circumvent. Experts Exchange tried this and ended up being blacklisted for a while in the rankings.

Paolo
And they should be blacklisted again.
Arkh
Isn't Wall Street Journal doing this, too? I remember, at least a while back, you could still read it for free by changing your user agent, but Google seemed to index the articles in full - or did I miss something?
Jan Kuboschek
Yeah now EE pretends that the content is behind a login, but it's stuck way down at the bottom of the page. Disgraceful. It angers me every time I see an EE question in Google SERPs above or without an SO result too.
DisgruntledGoat
A: 

You mustn't expose content to Google that you do not expose to everyone. You will get blacklisted by them and achieve the opposite of what you are hoping for. The trick is to expose some key content that can be seen by everyone.

If you let us know what type of content you have could possibly be more helpful.

Richard