html Miva 301重定向到Canonical

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Miva 301重定向到Canonical相关的知识,希望对你有一定的参考价值。

<mvt:comment>Build l.uri structure with required data</mvt:comment>

<mvt:assign name="l.uri:store_id" value="g.Store:id" />
<mvt:assign name="l.uri:screen" value="''" />
<mvt:assign name="l.uri:page_id" value="0" />
<mvt:assign name="l.uri:cat_id" value="0" />
<mvt:assign name="l.uri:product_id" value="l.settings:product:id" />

<mvt:comment>Load canonical URI for this product</mvt:comment>
<mvt:do file="g.Module_Feature_URI_DB" name="l.has_uri" value="URI_Load_Item_Canonical( l.uri, l.settings:product:uri )" />

<mvt:if expr="l.has_uri">
	<mvt:assign name="l.settings:product:uri:redirect_to" value="l.settings:product:uri:uri" />
	
	<mvt:if expr="'/mm5/merchant.mvc' CIN s.request_uri EQ 1">
		<!-- REDIRECT! -->
		<mvt:assign name="l.header" value="miva_output_header( 'Status', '301 Moved Permanently' )" />
		<mvt:assign name="l.header" value="miva_output_header( 'Location', l.settings:product:uri:redirect_to  )" />
	</mvt:if>
</mvt:if>

以上是关于html Miva 301重定向到Canonical的主要内容,如果未能解决你的问题,请参考以下文章

伪静态网址301重定向到静态网址怎么实现

301 重定向到 URL 中带有 # 的域

html Miva - 404 Not Found Page(NTFD):自定义字段重定向

详解301重定向及实现方法

将 301 从目录重定向到单个文件

301从文件夹重定向到url