Удалить
<noindex>
<div id="ie6warning" style="display: none;">
<h1 id="sitename">Instant CMS - клуб</h1>
<h1 id="title">Внимание Ваш браузер устарел!</h1>
<p class="warning">
Мы рады приветствовать Вас на нашем сайте! К сожалению браузер, которым вы пользуетесь устарел. Он не может корректно отобразить информацию на страницах нашего сайта и очень сильно ограничивает Вас в получении полного удовлетворения от работы в интернете. Мы настоятельно рекомендуем вам обновить Ваш браузер до последней версии, или установить отличный от него продукт.
Для того чтобы обновить Ваш браузер до последней версии, перейдите по данной ссылке
<a rel="nofollow" id="msie" href="http://www.microsoft.com/windows/internet-explorer" title="Microsoft Internet Explorer">Microsoft Internet Explorer</a>.
Если по каким-либо причинам вы не можете обновить Ваш браузер, попробуйте в работе один из этих:
<div class="line" id="browsers">
<a rel="nofollow" id="firefox" href="http://getfirefox.com/" title="Mozilla Firefox">Mozilla Firefox</a>
<a rel="nofollow" id="opera" href="http://www.opera.com/download/" title="Opera">Opera</a>
<a rel="nofollow" id="chrome" href="http://www.google.com/chrome" title="Google Chrome">Google Chrome</a>
<a rel="nofollow" id="safari" href="http://www.apple.com/safari/download/" title="Apple Safari">Apple Safari</a>
</div>
<h3>Какие преимущества от перехода на более новый браузер? </h3>
<ul id="warning">
<li>
Скорость работы. Веб-сайты загружаются быстрее;
</li>
<li>
Веб-страницы отображаются корректно, что снижает риск пропуска важной информации;
</li>
<li>
Больше удобств в работе с браузером;
</li>
<li>
Улучшена безопасность работы в интернете.
</li>
<ul>
</p>
</div>
</noindex>[/code]
Код PHP:
Удалить...
<!--[if lt IE 7]> <![endif]-->
---
В <head> вставляем
Код PHP:
Создаем файл ie6.html вида:
<!--[if lt IE 7]> <meta http-equiv="refresh" content="0;url=http://citytula.ru/ie6.html"> <![endif]-->
Код PHP:
Заходит в robots.txt и пишем
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Тула Сити - Вся Тула в одном сайте(Citytula.ru)</title> <meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /> <link href="http://citytula.ru/templates/ic_coloricity/css/modconfig.css" rel="stylesheet" type="text/css" /> <link href="http://citytula.ru/templates/ic_coloricity/css/nyromodal.css" rel="stylesheet" type="text/css" /> <link href="http://citytula.ru/templates/ic_coloricity/css/reset.css" rel="stylesheet" type="text/css" /> <link href="http://citytula.ru/templates/ic_coloricity/css/text.css" rel="stylesheet" type="text/css" /> <link id="setcol" href="http://citytula.ru/templates/ic_coloricity/css/col_lcr.css" rel="stylesheet" type="text/css" /> <link id="setcol" href="http://citytula.ru/templates/ic_coloricity/css/col_clr.css" rel="stylesheet" type="text/css" /> <link href="http://citytula.ru/templates/ic_coloricity/css/template.css" rel="stylesheet" type="text/css" /> <link href="http://citytula.ru/templates/ic_coloricity/css/styles.css" rel="stylesheet" type="text/css" /> <link id="setcolor" href="http://citytula.ru/templates/ic_coloricity/style<?php echo $templ['style'];?>/css/color.css" rel="stylesheet" type="text/css"> <link type='text/css' href='http://citytula.ru/templates/ic_coloricity/css/ie6.css' rel='stylesheet' /> <noindex> </head> <div id="ie6warning" style="display: none;"> <h1 id="title">Внимание Ваш браузер устарел!</h1> <p class="warning"> Мы рады приветствовать Вас на нашем сайте! К сожалению браузер, которым вы пользуетесь устарел. Он не может корректно отобразить информацию на страницах нашего сайта и очень сильно ограничивает Вас в получении полного удовлетворения от работы в интернете. Мы настоятельно рекомендуем вам обновить Ваш браузер до последней версии, или установить отличный от него продукт. Для того чтобы обновить Ваш браузер до последней версии, перейдите по данной ссылке <a rel="nofollow" id="msie" href="http://www.microsoft.com/windows/internet-explorer" title="Microsoft Internet Explorer" target="_blank">Microsoft Internet Explorer</a>. Если по каким-либо причинам вы не можете обновить Ваш браузер, попробуйте в работе один из этих: <div class="line" id="browsers"> <a rel="nofollow" id="firefox" href="http://getfirefox.com/" title="Mozilla Firefox" target="_blank">Mozilla Firefox</a> <a rel="nofollow" id="opera" href="http://www.opera.com/download/" title="Opera" target="_blank">Opera</a> <a rel="nofollow" id="chrome" href="http://www.google.com/chrome" title="Google Chrome" target="_blank">Google Chrome</a> <a rel="nofollow" id="safari" href="http://www.apple.com/safari/download/" title="Apple Safari" target="_blank">Apple Safari</a> </div> <span>Какие преимущества от перехода на более новый браузер? </span><ul id="warning"> <li> Скорость работы. Веб-сайты загружаются быстрее; </li> <li> Веб-страницы отображаются корректно, что снижает риск пропуска важной информации; </li> <li> Больше удобств в работе с браузером; </li> <li> Улучшена безопасность работы в интернете. </li> </div> <ul> </noindex> </html>
Disallow: /ie6.html
Возможно не очень хорошее решение. За то рабочее