我希望有人可以帮我确定网站结构的最佳做法。
现在我有一个header.php,它是我所有页面上的一个包含。
此标题包含Facebook OpenGraph,因为它需要位于标记之间。
现在我的所有页面都提取相同的通用Facebook OG信息,而我希望它能够为每个页面提取特定信息。我不知道该怎么做。如果我将元信息从header.php移开,那么它不在标签之间。
似乎每个页面都使用变量是有意义的,但我不知道如何让它们在头部正确加载。
人们如何处理创建模板的问题,该模板处理每页上的独特信息。
有关如何解决此问题的任何想法?
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="assets/ico/favicon.png">
<meta property="og:url" content="http://www.militarypropertyproject.com/"/>
<meta property="og:image" content="http://www.militarypropertyproject.com/assets/img/facebook/facebook_og_image_mpp.jpg"/>
<meta property="og:description" content="Military Property Project is a top resource in managing your military living."/>
<meta property="og:image:type" content="image/jpeg" />