Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

do we need an explicit <head> ? #1656

Open
Fil opened this issue Sep 12, 2024 · 1 comment
Open

do we need an explicit <head> ? #1656

Fil opened this issue Sep 12, 2024 · 1 comment
Labels
question Further information is requested

Comments

@Fil
Copy link
Contributor

Fil commented Sep 12, 2024

I wanted to use Google Webmaster Tools on pangea, and tried to verify ownership with a meta

<meta name="google-site-verification" content="iWyKAa-v6tF3VF9SMInpGS-PVBcJsy4v5p08VyKAkI4">

but I got:

Ownership verification failed
Verification method:
HTML tag
Failure reason:
Your meta tag is not in the <head> section of your home page.
Please fix your implementation and reverify, or use another verification method.

Maybe if we had an explicit <head>…</head> this would not occur.

@Fil Fil added the bug Something isn’t working label Sep 12, 2024
@Fil Fil changed the title do we need an explicit &lt;head> ? do we need an explicit <head> ? Sep 12, 2024
@Fil Fil added question Further information is requested and removed bug Something isn’t working labels Sep 12, 2024
@mcmcclur
Copy link

Yes - absolutely!

For that matter, there should be explicit html and body elements and you might consider what options to support. At a minimum, the html element should support the option to specify the language:

<html lang="en">

Though, you might prefer lang="fr". :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants