From a7a254bb28e95e4b5d4481f941b7212731d9e226 Mon Sep 17 00:00:00 2001 From: Nathan Cho Date: Wed, 20 Oct 2021 00:19:29 +0900 Subject: [PATCH] Fix broken link & Add Baidu site verification (#3139) * Fix broken link Link to Bing Webmaster Tools was broken. * Fix broken link Link to Open Graph debug tool was broken. * Add Baidu site verification (mmistakes#2830) Added `baidu_site_verification` to `_config.yml` --- _config.yml | 3 ++- docs/_config.yml | 3 ++- docs/_docs/05-configuration.md | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/_config.yml b/_config.yml index ed24c3792514..ba2b50db9660 100644 --- a/_config.yml +++ b/_config.yml @@ -73,8 +73,9 @@ google: # SEO Related google_site_verification : bing_site_verification : -yandex_site_verification : naver_site_verification : +yandex_site_verification : +baidu_site_verification : # Social Sharing twitter: diff --git a/docs/_config.yml b/docs/_config.yml index 8c3f5fea55e6..6cba47ff893c 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -66,8 +66,9 @@ algolia: # SEO Related google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Replace this with your ID, or delete bing_site_verification : -yandex_site_verification : naver_site_verification : +yandex_site_verification : +baidu_site_verification : # Social Sharing twitter: diff --git a/docs/_docs/05-configuration.md b/docs/_docs/05-configuration.md index fed18c0f5a40..4ab3d13ee846 100644 --- a/docs/_docs/05-configuration.md +++ b/docs/_docs/05-configuration.md @@ -711,7 +711,7 @@ Formerly known as [Google Webmaster Tools](https://www.google.com/webmasters/too #### Bing Webmaster Tools -There are several ways to [verify site ownership](https://www.bing.com/webmaster/help/how-to-verify-ownership-of-your-site-afcfefc6) --- the easiest adding an authentication code to your config file. +There are several ways to [verify site ownership](https://www.bing.com/webmasters/help/add-and-verify-site-12184f8b) --- the easiest adding an authentication code to your config file. Copy and paste the string inside of `content`: @@ -808,7 +808,7 @@ facebook: username: "michaelrose" # https://www.facebook.com/michaelrose ``` -**ProTip:** To debug Open Graph data use [this tool](https://developers.facebook.com/tools/debug/og/object?q=https%3A%2F%2Fmademistakes.com) to test your pages. If content changes aren't reflected you will probably have to hit the **Fetch new scrape information** button to refresh. +**ProTip:** To debug Open Graph data use [this tool](https://developers.facebook.com/tools/debug/) to test your pages. If content changes aren't reflected you will probably have to hit the **Scrape Again** button to refresh. {: .notice--info} ##### Open Graph default image