Skip to content

Adding a "description" meta-tag to the R homepage

5 messages · Tal Galili, Peter Dalgaard, Roebuck,Paul L +1 more

#
On Apr 1, 2011, at 08:49 , Tal Galili wrote:

            
Interesting. What's odd is that although that phrasing is used in multiple places on the net, it is not in the actual www.r-project.org/index.html, nor in any other "official" places that I can spot.

However, what gets displayed for SAS and Stata is not what is in their description tags?

SAS:
<meta content="SAS Business Analytics software -- 30+ years of experience and 50,000+ customer sites worldwide. View success stories, analyst reports &amp; demos." name="description" />

Stata:
<meta name="description" content="Data Analysis and Statistical Software for Professionals" />

What gives?

  
    
#
On 4/1/11 1:38 PM, "peter dalgaard" <pdalgd at gmail.com> wrote:

            
Preferences then?

R:
<meta name="description"
      content="Data Analysis and Statistical Software for the
Intelligentsia" />

    - or - 

<meta name="description"
      content="Not Your Father's Data Analysis and Statistical Software..."
/>
#
Google takes the description tag as advice, but if it thinks the page
is actually about something else, it will write its own summary.

Hadley