什么是SEO配置

SEO是什么

  • 搜索引擎优化,又称为SEO,即Search Engine Optimization,它是一种通过分析搜索引擎的排名规律,了解各种搜索引擎怎样进行搜索、怎样抓取互联网页面、怎样确定特定关键词的搜索结果排名的技术。

与前端有关的SEO配置

  • title
  • keywords
  • description
<html>
<head>
<title>title</title>
<meta name="keywords" content="keyword1,keyword2,...">
<meta name="discription" content="This is a keyword1 description,...">
</head>
<body>
...
</body>
</html>
原文地址:https://www.cnblogs.com/shellon/p/13162667.html