I'm working on a project with a few interesting requests from the client. Wondering if anyone has any suggestions or would like to weigh in.
I'm creating a Web App for my client to distribute internally to a handful of people in the company. They need to be able to access the Web App from anywhere in the world.
The client requested that their users NOT have to log in to use the app, but they don't want everyone in the world to access it. It made me think of Google Apps sharing feature where you can create a link and whomever has the link can access the file. Security by obscurity basically. So I thought I can create a URL that is basically 50 or 60 random alpha-numeric characters long which the client can then share with their team.
I'm wondering if this is the best idea or if there is a better way to go about it.
Also, to ensure the pages won't be crawled, I was planning on using a robots.txt file that blocks everything.
Lastly, we want to collect analytics using Google Analytics so they can get a better idea of how their staff is using the App. It's my understanding that there is no direct connection between Google Analytics and Google Search in the sense that as long as I block the Google Search bot using robots.txt, anything captured in Google Analytics won't be automatically indexed. I want to make sure this is the case. That nothing sent to Google Analytics will automatically show up in a public forum.
The key to this whole thing is to be able to create a workflow that assures the client, that as long as the link doesn't get out into the public, their content is "protected." Or at least, as protected as unprotected content can be.
Any thoughts?
Thanks, Howie