on 2010 Mar 24 8:52 AM
The "Related" sidebar appears when you display an existing question in SQLA. It contains a list of titles for other questions that the underlying software believes are related to this one... in other words, it is a "Related Questions" list.
I am going to get rid of the "Related" sidebar, unless I hear strong objections.
Here are my reasons:
(1) It's not a very useful list; personally, I have never used it, but... that's not the main reason...
(2) I believe the existence of that list on each question page is causing Google to generate false hits... it finds some matching text in the "Related" list and thinks the containing question is a match. You can read more about this topic here: http://sqlanywhere-forum.sap.com/questions/535/why-does-google-return-hits-based-on-the-list-of-rela...
Dumping the "Related" list won't solve all of Google's problems, but waving a dead chicken over the keyboard has not accomplished anything.
Request clarification before answering.
Ok, it's gone... we'll see what happens.
For the record, the following code was added to SQLA's <HEAD> section; the "related-questions" line is the one that's relevant to this discussion:
<style> #bootstrap-module { display: none; } #bootstrap-guide { display: none; } #bootstrap-details-module { display: none; } #related-questions { display: none; } </style>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.