Skip to content

[html] 第107天 网站的TDK该怎么设置?它有什么作用? #1009

Open
@haizhilin2013

Description

@haizhilin2013
Collaborator

第107天 网站的TDK该怎么设置?它有什么作用?

Activity

tiyunchen

tiyunchen commented on Aug 1, 2019

@tiyunchen

什么是TDK?

haizhilin2013

haizhilin2013 commented on Aug 1, 2019

@haizhilin2013
CollaboratorAuthor

@tiyunchen 查漏补缺的时候到了

xxf1996

xxf1996 commented on Aug 1, 2019

@xxf1996

刚一看确实不知道TDK是啥,其实就是title, description, keywords的简称,这三个常用于网站的seo

title可以在head里面使用<title>标签设置;而descriptionkeywords可以通过meta标签设置,meta的使用可以参考
[html] 第98天 列举出你最常用的meta标签的写法和作用

作用ttiledescription用于搜索呈现时的网站描述信息,而keywords则是用于搜索引擎的关键字搜索;

maywalkaway

maywalkaway commented on Aug 1, 2019

@maywalkaway

TDK是一个缩写,T(title),D(description),K(keywords),用于网络搜索引擎优化seo,它是seo中页面的描述和关键词设置,也被称为seo界的三个标签。

EragonBubble

EragonBubble commented on Aug 1, 2019

@EragonBubble

网站的TDK为SEO术语,即title,description,keywords.适当的填写,可以提高网站在各大搜索引擎的排名。

举例:

<title>测试</title>
<meta name="Description" content="测试"/>
<meta name="Keywords" content="测试"/>
nowherebutup

nowherebutup commented on Aug 1, 2019

@nowherebutup
  • T: title
    1.用于浏览器的状态栏显示的标题.
    2.搜索引擎结果的页面标题
  • D:description
    1.用于描述网站
    2.利于SEO
  • K: keywords
    1.用于搜索引擎的搜索结果
    2.利于SEO
LinStan

LinStan commented on Aug 1, 2019

@LinStan

title
用于浏览器标签栏的显示标题、网页爬虫爬取后的标题。
最好控制在30字内。
description
用于描述网站信息,会显示在搜索结果中。
简要概述网站主要内容
keywords 用于匹配搜索引擎的搜索结果。
最好控制在3个左右。
三者的合理设置都有利于SEO

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @haizhilin2013@xxf1996@EragonBubble@maywalkaway@tiyunchen

        Issue actions

          [html] 第107天 网站的TDK该怎么设置?它有什么作用? · Issue #1009 · haizlin/fe-interview