<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
			<channel>
			<title>Дублирование страниц / Вопросы, проблемы и их решения / Alto CMS</title>
			<link>http://79.174.14.219/comments/1483/</link>
			<description><![CDATA[Добрый день! Сегодня обнаружил в метрике, что она и та же страница отображается по разным ссылкам: http://site.ru/blog/category/1.html и http://site.ru/ru/blog/category/1.html Причем]]></description>
			<language>ru</language>
			<managingEditor>noreply@altocms.ru</managingEditor>
			<webMaster>noreply@altocms.ru</webMaster>
			<generator>Alto CMS v.1.5.0b1</generator>
							<item>
					<title>Дублирование страниц (comment #25153)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25153</guid>
					<link>http://79.174.14.219/1483.html#comment25153</link>
					<author>vshemarov@gmail.com</author>
					<description><![CDATA[В обоих случаях <strong>rel=canonical</strong> должны иметь один URL. Раз он отличается, то это баг. А сайт используется на одном языке или он мультиязычный? Если язык используется один, то второй язык нужно отключить, и тогда языкового URL вида <strong>site.com/ru/</strong> формироваться не будет]]></description>
					<pubDate>Sat, 12 Dec 2015 19:52:25 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25172)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25172</guid>
					<link>http://79.174.14.219/1483.html#comment25172</link>
					<author>vinznsk@gmail.com</author>
					<description><![CDATA[Установлено 2 языка: английский и русский. Русский — основной.<br>
Ссылаются страницы друг на друга: английская на русскую и наоборот. <br>
<br>
Вопрос: а как отключить язык? Кнопки «Удалить» в админке я не нашел.]]></description>
					<pubDate>Mon, 14 Dec 2015 06:16:28 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25174)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25174</guid>
					<link>http://79.174.14.219/1483.html#comment25174</link>
					<author>vinznsk@gmail.com</author>
					<description><![CDATA[Неверно написал. Каждая страница в rel=&#39;canonical&#39; ссылается на себя же, не зависит есть в url «ru» или нет.]]></description>
					<pubDate>Mon, 14 Dec 2015 08:50:31 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25181)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25181</guid>
					<link>http://79.174.14.219/1483.html#comment25181</link>
					<author>slowpokedme@gmail.com</author>
					<description><![CDATA[Угу, тоже удивил данный нюанс. Только удалив язык из конфига на данный момент.]]></description>
					<pubDate>Mon, 14 Dec 2015 22:55:20 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25182)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25182</guid>
					<link>http://79.174.14.219/1483.html#comment25182</link>
					<author>vinznsk@gmail.com</author>
					<description><![CDATA[В принципе, можно редиректов прописать в .htaccess]]></description>
					<pubDate>Tue, 15 Dec 2015 06:59:29 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25460)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25460</guid>
					<link>http://79.174.14.219/1483.html#comment25460</link>
					<author>l.sergey@bigmir.net</author>
					<description><![CDATA[в app/config/config.local.php добавьте следующее:<br>
<pre class="prettyprint"><code>$config[&#39;lang&#39;][&#39;allow&#39;] = array(&#39;ru&#39;);</code></pre><br>
После этого в админке в настройках языка будет показываться только один язык]]></description>
					<pubDate>Tue, 19 Jan 2016 00:57:41 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25463)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25463</guid>
					<link>http://79.174.14.219/1483.html#comment25463</link>
					<author>l2opening.com@yandex.ru</author>
					<description><![CDATA[У него чуть другая ситуация, поисковый робот видит дубли, в основном посте описаны ссылки, как я отписал ниже, проще заблокировать ненужный язык в файле robots.txt/<br>
Получается если основной язык выбран русский то он будет виден site.com/index.php и site.com/ru/index.php, или это только у автора поста?]]></description>
					<pubDate>Tue, 19 Jan 2016 01:35:48 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25466)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25466</guid>
					<link>http://79.174.14.219/1483.html#comment25466</link>
					<author>l.sergey@bigmir.net</author>
					<description><![CDATA[мне кажется что при отключении языка в конфиге дублирующие страницы перестанут генерироваться, нужно пробовать<br>
у меня один язык и при попытке зайти на страницу /ru/index.php или /en/index.php выдает ошибку File not found.]]></description>
					<pubDate>Tue, 19 Jan 2016 04:56:24 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25467)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25467</guid>
					<link>http://79.174.14.219/1483.html#comment25467</link>
					<author>l2opening.com@yandex.ru</author>
					<description><![CDATA[если по умолчанию у тебя стоит EN то попробуй зайти на site.com/index.ru и site.com/en/index.php должно показать одно и то же, получится дубль, у меня работает, но пока на локалке, после переноса на хостинг буду отключать через robots.txt]]></description>
					<pubDate>Tue, 19 Jan 2016 05:11:38 +0300</pubDate>
									</item>
							<item>
					<title>Дублирование страниц (comment #25459)</title>
					<guid isPermaLink="true">http://79.174.14.219/t/1483/#comment25459</guid>
					<link>http://79.174.14.219/1483.html#comment25459</link>
					<author>l2opening.com@yandex.ru</author>
					<description><![CDATA[В robots.txt проще будет <br>
User-Agent: *<br>
Disallow: /ru/]]></description>
					<pubDate>Tue, 19 Jan 2016 00:25:07 +0300</pubDate>
									</item>
					</channel>
	</rss>
