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

Improve Province page meta description by adding category and month, year #335

Open
Tracked by #236
ekamuktia opened this issue Jul 22, 2021 · 4 comments
Open
Tracked by #236
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest seo Search Engine Optimization

Comments

@ekamuktia
Copy link
Collaborator

ekamuktia commented Jul 22, 2021

Description

Since user usually search by specific keyword such as Tempat vaksin di Semarang or Oksigen 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

@ekamuktia ekamuktia added the enhancement New feature or request label Jul 22, 2021
@ekamuktia ekamuktia added the seo Search Engine Optimization label Jul 22, 2021
@ekamuktia ekamuktia changed the title Improve Province page meta description by adding category Improve Province page meta description by adding category and month, year Jul 22, 2021
@zainfathoni zainfathoni mentioned this issue Jul 23, 2021
14 tasks
@ichadw
Copy link

ichadw commented Aug 9, 2021

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: Informasi seputar COVID-19 dan kontak fasilitas/alat kesehatan di Provinsi DKI Jakarta yang dikumpulkan relawan melalui pencarian di internet atau media sosial.

so for example URL is https://www.wargabantuwarga.com/provinces/dki-jakarta?kebutuhan=Donor%20plasma
the description will be something like Informasi Donor Plasma di Provinsi DKI Jakarta yang dikumpulkan relawan melalui pencarian di internet atau media sosial.

if it contains along with location: https://www.wargabantuwarga.com/provinces/dki-jakarta?lokasi=Jakarta%20Timur&kebutuhan=Ambulans

the description will be something like Informasi Ambulans di Jakarta Timur, DKI Jakarta yang dikumpulkan relawan melalui pencarian di internet atau media sosial.

how do you think?

@ekamuktia
Copy link
Collaborator Author

@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

@ichadw
Copy link

ichadw commented Aug 9, 2021

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 getServerSideProps

@mazipan
Copy link
Member

mazipan commented Aug 9, 2021

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.
At least we get the "kebutuhan" part (or the "Kategori" in FAQ)

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.
It might be useful in SSG usecase

@zainfathoni zainfathoni removed their assignment Aug 21, 2021
@zainfathoni zainfathoni added the hacktoberfest Issues for Hacktoberfest label Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request hacktoberfest Issues for Hacktoberfest seo Search Engine Optimization
Projects
None yet
Development

No branches or pull requests

4 participants