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

Teste inicial de SEO com sitemap e robots #254

Merged
merged 1 commit into from
Mar 22, 2024
Merged

Teste inicial de SEO com sitemap e robots #254

merged 1 commit into from
Mar 22, 2024

Conversation

tigreped
Copy link
Contributor

Português (BR) | English (US)

Comunidade

Tipo de alteração

  • 🐞 Correção de problema
  • ✨ Melhoria ou nova funcionalidade
  • 📰 Nova postagem no blog

Issues relacionadas

#253

Validação

  • Validei a alteração no link gerado pelo bot da Netlify (Deploy Preview/Preview on mobile)
  • Validei o Layout responsivo (desktop/mobile) após a implementação
  • Verifiquei o registro do deploy (Latest deploy log) e nenhum novo alerta ou erro foi adicionado

Evidências

Anexe evidências do antes e do depois da alteração (quando necessário).

Documentação

  • A documentação deste repositório foi atualizada (quando necessário).
  • Esta alteração requer que a documentação externa seja atualizada.

Copy link

netlify bot commented Mar 11, 2024

Deploy Preview for querido-diario-plataforma ready!

Name Link
🔨 Latest commit 784efc4
🔍 Latest deploy log https://app.netlify.com/sites/querido-diario-plataforma/deploys/65fd9ed9e3f789000839cf4b
😎 Deploy Preview https://deploy-preview-254--querido-diario-plataforma.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@tigreped tigreped self-assigned this Mar 11, 2024
Copy link
Member

@ogecece ogecece left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Só tem um pedido de mudança mesmo e alguns comentários. Fora isso, está pronto pra ser mesclado ou ainda vai mexer em algo?

Quando terminar, pode fazer squash nos commits?

tslint.json Outdated
@@ -44,7 +44,7 @@
}
],
"no-console": [
true,
false,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pq essa alteração? Se não for necessária, pode remover?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Aqui foi para permitir a exibição de console.log para debugar o código mais facilmente nas previews do netlify, é para reverter mesmo antes de subir o PR.

src/sitemap.xml Outdated
Comment on lines 48 to 71
<!-- Adicionando pdfs para teste de indexação e comportamento na lista de resultados dos buscadores. -->
<url>
<loc>https://querido-diario.nyc3.cdn.digitaloceanspaces.com/2611606/2019-03-16/d923d35d533f0bb7c80f7ee7c887e10e0136d295.pdf</loc>
<lastmod>2024-03-07</lastmod>
<changefreq>yearly</changefreq>
</url>
<url>
<loc>https://querido-diario.nyc3.cdn.digitaloceanspaces.com/3106200/2007-05-03/9fefed7185f514e1a94645d38b9bd1432a7d5eb6</loc>
<lastmod>2024-03-07</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://querido-diario.nyc3.cdn.digitaloceanspaces.com/2103901/2018-10-11/a39217e5a83507f75e2750d9e66d0035ec755e2b.pdf</loc>
<lastmod>2024-03-07</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
<url>
<loc>https://querido-diario.nyc3.cdn.digitaloceanspaces.com/4205407/2019-10-18/118aecb85e355ac01660d29916bfd172971b22df.pdf</loc>
<lastmod>2024-03-07</lastmod>
<changefreq>yearly</changefreq>
<priority>0.5</priority>
</url>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pode retirar esses documentos do sitemap?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Esses eram arquivos de teste que ia aproveitar para subir, apenas para observarmos como são indexados e como aparecem nos resultados do Google, como referência. Não são essenciais e podem ser removidos, se for a recomendação, testados em outra oportunidade.

@@ -0,0 +1 @@
google-site-verification: google76f9c5285f5b21c9.html
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

O que é esse arquivo? Se não for necessário, pode remover?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Era um arquivo que o GSC pdia para adicionar à home para permitir a indexação do preview, as não deu certo, é pra remover também.

@tigreped tigreped merged commit 99e94cf into main Mar 22, 2024
4 checks passed
@tigreped tigreped deleted the issue_253 branch March 22, 2024 15:17
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.

2 participants