To verify ownership of my blog, the bing webmaster requires one of the following three approaches:
Upload the file "BingSiteAuth.xml" to my website as https://mywebsite/BingSiteAuth.xml
Copy and paste a meta tag in my default webpage e.g.
<meta name="msvalidate.01" content="...." />
An example given:
<html>
<head>
<meta name="msvalidate.01" content="...." />
<title>Your SEO optimized title</title>
</head>
<body>
page contents
</body>
</html>
- Add CNAME record to DNS
Question:
What would be the easiest approach and what would be the steps for a beginner ?
Note I am using the AboutWilson template in Pelican. Thanks