Hi folks! o/
I have a few-year-old personal website that I don't use much, but recently, I wanted to check its Google indexation for practice purposes.
Techs used : [ Vue.js2 + Vue-router ]
It's a 5-page app, but I've found that only my home page and a .PDF file linked on that same page are indexed. Obviously, I would like to see all five of my main pages indexed.
Here's the app's page tree:
- https://edouard-herrengt.com/
- https://edouard-herrengt.com/experiences
- https://edouard-herrengt.com/formations
- https://edouard-herrengt.com/competences
- https://edouard-herrengt.com/portfolio
.The Google Indexation results:
What I've done so far:
- Generated a sitemap.xml file, but it only finds my home page to crawl.
- Created a Google Search Console account an hour ago; it needs several hours to be activated. I guess I will have some tasks to do there.
Is there anything I can do to troubleshoot this situation? My personal feeling is that it prbably comes from some vue-router miss configuration but i really have no idea where to look at ;c
Links:
Tanks for reading :-3