You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/en/posts/essential-guide-to-improve-seo-in-single-page-application-vuejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ In the context of Server Side Rendering (SSR) as the name already says rendering
54
54
55
55
It is great for dynamic projects that require SEO, but also projects that seek a presence in the social networks where their content is shared by users.
56
56
57
-
I wrote an article (you can check [this link](/posts/when-to-use-server-side-rendering-ssr-in-vuejs-projects.html)) on this topic, in it, you can know more in-depth the benefits of using server-side rendering and know a bit about [Nuxt.js](https://nuxtjs.org/) which is without a doubt the best tool to use when addresses universal applications of [Vue.js](https://vuejs.org/).
57
+
I wrote an article (you can check [this link](/en/posts/when-to-use-server-side-rendering-ssr-in-vuejs-projects.html)) on this topic, in it, you can know more in-depth the benefits of using server-side rendering and know a bit about [Nuxt.js](https://nuxtjs.org/) which is without a doubt the best tool to use when addresses universal applications of [Vue.js](https://vuejs.org/).
58
58
59
59
### Prerender
60
60
Since you now know what server-side rendering is, this implementation may sometimes seem overdone in certain SPAs using Vue.js. It may be because of the type of the project or the lack of structure to deploy a server, among several other business rules.
Copy file name to clipboardExpand all lines: src/posts/guia-essencial-para-melhorar-o-seo-em-suas-spas-vuejs.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -161,7 +161,7 @@ export default {
161
161
separator:'-',
162
162
complement:'TechMundo'
163
163
}
164
-
...
164
+
...
165
165
```
166
166
167
167
Exemplo de uso utilizando o `vue-meta`
@@ -171,7 +171,7 @@ export default {
171
171
metaInfo: {
172
172
title:'13 brincadeiras e curiosidades escondidas na busca do Google',
173
173
titleTemplate:'%s - TecMundo',
174
-
...
174
+
...
175
175
```
176
176
177
177
Resultado:
@@ -197,9 +197,9 @@ export default {
197
197
head: {
198
198
…
199
199
meta: [
200
-
{ name:'description', content:'Depois de comemorar o aniversário de 10 anos do Chrome, a Google está se preparando para comemorar também o seu vigésimo aniversário como empresa.' }
200
+
{ name:'description', content:'Depois de comemorar o aniversário de 10 anos do Chrome, a Google está se preparando para comemorar também o seu vigésimo aniversário como empresa.' }
201
201
]
202
-
...
202
+
...
203
203
```
204
204
205
205

Esse assunto, como a maiora das citadas nesse artigo deverá ter um artigo separado, mas até lá, você pode se aprofundar melhor na (URL) canônica através do [Google support](https://support.google.com/webmasters/answer/139066).
@@ -274,12 +274,12 @@ Exemplo da sua estrutura: (by [sitemap.org](https://www.sitemaps.org/protocol.ht
@@ -310,7 +310,7 @@ Depois de você enviar seu sitemap, poderá verificar como anda a indexação de
310
310
311
311
Uma coisa que você precisa saber é que o sitemap.xml não faz o Google indexar seu site, mas sim informá-lo (uma dica). O Google irá indexar as páginas que ela achará relevante e que tem qualidade o suficiente para valer a pena indexar.
312
312
313
-
Vantagens de se ter um sitemap.xml para o seu site:
313
+
Vantagens de se ter um sitemap.xml para o seu site:
314
314
- Quando você tem páginas dinâmicas;
315
315
- Quando você não tem uma boa estrutura com os links internos;
316
316
- Quando seu site é novo e você cadastra ele nas ferramentas dos mecanismos de buscas;
0 commit comments