---
title: "meta标签name=applicable-device属性SEO优化用法"
url: "https://www.seosiguan.com/post/318.html"
id: "https://www.seosiguan.com/post/318.html"
language: "zh-Hans"
---

name=applicable-device属性是html元素meta标签中众多属性之一，它表示告知搜索引擎和浏览器本页面属于什么类型设备的页面，主要有PC电脑端页面和mobile手机移动端页面两种设备！

用法举例

如果你的网站PC电脑端的页面，则使用以下代码：

<meta name="applicable-device"content="pc">

如果你的网站手机移动端的页面，则使用以下代码：

<meta name="applicable-device"content="mobile">

如果你的网站是自适应响应式的页面，则使用以下代码：

<meta name="applicable-device"content="pc,mobile">

这段告诉搜索引擎本页面支持pc和移动(mobile)，也就是自适应页面！

目前百度搜索是公开支持以上applicable-device设置的，而且百度搜索的sitemap地图也可以设置标签注明，但是不排除其他搜索引擎也是支持的。