-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Conversation
✅ Deploy Preview for querido-diario-plataforma ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
There was a problem hiding this 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, |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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
<!-- 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> |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
src/google76f9c5285f5b21c9.html
Outdated
@@ -0,0 +1 @@ | |||
google-site-verification: google76f9c5285f5b21c9.html |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Português (BR) | English (US)
Comunidade
Tipo de alteração
Issues relacionadas
#253
Validação
Evidências
Anexe evidências do antes e do depois da alteração (quando necessário).
Documentação