From d3dff5755ced30619e489b2e9fe2289fd3893e4e Mon Sep 17 00:00:00 2001 From: Wade Pickett Date: Fri, 5 Apr 2019 08:54:34 -0700 Subject: [PATCH] April SEO Effort - Changed description metadata (#11848) April SEO sweep: High bounce. The already helpful topic description we would like to show up in the search results is getting bypassed in Google and instead it is showing some random info halfway down the page. Updating the description meta data, date and intro with a minor change to see if we can get the correct description to show up. For all April SEO sweep changes we will follow up in month to verify it is going in the right direction. --- .../security/authentication/social/facebook-logins.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aspnetcore/security/authentication/social/facebook-logins.md b/aspnetcore/security/authentication/social/facebook-logins.md index 2af4f72b38..dcfd5800c1 100644 --- a/aspnetcore/security/authentication/social/facebook-logins.md +++ b/aspnetcore/security/authentication/social/facebook-logins.md @@ -1,17 +1,17 @@ --- title: Facebook external login setup in ASP.NET Core author: rick-anderson -description: This tutorial demonstrates the integration of Facebook account user authentication into an existing ASP.NET Core app. +description: Tutorial with code examples demonstrating the integration of Facebook account user authentication into an existing ASP.NET Core app. ms.author: riande ms.custom: "mvc, seodec18" -ms.date: 12/18/2018 +ms.date: 03/04/2019 uid: security/authentication/facebook-logins --- # Facebook external login setup in ASP.NET Core By [Valeriy Novytskyy](https://github.com/01binary) and [Rick Anderson](https://twitter.com/RickAndMSFT) -This tutorial shows you how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](xref:security/authentication/social/index). We start by creating a Facebook App ID by following the [official steps](https://developers.facebook.com). +This tutorial with code examples shows how to enable your users to sign in with their Facebook account using a sample ASP.NET Core 2.0 project created on the [previous page](xref:security/authentication/social/index). We start by creating a Facebook App ID by following the [official steps](https://developers.facebook.com). ## Create the app in Facebook