How do I add an address and make it clickable, which would be redirected to google maps. Something similar to the below code:
<a href="tel:+123456789">+123456789</a>
but for addresses.
A person should be able to click on the address and get the location on google maps. It would be better if I could do it dynamically.
Try this for clickable address for redirect google maps: