7 seo e metadados - #11
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Este PR melhora o SEO técnico e os metadados de compartilhamento da home (pages/home/page.templ), adicionando tags Open Graph/Twitter, URL canônica e dados estruturados (JSON-LD) para melhorar indexação e prévias em redes sociais.
Changes:
- Atualiza
titleemeta descriptioncom texto mais descritivo. - Adiciona metatags Open Graph e Twitter Card (incluindo imagem e alt).
- Define
canonical,robots,theme-color,rel="me"e inclui JSON-LD deOrganization.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pages/home/page.templ | Adiciona/atualiza metadados SEO, OG/Twitter e JSON-LD no <head> da home. |
| pages/home/page_templ.go | Atualiza o arquivo Go gerado pelo templ para refletir os novos metadados. |
Files not reviewed (1)
- pages/home/page_templ.go: Generated file
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
ericklucioh
force-pushed
the
7-seo-e-metadados
branch
2 times, most recently
from
June 28, 2026 01:07
f5b35da to
e673a89
Compare
|
LGTM, mas cuidado com o outro PR que você colocou o SEO e os meta naquele tbm. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
adicionando meta dados no head
Closes #7