多分それはばかげた質問ですが、私はそれに対する答えを見つけませんでした.htmlタグhead tag&meta..を含むファイルがあり、すべてのWebページに彼を含めると、サイトのseoに影響しますか?
次のコードを持つ「start_html.php」という名前のファイルがあります。
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="description" content="bla bla.">
<meta name="keywords" content="bla bla">
<meta name="author" content="bla">
<title>bla bla</title>
<!-- CSS: -->
<link href="style.css" rel="stylesheet" type="text/css" media="screen" />
<!-- JavaScript -->
<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
すべてのページを次の行で開始します。<?php include('start_html.php'); ?>
w3cバリデーターでコードエラーをチェックすると、それらのタグがないため、ページが適切にコーディングされていないと表示されます。