elcobvg / svelte-bulma-components

Collection of Bulma UI components to be used in Svelte or standalone
http://svelte-bulma-components.surge.sh/
MIT License
94 stars 6 forks source link

NavbarItem not SEO friendly (no title attribute) #2

Closed jack-y closed 5 years ago

jack-y commented 5 years ago

SEO optimization needs the title attribute in the <a> tags. Is there a way to add this title attribute to the NavbarItem component?

elcobvg commented 5 years ago

At the moment not, no. However, as soon as I have some time, I plan to update the components to Svelte 3 and then I'll add the title attribute. Thanks for the tip.

jack-y commented 5 years ago

Thanks for your great job.