joi, 24 noiembrie 2011

Damn Cool Pics

Damn Cool Pics


Star Wars Engagement Photo Shoot

Posted: 23 Nov 2011 12:30 PM PST

Photographer Michael James took these awesome Star Wars-themed engagement photos of a Bay Area couple who really, really like Star Wars. Featuring a pair sporting Sith and Obi-Wan Kenobi garb, James shot these two in various Lucasian action positions in parts of the forest near the UC Santa Cruz campus in the Santa Cruz Mountains.










































Introducing SEOmoz's Updated Page Authority and Domain Authority

Introducing SEOmoz's Updated Page Authority and Domain Authority


Introducing SEOmoz's Updated Page Authority and Domain Authority

Posted: 23 Nov 2011 06:39 AM PST

Posted by Matt Peters

Here at Moz, we take metrics and analytics seriously and work hard to ensure that our metrics are first rate. Among our most important link metrics are Page Authority and Domain Authority. Accordingly, we have been working to improve these so that they more accurately reflect a given page or domain's ability to rank in search results. This blog entry provides an overview of these metrics and introduces our new Authority models with a deep technical dive.

What are Page and Domain Authority?

Page and Domain Authority are machine learning ranking models that predict the likelihood of a single page or domain to rank in search results, regardless of page content. Their input is the 41 link metrics available in our Linkscape URL Metrics API call and their output is a score on a scale from 1 to 100. They are keyword agnostic because they do not use any information about the page content.

Why are Page and Domain Authority being updated?

Since these models predict search engine position, it is important to update them periodically to capture changes in the search engines' ranking algorithms. In addition, this update includes some changes to the underlying models resulting in increased accuracy. Our favorite measure of accuracy is the mean Spearman Correlation over a collection of SERPs. The next chart compares the correlations on several previous indices and the next index release (Index 47).

The new model out performs the old model on the same data using the top 30 search results, and performs better if more results are used (top 50). Note that these are out of sample predictions.

When will the models change? Will this affect my scores?

The models will be updated when we roll out the next Linkscape index update, sometime during the week of November 28. Your scores will likely change a little, and may potentially change by as many as 20 points or more. I'll present some data later in this post that shows most PRO and Free Trial members with campaigns will see a slight increase in their Page Authority.

What does this mean if I use Page Authority and Domain Authority data?

First, the metrics will be better at predicting search position, and Page Authority will remain the single highest correlated metric with search position that we have seen (including mozRank and the other 100+ metrics we examined in our Search Engine Ranking Factors study). However, since we don't yet have a good web spam scoring system, sites that manipulate search engines will slip by us (and look like an outlier), so a human review is still wise.

Before presenting some details of the models, I'd like to illustrate what we mean by a "machine learning ranking model." The table below shows the top 26 results for the keyword "pumpkin recipes" with a few of our Linkscape metrics (Google-US search engine; this is from an older data set and older index, but serves as a good illustration).

Pumpkin Recipes SERP result

As you can see, there is quite a spread among the different metrics illustrated, with some of the pages having a few links and others 1,000+ links. The Linking Root Domains are also spread from only 46 Linking Root Domains to 200,000+. The Page Authority model takes these link metrics as input (plus 36 other link metrics not shown) and predicts the SERP ordering. Since it only takes into account link metrics (and explicitly ignores any page or keyword content), but search engines take many ranking factors into consideration, the model cannot be 100% accurate. Indeed, in this SERP, the top result benefits from an exact domain match to the keyword and helps explain its #1 position despite its relatively low link metrics. However, since Page Authority only takes link metrics as input, it is a single aggregate score that explains how likely a page is to rank in search based only on links. Domain Authority is similar for domain wide ranking. The models are trained on a large collection of Google-US SERP results.

Despite restricting to only link metrics, the new Page and Domain Authority models do a good job of predicting SERP ordering and improve substantially over the existing models. This increased accuracy is due in part to the new model's ability to better separate pages with moderate Page Authority values into higher and lower scores.

This chart shows the distribution of the Page Authority values for the new and old models over a data set generated from 10,000+ SERPs that includes 200,000+ unique pages (similar to the one used in our Search Engine Ranking Factors). As you can see, the new model has "fatter tails" and moves some of the pages with moderate scores to higher and lower values resulting in better discriminating power. The average Page Authority for both sets is about the same, but the new model has a higher standard deviation, consistent with a larger spread. In addition to the smaller SERP data set, this larger spread is also present in our entire 40+ billion page index (plotted with the logarithm of page/domain count to see the details in the tails):

One interesting comparison is the change in Page Authority for the domains, subdomains and sub-folders PRO and Free Trial members are tracking in our campaign based tools.

The top left panel in the chart shows that the new model shifts the distribution of Page Authority for the active domains, subdomains and sub-folders to the right. The distribution of the change in Page Authority is included in the top right panel, and shows that most of the campaigns have a small increase in their scores (average increase is 3.7), with some sites increasing by 20 points or more. A scatter plot of the individual campaign changes is illustrated in the bottom panel, and shows that 82% of the active domains, subdomains and sub-folders will see an increase in their Page Authority (these are the dots above the gray line). It should be noted that these comparisons are based solely on changes in the model, and any additional links that these campaigns have acquired since the last index update will act to increase the scores (and conversely, any links that have been dropped will act to decrease scores).

The remainder of this post provides more detail about these metrics. To sum up this first part, the models underlying the Page and Domain Authority metrics will be updated with the next Linkscape index update. This will improve their ability to predict search position, due in part to the new model's better ability to separate pages based on their link profiles. Page Authority will remain the single highest correlated metric with search position that we have seen.

 


The rest of the post provides a deeper look at these models, and a lot of what follows is quite technical. Fortunately, none of this information is needed to actually use these Authority scores (just as understanding the details of Google's search algorithm is not necessary to use it). However, if you are curious about some of the details then read on.

The previous discussion has centered around distributions of Page Authority across a set of pages. To gain a better understanding of the models' characteristics, we need to explore its behavior on the inputs. However, the inputs are a 41 dimensional space and it's impossible (for me at least!) to visualize anything in 41 dimensions. As an alternative, we can attempt to reduce the dimensionality to something more manageable. The intuition here is that pages that have a lot of links probably have a lot of external links, followed links, a high mozRank, etc. Domains that have a lot of linking root domains probably have a lot of linking IPs, linking subdomains, a high domain mozRank, etc. One approach we could take is simply to select a subset of metrics (like the table in the "pumpkin recipes" SERP above) and examine those. However, this throws away the information from the other metrics and will inherently be more noisy then something that uses all of them. Principal Component Analysis (PCA) is an alternate approach that uses all of the data. Before diving into the PCA decomposition of the data, I'll take a step back and explain what PCA is with an example.

Principal Component Analysis is a technique that reduces dimensionality by projecting the data onto Principal Components (PC) that explain most of the variability in the original data.  This figure illustrates PCA on a small two dimensional data set:

This sample data looks roughly like an ellipse. PCA computes two principal components illustrated by the red lines and labeled in the graph that roughly align with the axes of the ellipse.& One representation of the data is the familiar (x, y) coordinates. A second, equivalent representation is the projection of this data onto the principal components illustrated by the labeled points. Take the upper point (7.5, 6). Given these two values, it's hard to determine where it is in the ellipse. However, if we project it onto the PCs we get (4.5, 1.2) which tells us that it is far to the right of the center along the main axis (the 4.5 value) and a little up along the second axis (the 1.2 value).

We can do the same thing with the link metrics, only instead of using two inputs we use all 41 inputs. After doing so, something remarkable happens:

Two principal components naturally emerge that collectively explain 88% of the covariance in the original data! Put another way, almost all of the data lies in some sort of strange ellipse in our 41 dimensional space. Moreover, these PCs have a very natural link to our intuition. The first PC, which I'll call the Domain/Subdomain PC projects strongly onto the domain and subdomain related metrics (upper panel, blue and red lines), and has a very small projection onto the page metric (upper panel green lines). The second PC has the opposite property and projects strongly onto page related metrics with a small projection onto Domain/Subdomain metrics.

Don't worry if you didn't follow all of that technical mumbo jumbo in the last few paragraphs. Here's the key point: instead of talking about number of links, followed external links to domains, linking root domains, etc. we can instead talk about just two things - an aggregate domain/subdomain link metric and an aggregate page link metric and recover most of the information in the original 41 metrics.

Armed with this new knowledge, we can revisit the 10K SERP data and analyze it in with these aggregate metrics.

This chart shows the joint distribution of the 10K SERP data projected onto these PCs, along with the marginal distribution of each on the top and right hand side. At the bottom left side of the chart are pages with low values for each PC signifying that the page doesn't have many links and they are on domains without many links. There aren't many of these in the SERP data since these are unlikely to rank in search results. In the upper right are heavily linked to pages on heavily linked to domains, the most popular pages on the internet. Again, there aren't many of these pages in the SERP data because there aren't many of them on the internet (e.g. twitter.com, google.com, etc.) Interestingly, most of the SERP data falls into one of two distinct clusters. By examining the follow figure we can identify these clusters:

This chart shows the average folder depth of each search result, where folder depth is defined as the number of slashes (/) after the home page (with 1 defined to be the home page). By comparing with the previous chart, we can identify the two distinct clusters as home pages and pages deep on heavily linked to domains.

To circle back to search position, we can plot the average search position:

We see a general trend toward higher search position as the aggregate page and domain metrics increase. This data set only collected the top 30 results for each keyword, so values of average search position greater than 16 are in the bottom half of our data set. Finally, we can visually confirm that our Page and Domain Authority models capture this behavior and gain further insight into the new vs old model differences:

This is a dense figure, but here are the most important pieces. First, Page Authority captures the overall behavior seen in the Average Search position plot, with higher scores for pages that rank higher and lower scores for pages that rank lower (top left). Second, comparing the old vs new models, we see that the new model predicts higher scores for the most heavily linked to pages and lower scores for the least heavily linked to pages, consistent with our previous observation that the new model does a better job discriminating among pages.


Do you like this post? Yes No

Thank a hero


The White House, Washington


Good morning,

Every Thanksgiving, Barack sits down to call some of our troops and thank them for their service.

When he tells me about these conversations, it always reminds me of how blessed we are to live in a country where men and women will stand up to protect our freedoms and preserve our way of life. And whenever I've had the chance to meet with these heroes and their families, I've always walked away inspired by their courage and in awe of their strength.

I can't think of any better way to spend Thanksgiving than letting our servicemembers know how grateful we are for everything that they do. So this year, we're making it easy to do just that.

We've partnered with the USO to create a program called Thanks From Everywhere. To get involved, simply visit JoiningForces.gov/Thanks and write a quick note that troops and veterans all over the world will be able to see.

Add your message to Thanks From Everywhere.

Send a message of thanks and watch the video

Your note will be added to a map with messages from people all over the country, showing our troops and their families just how much we appreciate their service and sacrifice.

If we all do our part, we'll help to build a wave of support to honor our veterans and their families -- and ensure they get the recognition they deserve this holiday season.

At a time when we are sitting down to share the blessings we've received this past year, please take a moment to be a part of this effort to thank America's heroes and their families.

Send a message to Thanks From Everywhere today:

http://www.JoiningForces.gov/Thanks

Happy Thanksgiving,

Michelle Obama




 
This email was sent to e0nstar1.blog@gmail.com.
Unsubscribe e0nstar1.blog@gmail.com | Privacy Policy

Please do not reply to this email. Contact the White House

The White House • 1600 Pennsylvania Ave NW • Washington, DC 20500 • 202-456-1111


SEOptimise

SEOptimise


Behold Facebook’s New ‘Page Insights’ Dashboard

Posted: 23 Nov 2011 07:02 AM PST

In what seems to me to be a bid to prove to marketers that advertising with Facebook can produce great results, Facebook have rolled out a new 'Page Insights' dashboard which provide metrics on user engagement. They intend to delete all data from your old insights page on the 15th of February 2012 and will stop collecting data on the 15th of December 2011.

The new dashboard looks like this:

In addition to 'total likes', you can now view the number of friends that your fans have, thereby giving you an estimate of your total reach.

You probably would have seen the stats for the number of people 'talking about this' on Facebook pages for a while; this is now provided on the dashboard as well. This is quite an important statistic to gauge your engagement with your community, as shares, comments, likes, posts etc. are all taken into account.

Your weekly total reach gives you the number of people who have seen any content associated with your page, including 'ads' and 'sponsored stories' that send traffic to your page. This metric is quite unique as it is different to 'impressions', where you're provided with the number of unique people who have seen the ad. This metric in my opinion would be quite useful, especially when running a branding campaign.

Below the graph, you are provided with stats for all your page posts:

- Your 'Reach' (number of unique people who've seen your post),

- Your 'Engaged Users' (the number of unique people who have clicked on your post).

- Those who are 'Talking about this' (the number of unique people who have liked, commented or shared your post; or responds to your event; or answers a question you posted) and

- 'Virality' ('people talking about this' divided by 'reach' and multiplied by 100) – this is basically your viral thermometer.

What's cool about these stats is if you click on the figures, you are provided with even more statistics, such as how many of these posts were 'organic', 'paid' or actually 'viral' etc.

On the tree menu on your left, you can navigate to see your statistics about your 'likes'. This is quite similar to the old insights, but in addition to the gender, age and geographic locations of your community, you can also view 'where your likes came from'. This is quite useful to know whether people liked your page from their newsfeed, on your website, or after visiting your page; all this provided for you on a timeline. This will be especially useful to gauge which mediums of promotions are performing best, such as 'paid ads', special offers for the Facebook community and website content updates (do people like your page once they arrive at a new product page or a post etc.).

Under reach, again you're provided with demographic data, but what's even more interesting is the stats about 'how you reached people' and also your top referrers.

 

As I mentioned before, the 'Talking about this' section is probably the most important in terms of gauging your social media health. These graphs provide you with data about the number of 'unique people' who created a story about your page and also the number of 'unique people' who saw a story about your page published by their friend.

All this data and information is wonderful for an eMarketer, but how can you utilise this data in order to improve business performance and activity? Each business is unique and has different goals, which means that your social media strategy would also differ. However, one thing I believe will remain a constant, which is even more emphasised by all these metrics, is the consistent supply of unique and useful content and engagement with your community. Using the plethora of data provided by Facebook, you can now gauge what type of content resonates with your community and what doesn't.  This is by far the most generous Facebook has ever been in terms of providing data to page owners. Hopefully this will provide eMarketers with greater direction on their social media campaigns.

© SEOptimise - Download our free business guide to blogging whitepaper and sign-up for the SEOptimise monthly newsletter. Behold Facebook's New 'Page Insights' Dashboard

Related posts:

  1. Facebook Insights for Domains – Measuring Social Media Success
  2. How Important are Facebook Likes for Search? – Presentation from SMX London
  3. A Summary of Major F8 Facebook Updates

Seth's Blog : A great way to give thanks...

A great way to give thanks...

for the privileges we've got is to do important work.

Your job, your internet access, your education, your role in a civilized society... all of them are a platform, a chance to do art, a way for you to give back and to honor those that enabled you to get to this point.

For every person reading this there are a thousand people (literally a thousand) in underprivileged nations and situations that would love to have your slot. Don't waste it.

 

More Recent Articles

[You're getting this note because you subscribed to Seth Godin's blog.]

Don't want to get this email anymore? Click the link below to unsubscribe.




Your requested content delivery powered by FeedBlitz, LLC, 9 Thoreau Way, Sudbury, MA 01776, USA. +1.978.776.9498