Tagged Questions
3
votes
2answers
192 views
How can I allow search engines to index my invite only website in ruby on rails?
I have a ruby on rails website that will be in invite-only mode for the next couple of months. Currently I have it set up so visits to any page performs an authentication:
before_filter ...
2
votes
3answers
115 views
what redirect do i use?
I have a hosted rails application that gives every account a sub domain eg company.hosted_site.com
I have pointed our customers own domain to their subdomain via a A record and a cname so it looks ...
3
votes
5answers
191 views
Hidden form and SEO
I'm using hidden forms, to collects some statistics.
Will it have any penalty from search engines ?
Update 1:
I'm collecting some statistics, based on user interaction with my website. For example, ...