我正在使用Liferay 6.1并且已经开发了相同的主题。我的问题是,当我加载主题时,head部分包含如下所示的巨大链接:
<link rel="alternate" hreflang="ar-SA" href="http://localhost/ar">
<link rel="alternate" hreflang="eu-ES" href="http://localhost/eu">
<link rel="alternate" hreflang="bg-BG" href="http://localhost/bg">
<link rel="alternate" hreflang="ca-AD" href="http://localhost/ca">
<link rel="alternate" hreflang="ca-ES" href="http://localhost/ca_ES">
<link rel="alternate" hreflang="zh-CN" href="http://localhost/zh">
<link rel="alternate" hreflang="zh-TW" href="http://localhost/zh_TW">
<link rel="alternate" hreflang="hr-HR" href="http://localhost/hr">
<link rel="alternate" hreflang="cs-CZ" href="http://localhost/cs">
<link rel="alternate" hreflang="da-DK" href="http://localhost/da">
<link rel="alternate" hreflang="nl-NL" href="http://localhost/nl">
<link rel="alternate" hreflang="nl-BE" href="http://localhost/nl_BE">
<link rel="alternate" hreflang="en-GB" href="http://localhost/en_GB">
<link rel="alternate" hreflang="et-EE" href="http://localhost/et">
<link rel="alternate" hreflang="fi-FI" href="http://localhost/fi">
<link rel="alternate" hreflang="fr-FR" href="http://localhost/fr">
<link rel="alternate" hreflang="gl-ES" href="http://localhost/gl">
<link rel="alternate" hreflang="de-DE" href="http://localhost/de">
<link rel="alternate" hreflang="el-GR" href="http://localhost/el">
<link rel="alternate" hreflang="iw-IL" href="http://localhost/iw">
<link rel="alternate" hreflang="hi-IN" href="http://localhost/hi">
<link rel="alternate" hreflang="hu-HU" href="http://localhost/hu">
<link rel="alternate" hreflang="in-ID" href="http://localhost/in">
<link rel="alternate" hreflang="it-IT" href="http://localhost/it">
<link rel="alternate" hreflang="ja-JP" href="http://localhost/ja">
<link rel="alternate" hreflang="ko-KR" href="http://localhost/ko">
<link rel="alternate" hreflang="lo-LA" href="http://localhost/lo">
<link rel="alternate" hreflang="nb-NO" href="http://localhost/nb">
<link rel="alternate" hreflang="fa-IR" href="http://localhost/fa">
<link rel="alternate" hreflang="pl-PL" href="http://localhost/pl">
<link rel="alternate" hreflang="pt-BR" href="http://localhost/pt">
<link rel="alternate" hreflang="pt-PT" href="http://localhost/pt_PT">
<link rel="alternate" hreflang="ro-RO" href="http://localhost/ro">
<link rel="alternate" hreflang="ru-RU" href="http://localhost/ru">
<link rel="alternate" hreflang="sr-RS" href="http://localhost/sr">
<link rel="alternate" hreflang="sr-RS-latin" href="http://localhost/sr_RS_latin">
<link rel="alternate" hreflang="sl-SI" href="http://localhost/sl">
<link rel="alternate" hreflang="sk-SK" href="http://localhost/sk">
<link rel="alternate" hreflang="es-ES" href="http://localhost/es">
<link rel="alternate" hreflang="sv-SE" href="http://localhost/sv">
<link rel="alternate" hreflang="tr-TR" href="http://localhost/tr">
<link rel="alternate" hreflang="uk-UA" href="http://localhost/uk">
<link rel="alternate" hreflang="vi-VN" href="http://localhost/vi">
我想要删除不需要的语言。我希望删除这些链接,因为这不是SEO的好习惯。我想要一个主题的默认语言。我尝试在portal-ext文件中添加translations.disabled=true
,但这没有用。
您的任何建议都表示赞赏。
答案 0 :(得分:3)
您必须限制使用您想要使用的语言环境,将“locales”属性添加到portal-ext.porperties。例如,要将它限制为englisch和德语,你可以这样做
语言环境= EN_US,de_DE这个
答案 1 :(得分:0)
另请参阅official wiki documentation
我在这里引用它:
删除不需要的语言
默认情况下,Liferay支持所有以下语言(摘自Liferay 4.3.3的portal.properties):
语言环境= ar_SA,ca_AD,ca_ES,zh_CN的,zh_TW的,cs_CZ,nl_NL,EN_US,fi_FI,fr_FR,则de_DE这个,el_GR,hu_HU,it_IT,Ja_JP表示,ko_KR,fa_IR,pt_BR表示,ru_RU,es_ES,sv_SE,tr_TR,vi_VN
如果我们只想支持英语,德语和西班牙语,我们只需删除不需要的语言环境,以便我们的语言环境值如下所示:
locales=en_US,de_DE,es_ES
答案 2 :(得分:0)
可以在Control Panel > Settings > Display Settings > Available Languages
覆盖portal-ext.properties设置。我会说把它们放在那里是安全的。
此外,SEO部分中有一个每页选项可禁用那里的规范链接。
答案 3 :(得分:0)
转到web.xml并在启动服务器后删除语言映射网址。
URL - Tomcat的7.0.42 \ web应用\ ROOT \ WEB-INF