Hi, I run this code:- if (get_meta_tags($url)) { echo $tags['description']; } Which is fine but if the url is a broken link or something, it will return an error. How can I prevent this?