would like to as if is there such a thing that I can assign/update the meta tag data for each page? Noted that I have read meta tag must be put in the <head>
tag so how should I design my code? This is what i wanted to achieve:
page1.php
<meta name="description" content="Page 1">
<meta name="author" content="owner 1">
page 2.php
<meta name="description" content="Page 2">
<meta name="author" content="owner 2">
And also how should I point to the relevant images when the facebook share link query? Like this:
Hopefully someone could give me some guides. Thank you