How does Google's crawler interpret PHP code embedded in title tags or other meta tags on a webpage?
Google's crawler does not interpret PHP code embedded in title tags or other meta tags on a webpage. To ensure that Google can properly index and display your webpage's meta tags, you should use static content instead of dynamic PHP code.
<meta name="description" content="Your static meta description here">
<title>Your static title here</title>