【发布时间】:2012-12-15 16:15:49
【问题描述】:
我将在我的代码中动态包含<head> 部分,以便我可以从一个文件中更改多个页面。
我的“include.php”看起来像:
<?php echo '<meta name="description" content="page description"><meta name="keywords" content="keyword1, keyword2, keyword3">'; ?>
哪个更快:
<?php include 'include.php'; ?><!-- #include file="include.php" -->
搜索引擎爬虫也可以读取两者吗?
谢谢你:)
【问题讨论】:
标签: php include search-engine ssi