I was just viewing stackoverflow page source and I have a few simple questions;
1) What is the purpose of this? DO search engines see this or something else?
<link rel="search" type="application/opensearchdescription+xml" title="Stack Overflow" href="/opensearch.xml">
2) ?v=3731 Why is this added to the end of some javascript and stylesheet files, is it to prevent the browser from caching these items? And if I am correct, then why would you not want this, I would think they wouldn't change often
<script type="text/javascript" src="/content/js/master.js?v=3731"></script>
3) What kind of file is this rel="canonical"
<link rel="canonical" href="http://stackoverflow.com/questions/1180651/php-array-and-foreach">
4) What is this, my guess is maybe if you put in the page URL into something like google reader it would find this file maybe?
<link rel="alternate" type="application/atom+xml" title="Feed for question 'php array and `foreach?'" href="/feeds/question/1180651">`