0👍
To answer your question, I believe this is more of a data issue? If your id were bears
, it would work as you intend. If your field providing the name bears
is also unique, you could probably use that in place of the id in the url.
As a side note: VueJS on its own can not provide SEO friendly meta data, you may want to look into using something like Gridsome or Nuxt for that.
Source:stackexchange.com