I want to use get_meta_tags() to get the meta description of an URL, but get_meta_tags() is not working on redirect URL.
Are there any function that will get to the fina redirected URL?
I want to use get_meta_tags() to get the meta description of an URL, but get_meta_tags() is not working on redirect URL.
Are there any function that will get to the fina redirected URL?
is the redirection always the same
http://php.net/manual/en/function.get-meta-tags.php
example 2 maybe
oh no,
redirect url is a string variable, not always the same.
For example, when I want to get half.com meta tag, I type half.com in my input, and it will redirected me to http://www.half.ebay.com
Maybe it would help if you show us some code.