-
Notifications
You must be signed in to change notification settings - Fork 165
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
Improve Province page meta description by adding category and month, year #335
Comments
hi all first of all please let me contribute in this ya, @ekamuktia what suggestion you might have for the meta description when it has the params? default description is: so for example URL is if it contains along with location: the description will be something like how do you think? |
@ichadw I think suggested meta descriptions are good. What do you think @zainfathoni? Is it okay to exclude "seputar COVID-19 dan kontak fasilitas/alat kesehatan" part on meta description? I think it's okay since it makes the description simpler, clear and shorter. It'll be helpful if we can get some top keywords from google search console to get better idea about the keywords though |
I also just found out that the province page is using SSG instead of SSR, hence I can't get the query params on build time, any suggestion @zainfathoni @mazipan ? can we change it into SSR instead? by using |
Our infra is not using Vercel but Netlify, that's why we choose to export as a static, not using the SSR. Yap, SEO might be very problematic in this case. Actually I wanna #486 to be solve first to get a better path structure. But that's not easy, our current search experience also problematic and it have a big PR that still not finish yet in #401 which still not solve the main issue since it still ONLY running on the client side. But we have good opportunity using TypeSense, since it allows us to pass an initial data from props. |
Description
Since user usually search by specific keyword such as
Tempat vaksin di Semarang
orOksigen di Jakarta
, I think it's better if we include some contact category on the page meta description.And just like on the suggested simple text, adding last updated date.
Implementation Model
Adding some most searched category, month and year on the province page meta description
For example:
Informasi seputar COVID-19 dan kontak fasilitas/alat kesehatan termasuk rumah sakit, donor plasma, tempat vaksin, dan oksigen di Provinsi DKI Jakarta yang dikumpulkan relawan melalui pencarian di internet atau media sosial per Juli 2021.
For next iteration, the meta description can be updated based on selected filter / url parameter.
Let's discuss if you have any suggestion
The text was updated successfully, but these errors were encountered: