How to change a meta tag in a SPA?

1

I have a SPA made with pure javascript, and I needed to change the meta description after an event, for example, a click.

Using javascript I can change, but I think that for the Google crawler this does not make any difference.

Is this correct?

Is there any other way to change the meta description of a page that has no reload? Something using hash?

    
asked by anonymous 26.07.2018 / 22:57

0 answers