appdotnet / api-spec

App.net API Documentation is on the web at https://developers.app.net. Source for these docs is in the new-docs branch here. Please use the issue tracker and submit pull requests! Help us build the real-time social service where users and developers come first, not advertisers.
https://developers.app.net
950 stars 98 forks source link

Option to exclude one's posts from search engine indexing. #223

Closed berklee closed 11 years ago

berklee commented 12 years ago

Hello,

I just noticed that Google is indexing App.net posts within minutes. I don't want my posts to be private, but I also don't want to have them indexed by Google or any other search engine within a few minutes, that feels a bit creepy.

So I'd like to suggest the option to filter out the posts that you make from the data presented to search engines. I understand this adds a layer of complexity to your queries and recognise this would not be a top priority feature request. Nevertheless, I'd like this feature. I'm willing to write the necessary code if that helps.

orianmarx commented 11 years ago

Now that we've released the Messaging API developers can build clients that support sending private messages, and these will not be indexable by search engines. Posts will remain completely public and users should consider anything they post on the public web to be potentially indexable by search engines.

Also, it would be especially complex for us to prevent indexing of some posts and not others given that posts often appear in threads, and then there would be a conflict as to whether we let the entire thread get indexed or not.