Skip to content

Commit a6b51ed

Browse files
authoredOct 19, 2021
Fix broken link & Add Baidu site verification (mmistakes#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`
1 parent 642ec7b commit a6b51ed

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed
 

‎_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,9 @@ google:
7373
# SEO Related
7474
google_site_verification :
7575
bing_site_verification :
76-
yandex_site_verification :
7776
naver_site_verification :
77+
yandex_site_verification :
78+
baidu_site_verification :
7879

7980
# Social Sharing
8081
twitter:

‎docs/_config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ algolia:
6666
# SEO Related
6767
google_site_verification : "UQj93ERU9zgECodaaXgVpkjrFn9UrDMEzVamacSoQ8Y" # Replace this with your ID, or delete
6868
bing_site_verification :
69-
yandex_site_verification :
7069
naver_site_verification :
70+
yandex_site_verification :
71+
baidu_site_verification :
7172

7273
# Social Sharing
7374
twitter:

‎docs/_docs/05-configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -711,7 +711,7 @@ Formerly known as [Google Webmaster Tools](https://www.google.com/webmasters/too
711711

712712
#### Bing Webmaster Tools
713713

714-
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.
714+
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.
715715

716716
Copy and paste the string inside of `content`:
717717

@@ -808,7 +808,7 @@ facebook:
808808
username: "michaelrose" # https://www.facebook.com/michaelrose
809809
```
810810

811-
**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.
811+
**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.
812812
{: .notice--info}
813813

814814
##### Open Graph default image

0 commit comments

Comments
 (0)
Please sign in to comment.