sa后台管理登录地址都被百度等搜索引擎给收录处理

来源:本站原创 点击数: 发布时间:2024年08月01日


 问题描述:网站后台登录地址被百度搜索引擎收录

问题处理:临时处理方式屏蔽后台地址被收录,方法是在产品包内找到对应pc和手机页面文件

...\WebSite\Admin\Views\Shared\_BaseLayout.cshtml,添加标签 <meta name="robots" content="noindex, nofollow, noarchive" />

...\WebSite\Admin\Views.Phone\Shared\_BaseLayout.cshtml,添加标签 <meta name="robots" content="noindex, nofollow, noarchive" />