Skip to content

Conversation

@asteiner-swisstopo
Copy link
Contributor

@asteiner-swisstopo asteiner-swisstopo commented Dec 18, 2025

This fixes a mistake in #99.

According to the help page on HTML tags of the Google Search Console, we need to set the HTML header attribute to "name", not "property".

So

<meta name="google-site-verification" content="IuPn...">

not

<meta property="google-site-verification" content="IuPn...">

Test link

This fixes a mistake in #99.

According to the [help page](https://support.google.com/webmasters/answer/9008080?hl=en#html_verification&zippy=%2Chtml-tag) on HTML tags of the Google Search Console, we need to set the HTML header attribute to "name", not "property".

So

```html
<meta name="google-site-verification" content="IuPn...">
```

not

```html
<meta property="google-site-verification" content="IuPn...">
```
@asteiner-swisstopo asteiner-swisstopo changed the title PB-2144 Fix attribute name PB-2144 Fix attribute name #patch Dec 18, 2025
@asteiner-swisstopo asteiner-swisstopo merged commit 838692c into master Dec 18, 2025
3 checks passed
@asteiner-swisstopo asteiner-swisstopo deleted the feat-PB-2144-google-search-verify-ownership-with-proper-key branch December 18, 2025 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants