如何使用html帮助器创建它? (使用inline = false,因此我可以基于每个视图指定它)
<link rel="canonical" href="http://www.example.com/product.PHP?item=swedish-fish" />
除了一个不起作用的补丁之外,似乎无法找到任何东西.
在CakePHP bugtracking site:
http://cakephp.lighthouseapp.com/projects/42648/tickets/1063-support-for-custom-meta-tag-elements-in-htmlhelper中找到了这个
原文链接:https://www.f2er.com/php/135403.html显然你可以使用
echo $this->Html->Meta('canonical','http:://example.com',array('rel'=>'canonical','type'=>null,'title'=>null)); //outputs <link href="http:://example.com" rel="canonical" />