Найден корректный robots.txt
Файл управления сканированием сайта роботами
?
Robots.txt указывает поисковым роботам, какие страницы сканировать, а какие — нет. Ошибки в файле могут случайно закрыть важные разделы от индексации.
Robots.txt настроен корректно. Размер файла: 9227 байт. Загружен за: 1сек.
Проверяемая страница не запрещена в robots.txt.
Показать содержимое robots.txt
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="keywords" content="太原市凯鑫瑞尔电子科技有限公司">
<meta name="description" content="太原市凯鑫瑞尔电子科技有限公司太原市凯鑫瑞尔电子科技有限公司位">
<title>太原市凯鑫瑞尔电子科技有限公司</title>
<style>
:root { --orange:#f27a00; --dark:#666464; --text:#262626; --muted:#5d5d5d; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--text); font-family: Arial, "Microsoft YaHei", sans-serif; background: #fff; }
a { color: inherit; text-decoration: none; }
.top { height: 76px; display: flex; align-items: center; justify-content: space-between; max-width: 1240px; margin: 0 auto; padding: 0 24px; }
.brand { display: flex; flex-direction: column; gap: 3px; }
.brand strong { font-size: 22px; letter-spacing: .02em; }
.nav { display: flex; gap: 28px; color: #555; font-size: 15px; }
.nav a:hover { color: var(--orange); }
.section-title { display: grid; grid-template-columns: minmax(42px, 1fr) auto minmax(42px, 1fr); align-items: center; gap: 68px; max-width: 1320px; margin: 0 auto; padding: 68px 24px 70px; text-align: center; }
.section-title::before, .section-title::after { content: ""; height: 2px; background: #565656; }
.section-title h2 { margin: 0; color: var(--orange); font-size: clamp(34px, 4vw, 54px); font-weight: 300; letter-spacing: .05em; }
.section-title p { grid-column: 2; margin: 30px 0 0; font-size: clamp(24px, 3vw, 36px); }
.industry-band { background: var(--dark); padding: 72px 24px; }
.industry-grid { max-width: 980px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; }
.industry-item { min-width: 0; aspect-ratio: 1 / 1; background: #6b6969; overflow: hidden; }
.industry-item img { width: 100%; height: 100%; display: block; object-fit: cover; }
.about { padding: 76px 24px 84px; text-align: center; background: #fff; }
.about .section-title { padding-top: 0; padding-bottom: 56px; }
.about-box { max-width: 940px; margin: 0 auto; padding-top: 8px; }
.about-text { white-space: pre-line; font-size: clamp(20px, 2vw, 26px); line-height: 1.95; color: var(--muted); max-width: 900px; margin: 0 auto; }
.more { display: inline-flex; align-items: center; justify-content: center; margin-top: 44px; min-height: 50px; padding: 0 20px; border: 1px solid #777; border-radius: 6px; color: #555; font-size: 14px; }
.footer { border-top: 14px solid var(--orange); background: var(--dark); color: #fff; padding: 92px 24px 72px; }
.footer-inner { max-width: 1320px; margin: 0 auto; display: grid; grid-template-columns: minmax(0, 1fr); gap: 24px; align-items: start; }
.footer-links { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px 32px; }
.footer-link a { display: block; color: #f2f2f2; padding-left: 16px; border-left: 2px solid var(--orange); font-size: 16px; line-height: 1.5; overflow-wrap: anywhere; }
.copyright { grid-column: 1 / -1; margin-top: 38px; color: #ececec; font-size: 14px; text-align: center; }
@media (max-width: 1080px) {
.industry-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.footer-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 720px) {
.top { height: auto; padding: 18px 16px; align-items: flex-start; gap: 16px; flex-direction: column; }
.nav { flex-wrap: wrap; gap: 14px 20px; }
.section-title { grid-template-columns: 1fr; gap: 14px; padding: 44px 18px; }
.section-title::before, .section-title::after { display: none; }
.section-title p { grid-column: 1; margin-top: 8px; }
.industry-band { padding: 24px 16px 36px; }
.industry-grid { max-width: 360px; }
.industry-grid, .footer-links { grid-template-columns: 1fr; }
.about { padding: 46px 16px 58px; }
.footer { padding: 48px 16px; }
}
</style>
</head>
<body>
<header class="top">
<a class="brand" href="/">
<strong>太原市凯鑫瑞尔电子科技有限公司</strong>
</a>
<nav class="nav">
<a href="#industry">集团产业</a>
<a href="#about">关于我们</a>
<a href="#footer">友情链接</a>
</nav>
</header>
<section id="industry">
<div class="section-title">
<h2>太原市凯鑫瑞尔电子科技有限公司</h2>
<p>集团产业</p>
</div>
<div class="industry-band">
<div class="industry-grid">
<div class="industry-item"><img src="/image/1.jpg" alt="集团产业"></div>
<div class="industry-item"><img src="/image/2.jpg" alt="集团产业"></div>
<div class="industry-item"><img src="/image/3.jpg" alt="集团产业"></div>
<div class="industry-item"><img src="/image/4.jpg" alt="集团产业"></div>
</div>
</div>
</section>
<section class="about" id="about">
<div class="section-title">
<h2>ABOUT US</h2>
<p>关于我们</p>
</div>
<div class="about-box">
<p class="about-text">太原市凯鑫瑞尔电子科技有限公司位于巴中市南江县八庙镇青宝村1社(注册地址),太原市凯鑫瑞尔电子科技有限公司,办公室地址位于川陕革命根据地的中心和首府巴中,巴中市南江县八庙镇青宝村1社(注册地址),我公司主要提供:建筑劳务分包;施工专业作业;建设工程设计;建设工程施工;建筑物拆除作业;电气安装服务;住宅室内装饰装修;水利工程建设监理。:建筑工程用机械销售;工程管理服务;机械设备租赁;建筑工程机械与设备租赁;租赁服务;安全技术防范系统设计施工服务;劳务服务;园林绿化工程施工;土石方工程施工;建筑物清洁服务;市政设施管理;建筑装饰材料销售;金属结构制造;金属结构销售;室内木门窗安装服务;五金产品零售;住宅水电安装维护服务;建筑材料销售;建筑用金属配件销售;金属门窗工程施工;水利相关咨询服务;水土流失防治服务;城市绿化管理。</p>
<a class="more" href="#footer">CLICK MORE</a>
</div>
</section>
<footer class="footer" id="footer">
<div class="footer-inner">
<div class="footer-links">
<div class="footer-link">
<a href="http://wludfa.com">抚宁区银友家居用品有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.ysb93g.cn">太原金亿嘉商贸有限公司</a>
</div>
<div class="footer-link">
<a href="http://wi58e.cn">云南御茗堂科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://zhuangyuanjidi.com">二手车交易-重庆喜气洋洋商贸有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.y697k9.cn">大理市赛邦科技有限-官网</a>
</div>
<div class="footer-link">
<a href="http://m.uh9gaj.cn">秦皇岛煌庭商贸有限公司</a>
</div>
<div class="footer-link">
<a href="http://zxtcall.com">成都景鑫云科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.kkeewsd.com">达川区宝哥副食店</a>
</div>
<div class="footer-link">
<a href="http://m.zlzhvn.com">利川市茂林绿化有限公司</a>
</div>
<div class="footer-link">
<a href="http://m.hapixiaohai.com">龙华区中递名片设计股份有限公司</a>
</div>
<div class="footer-link">
<a href="http://bj-pf.com">北京宝龙鑫悦展览展示有限公司</a>
</div>
<div class="footer-link">
<a href="http://rhczw54.cn">克拉玛依市思瑶创财务咨询有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.y177ud.cn">新余市尹子电子商务有限-官网</a>
</div>
<div class="footer-link">
<a href="http://ahtianee.com">安徽天一电气有限公司_消防应急机械启动装置生产_控制保护开关厂家_双电源生产官网</a>
</div>
<div class="footer-link">
<a href="http://njzcyb.com">重庆吉巨新科技有限公司-官网</a>
</div>
<div class="footer-link">
<a href="http://m.vm42f3.cn">山西平乐晟兴贸易有限-官网</a>
</div>
<div class="footer-link">
<a href="http://r4s1u0.cn">山西顺禄捷网络科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://mhkiaep.com">高新技术产业开发区辉承立百货店</a>
</div>
<div class="footer-link">
<a href="http://m.sstjzs.com">随州市盛世天骄装饰有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.bxleader.net">山东省博兴县立德进出口有限公司_彩铝板,彩铝卷,镀锌板,彩涂板,印花板,彩钢卷,彩涂卷,镀锌瓦</a>
</div>
<div class="footer-link">
<a href="http://hzykt.com">广州市巽达市场经营管理有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.shsenfa.com">上海森发装潢有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.0z9qh1.cn">东莞市佳哲电力设备有限公司</a>
</div>
<div class="footer-link">
<a href="http://m.8fwh.com">山东金启点广告装饰有限公司</a>
</div>
<div class="footer-link">
<a href="http://m.papert.org.cn">西蒙·派珀特紀念網站 - 厦门石湾科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.th8fqek98y.cn">潍坊市俊照农业科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://tsawuy17906.cn">恩施市阳众商贸有限-官网</a>
</div>
<div class="footer-link">
<a href="http://www.ic7bd.cn">太原市晋源区静净经销部</a>
</div>
<div class="footer-link">
<a href="http://m.airffp.com">广州航有信息科技有限公司</a>
</div>
<div class="footer-link">
<a href="http://www.mazarsguerard.com">北京瑾馨瑜科技有限公司</a>
</div>
</div>
<div class="copyright">Copyright © 太原市凯鑫瑞尔电子科技有限公司 版权所有 | © 2026</div>
</div>
</footer>
</body>
</html>