Tag Info

Hot answers tagged

12

Don't ask why not. Ask why? No, seriously - no one spends time working on something as critical as replacing the search function of a major website just for the hell of it. We would need a compelling reason to do so, and I'm not aware of any that involve Bing. But, go ahead and use Bing if you want - if you find yourself getting consistently better ...


12

It's arguably minor, but I find this difficult to disagree with. In the context of a page title, javascript is not a tag (where the implicit convention is to use lowercase). When it is used to start a sentence, not doing it right does look odd. That's because it is wrong, twice. Sentences begin with a capital letter AND JavaScript is a proper noun. One way ...


10

This has been asked on the Web Applications Stack Exchange. Some suggestions from there: Add stackoverflow to your search query A custom search that emphasizes Stack Overflow results Another possibility would be to create a browser extension that detects Google searches, does a Stack Overflow-only search in the background, and injects the results in the ...


8

Well, if I run a Google search that I know hits a certain closed question, I'll see the closed question as the top-most result. This is actually a useful thing for duplicates where there's often some significant terminology choices. The presence of duplicates will expand the radius of search terms people can use to find the one concrete answer we have on ...


8

This isn't a bug, this is by design: Welcome back! If you found this question useful, don't forget to vote both the question and the answers up. only appears if you haven't been seen on the target site for 48 hours you hold a valid user cookie on the target site your account has more than 15 rep on the target site you arrive on a question from a ...


8

If it really needs to completely vanish (e.g. serious information leak through just the URL alone) you can make an edit and then flag for a moderator developer to make the previous versions vanish entirely from the history. (I've only done this once, after approving an edit that removed a real, working API key from an answer). I think that's probably not ...


7

I have experienced posting a question, then searching google immediately after for the core issue of the question and having that question pop up as a result of the search. So Google may be aware of a question posted within 60 seconds of it being posted. I haven't done any testing to find out if this is always true, but when Jeff has discussed Google bot ...


7

From Google's point of view, ASAP. Google wants to update their search as often as required to capture changing content... taking into account the popularity of the site. So, a site receiving a new post every few seconds with 10s-of-millions of page views per month?... wicked fast. I have a big déjà vu moment every time I search Google for information about ...


6

The best things you can do are to keep your website relevant, simple, and neat. Do you see a list of meta-tagged keywords in this website's source? Nope. Look at the website visually. It's easy to read, easy to understand. Look at the website's code, it's just as easy to read and understand. Feeds also help, there's one for every question.


6

Search engines are routed through a separate back-end on our HAProxy server - but they point to the same servers and see the same content that anyone else would see when browsing (well except most of them don't implement javascript - but that's not something we do). We do this simply to allow us to have more fine grained control of the resources that web ...


6

Doing a google search for "stack overflow error" actually only returns 1 so.com reference: http://www.google.com/search?aq=f&sourceid=chrome&ie=UTF-8&q=stack+overflow+error. Perhaps your search itself is flawed. What language and platform are you working on and what is the specific stack overflow error you are getting?


6

if you just search for stack overflow, youll probably get only references to the site. I just searched for stack overflow java and stack overflow c++ and both queries turned up plenty of legitimate discussions on the issue. Sounds like your queries can use some refinement.


6

One thing I thought of doing was asking the question again containing the content I was searching for, then promptly close it as a duplicate as the original. Is this an acceptable thing to do? I disagree with this approach. Closed questions count against a user and can lead to a question ban. So encouraging people to purposely create duplicate questions ...


6

Yes, closed questions can be found in Google. For example, when I search for Can you recommend a good CSS online resource or book? I get the following as my top two results: Both of those questions are closed. This is helpful in the case of questions that are closed as duplicates, since we keep those around as bread crumbs to the canonical reference. ...


6

I'm assuming you are asking about general searching outside the SO environment. Whenever I use a search engine for a specific error, I try to search for the exact error message itself. In other words, if you search for "Stack Overflow Error", you'll get lots of hits that refer to this site while searching for "java.lang.StackOverFlowError" seems more ...


5

Yes, they are still visible to search engines as long as they aren't also deleted. I made a request to change this behaviour and hide them recently, but that hasn't been acted on yet


5

Try some of the following search tips: Replace the weak search term with a characteristic identifier, e.g. "StackOverflowException" Use an entire phrase from an error message, e.g. "stack overflow in line 0" Combine the weak search terms with refining search term, e.g. "stack overflow" "internet explorer"


5

Great point! Either retag the question, or edit the question so it contains more of the relevant search terms. Joel Spolsky was complaining about some iPhone programming example that someone forwarded him, and the answer is really the same -- be the change you want to see, man! That is, edit the question / answers to have a great title and better, more ...


5

I think the correct thing here is that deleted questions should not show up in Google. The reason is that if they do show up, you run into the same situation that makes Experts Exchange so evil — someone has a problem and finds a results in Google that looks like it should have their answer. But when they click the link it brings them to a page that ...


4

This is already handled through robots.txt so revisions are not indexed. Typical revision url: http://stackoverflow.com/posts/nnnnnnn/revisions robots.txt: User-Agent: * Disallow: /posts Disallow: /posts/


4

As per the answer from Jeff to the question Why does the Stack Overflow sitemap.xml use a user-agent whitelist instead of a blacklist?: I agree that checking the user-agent wasn't enough. I added a reverse DNS check as well. So the short answer is, you can't. The long answer is, if you have a valid reason to be accessing it - lets imagine you work for ...


3

The current criteria for choosing when to show the banner are IMHO overly aggressive and will only get worse as Stack Exchange grows. I frequent two or three Stack Exchange sites, but I visit many of the others infrequently. I prefer them to other Q&A sites, because I know they work. But every time I go to a specific Stack Exchange site ...


3

Google makes use of atom/rss feeds. It polls them frequently to find new material. Google throttles their bandwidth spent per day spidering sites, so you benefit from telling google as much as possible with as few bytes as possible. As you can see, almost every page has an link rel=alternate feed url.


3

You can inform google of an update to the xml feed, using http://www.google.com/webmasters/tools/ping?sitemap=SITEMAP_URL, which is what All-in-one-SEO-pack for Wordpress does, for example. I don't know if SO even needs to do this but I'm sure they could if Google wasn't spidering them often enough.


2

Mmm, that's a little creepy (especially with the IP address there). I tried making a custom standard search myself for the trilogy sites, checked the "I accept the terms" checkbox, and clicked the Next button, and got "Bad Request" several times before it finally accepted it. Is buggy, no? Here is the new search: ...


2

I don't think the problem you describe is caused by the URL: a slug matching redirect is done before any page is shown. So, search engines first get a 301 Moved Permanently for the wrong URL, if applicable. A sane search engine has no need to store the wrong URL? (Of course, explicitly describing the links like <a href="...">something here</a> ...


2

We pretty much use it "as is", meaning the core + contrib. We did investigate re-writing the IO layer (it is pluggable), but... that didn't end well. Contributing a patch, of course, won't mean that we immediately take that update (although we're fairly slapdash agile about such things), and if/when we do that won't automatically mean that we forcibly ...


2

Well this sounds odd to me... given there are only 466 search terms with both the tags android and string, the result count sounds right. Are you sure you do not mean to search for http://stackoverflow.com/search?q=%22string%22+android+color We have an optimisation that treats words as tags if the word exists more that a few hundred times as a tag... the ...


2

This sounds like a good idea, and it doesn't seem to be happening at the moment! Example search But the scope would have to be narrowed down. Questions that could be un-indexed wholesale: Not a real question Not constructive Too localized Questions that could be un-indexed except if they have lots of upvotes, or views: Off Topic Alternatively, ...


1

Quoting one of the comments above: Not sure how I feel about this, due to the rare case where a downvoted question has a great answer (we even give badges for that). Anecdotally I've never had a downvoted bad question show up when I'm searching for problems, either. I think that is a valid concern, so I suggest that the indexing algorithm take ...



Only top voted, non community-wiki answers of a minimum length are eligible