Skip to content

Commit 98a9f04

Browse files
calderbuildclaude
andcommitted
feat: Add Bing Webmaster verification meta tag
Add msvalidate.01 meta tag to <head> for Bing site ownership verification. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 0ad6ec2 commit 98a9f04

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

_includes/head.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<meta charset="utf-8">
33
<meta http-equiv="X-UA-Compatible" content="IE=edge">
44
<meta name="google-site-verification" content="iog9xrtHaMQ4pyqmT3spIMoVP37df47GEKtiIclzqL8" />
5+
<meta name="msvalidate.01" content="AF10E9C7A491D73CC4CF422DE871A651" />
56
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
67
<meta name="description" content="{% if page.description %}{{ page.description }}{% else %}{{ site.description }}{% endif %}">
78
<meta name="keywords" content="{% if page.tags %}{% for tag in page.tags %}{{ tag }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% else %}{{ site.keyword }}{% endif %}">

0 commit comments

Comments
 (0)