The indexing tag has no wiki summary.
20
votes
2answers
167 views
What about an upgrade to the word delimiter list for a more accurate search?
Stack Overflow search engine has gone through numerous improvements over the years and in effect is quite useful. Its sorting and filtering capabilities are outstanding but when it comes to fulltext ...
0
votes
2answers
89 views
How questions on Stack Overflow are indexed on Google as soon as they are posted? [closed]
Possible Duplicates:
I'm just going to throw this out there, but Google indexes Stack Overflow really quickly…
SEO in stackoverflow
I have noticed one thing many times, as soon ...
2
votes
0answers
112 views
Best of Stack Overflow
I've started a project to list questions with the 'best' answers, like the comp.lang.c FAQ. It's a wiki hosted on Wikia, called Best of Stack Exchange.
I'm defining best as:
At least one very good ...
5
votes
0answers
32 views
Does Google index other answer pages (page > 1) of long threads?
I had a liberty of experimenting with two "heavy-weight" questions:
What's the most egregious pop culture perversion of programming?
Humor in code
If I copy out some specific content from the ...
0
votes
0answers
41 views
what index(es) needs to be added for this query to work properly? [closed]
Hi,
This query pops up in my slow query logs:
select count(*) as ordersCount,
sum(ItemsPrice + COALESCE(extrasPrice, 0.0)) as totalValue,
sum(ItemsPrice) as totalValue,
...
-3
votes
2answers
147 views
How often does Google index SO content? [closed]
Possible Duplicates:
SEO in stackoverflow
How frequently are new questions indexed by search engines?
In the past, I believe I've noticed that SO questions appear on Google within about ...
14
votes
4answers
527 views
Option to make public resume non-indexable by Google?
Other online resume services (Emurse, for example) let you designate your resume as publicly viewable but non-indexable by search engines.
There is some info in my CV that I do not want to become ...
3
votes
3answers
82 views
What indexes should I add to StackQL?
I'm looking ahead to the October StackOverflow public data export, which will hopefully be available before the end of the week. If so, I want to update StackQL to use that data over the weekend. ...
8
votes
4answers
311 views
I'm just going to throw this out there, but Google indexes Stack Overflow really quickly
For example, I posted a question on SO after using Google to try to find an answer. I then turned back to Google and did a search for netbeans validate jtextfield against regex and it was already the ...