canonical标签中的属性值变量是什么

  • 时间:
  • 浏览:824
``` html
    <meta property="og:type" content="webpage" />

    <meta property="og:url" content="" />

    <meta property="og:site_name" content="xxx.xxx" />

    <meta property="og:title" itemprop="name" content="" />

    <meta property="og:image" itemprop="image,thumbnailUrl" content="https://www.xxx.xxx/template/desktop/images/logo.png" />

    <meta property="og:description" name="description" itemprop="description" content="www.xxx.xxx" />

    <meta property="og:keywords" name="keywords" itemprop="keywords" content="www.xxx.xxx />

    <meta itemprop="contentLocation" content="中国" />

    <meta property="og:locale" itemprop="inLanguage" content="zh-CN" />

    <link rel="canonical" href="" />

```

评论

你需要登录后才能评论 登录/注册