网站内页移动适配Meta标注声明 (DEDE 版)

本文介绍了如何在DEDE CMS系统中进行移动适配的Meta标注声明,包括index页面、分类页面和内容页面的适配设置,以确保网站在不同移动端设备上的良好显示。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

注册就送 25美金,充100送100。搭梯子的老哥们速度了,活动有限!

index 页面

<meta name="mobile-agent" content="format=html5;url=https://m.mornread.com">
<meta name="mobile-agent" content="format=xhtml;url=https://m.mornread.com">
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.mornread.com" />
<meta http-equiv="mobile-agent" content="format=wml; url=https://m.mornread.com">

分类页面:

<meta name="mobile-agent" content="format=html5;url=https://m.mornread.com{dede:type typeid='0' row=1}[field:typelink/]{/dede:type}">
<meta name="mobile-agent" content="format=xhtml;url=https://m.mornread.com{dede:type typeid='0' row=1}[field:typelink/]{/dede:type}">
<link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.mornread.com{dede:type typeid='0' row=1}[field:typelink/]{/dede:type}" />
<meta http-equiv="mobile-agent" content="format=wml; url=https://m.mornread.com{dede:type typeid='0' row=1}[field:typelink/]{/dede:type}">

这里的typeid='0′row=1 即表示获取当前栏目页的地址,这个方法通用语顶级栏目页和次级栏目页。

内容页面:
   <meta name="mobile-agent" content="format=html5;url=https://m.mornread.com{dede:field name='arcurl'/}">
   <meta name="mobile-agent" content="format=xhtml;url=https://m.mornread.com{dede:field name='arcurl'/}">
   <link rel="alternate" media="only screen and (max-width: 640px)" href="https://m.mornread.com{dede:field name='arcurl'/}" />
   <meta http-equiv="mobile-agent" content="format=wml; url=https://m.mornread.com{dede:field name='arcurl'/}">

针对不同的移动端网站,我们还需要做下applicable-device标注声明,主要根据自己网站的情况分以下几种,请结合自己的网站情况使用:

仅PC协议(添加在独立pc页面头部) <meta name="applicable-device" content="pc">
仅PH协议 (添加在移动端网站页面头部) <meta name="applicable-device"content="mobile">
自适应协议 (添加在独立pc页面头部) <meta name="applicable-device"content="pc,mobile">
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值