Infrastructure
· 9 checks — DNS, redirects, IPv6, crawlability, URL variants, and domain intelligence rolled into one auditable list.DCDN & DeliveryActionNo CDN detectedFIX
Consider using a CDN to improve global delivery speed and reduce origin load.
BDNS Records1 A records, 466 ms lookupREVIEW
| A | 133.237.179.46 |
| AAAA | — |
| CNAME | — |
| NS | ns01.rakuten.ad.jp, ns03.rakuten.co.jp, ns02.rakuten.co.jp, ns06.rakuten.co.jp, ns02.rakuten.ad.jp, ns01.rakuten.co.jp |
| MX | 0 infoseek-co-jp.mail.protection.outlook.com |
| TXT | 58wbd374cx329nwc66g18qb5jz9bh925 69p8bmlp0jtttk32yb0rc66svstdh9rk _lmyqfqcb332epvhxdq5a91ipm02vdst 6gftm672yxp0q2yqpfwkl17kqcjmy0xg google-site-verification=3RG5LEcUj6JsKmS7vGuFaUxS3B3Xr73qkrjq5ZX9Vbk 23c4wnx42cwrg4yc6dxrmj71f28b12ds _tr5k5b7oiy53634n3bq9m4vbk9oalgn |
| CAA | Lookup not available with standard resolver |
Multiple A records provide failover if one server goes down.
Single A record means a single point of failure — if that IP goes down, your site is unreachable until DNS TTL expires.
Learn more ▾ ▴
Add multiple A records for round-robin failover, or use a managed DNS provider with health-checked failover (Route 53, Cloudflare, NS1). Short TTL (60-300s) lets clients recover faster on outages.
Source: SRE practice / DNS architecture
CAA record lookup requires a specialized DNS resolver. This check will be available in a future update.
Informational: CAA (Certification Authority Authorization) records weren't checked in this scan.
SPF helps prevent email spoofing. Add a TXT record starting with 'v=spf1'.
Without SPF, receiving servers can't validate sending IPs — your domain is easier to spoof in phishing.
Learn more ▾ ▴
SPF complements DMARC. Both should be published. SPF records list authorized sending IPs (e.g., `v=spf1 include:_spf.google.com ~all` for Google Workspace). After publishing, verify in Google Postmaster Tools or mxtoolbox.
Source: RFC 7208 (SPF)
Slow DNS adds latency to every page load. Consider a faster DNS provider.
DNS resolution is slow — anycast DNS providers (Cloudflare, Route 53) typically resolve <50ms globally.
Source: DNS performance benchmarks
BRedirect Chain1 redirect(s), 1583 ms totalREVIEW
https://infoseek.co.jp
774 ms · HTTP/1.1
https://www.infoseek.co.jp
809 ms · HTTP/1.1 FINAL
| # | URL | Status | Time | Protocol | Server |
|---|---|---|---|---|---|
| 1 | https://infoseek.co.jp | 302 | 774 ms | HTTP/1.1 | |
| 2 | https://www.infoseek.co.jp | 200 | 809 ms | HTTP/1.1 |
See the visual redirect chain in the HTTP Probe tab →
If permanent, use 301 instead.
302 (Found) is for genuinely temporary redirects — if this redirect is permanent, switch to 301 to preserve SEO equity.
Learn more ▾ ▴
Search engines treat 302 as temporary, keeping the original URL indexed and not transferring full link equity to the destination. Use 301 (Moved Permanently) for permanent redirects (HTTP→HTTPS, www-vs-non-www, URL restructures).
Source: Google Search Central
CIPv6 ReadinessActionNo IPv6 supportREVIEW
IPv6 support is increasingly important for global accessibility. About 40% of internet users have IPv6 connectivity.
No AAAA records — same impact as 'no IPv6 (AAAA) records'; IPv6-preferring clients pay extra latency falling back to IPv4.
Source: Google IPv6 stats
CCrawlabilityActionrobots.txt present, sitemap with 0 URLsREVIEW
Search engines may not be able to parse the sitemap. Fix XML validation errors.
An unparseable sitemap is silently ignored by Google — the URLs it advertises are never queued for crawl.
Learn more ▾ ▴
Google's sitemap parser is strict about XML validity. A single unescaped `&` or unclosed tag invalidates the whole file. Run your sitemap through a validator (Search Console's Sitemaps report flags it) and fix the offending entry. Most generators escape correctly; mistakes usually come from manually-written entries.
Source: sitemaps.org / Google Search Central
An empty sitemap provides no value. Add <url> entries for your pages.
An empty sitemap signals 'no content to index' to Google — actively harmful versus having no sitemap at all.
Learn more ▾ ▴
Google compares URLs in the sitemap against URLs it has crawled. An empty sitemap on a site with thousands of pages signals abandonment. Either populate it correctly (most CMSes auto-generate) or delete the file and let Google crawl normally.
Source: Google Search Central / sitemaps.org
Add a 'Sitemap:' directive to robots.txt so search engines can discover your sitemap.
robots.txt omits Sitemap: directive — crawlers must fetch /sitemap.xml by convention; reliable but missing the explicit hint.
Source: sitemaps.org
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html lang="ja" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta http-equiv="content-style-type" content="text/css">
<meta http-equiv="content-script-type" content="text/javascript">
<meta name="google-adsense-account" content="sites-0716410297350310">
<script>
(function () {
var ua = window.navigator.userAgent;
if (ua) {
if (ua.indexOf('Trident') !== -1 || ua.indexOf('MSIE') !== -1) {
return;
}
}
var purl = window.location.href;
var url = '//ads.pubmatic.com/AdServer/js/pwt/135165/1272';
var profileVersionId = '';
if (purl.indexOf('pwtv=') > 0) {
var regexp = /pwtv=(.*?)(&|$)/g;
var matches = regexp.exec(purl);
if (matches.length >= 2 && matches[1].length > 0) {
profileVersionId = '/' + matches[1];
}
}
var wtads = document.createElement('script');
wtads.async = true;
wtads.type = 'text/javascript';
wtads.src = url + profileVersionId + '/pwt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(wtads, node);
})();
</script>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
window.googletag = window.googletag || { cmd: [] };
var view_width = 0;
var mdAdDispTarget = '0';
if (window.frameElement) {
view_width = (window.top.innerWidth || window.top.documentElement.clientWidth || window.top.getElementsByTagName('body')[0].clientWidth);
} else {
view_width = (window.innerWidth || document.documentElement.clientWidth || document.getElementsByTagName('body')[0].clientWidth)
}
if (view_width > 1366) {
mdAdDispTarget = '1';
}
googletag.cmd.push(function () {
googletag.defineSlot('/7727/Infoseek/News/Showcase02', [640, 360], 'div-gpt-ad-1551420131775-0').addService(googletag.pubads());
googletag.defineSlot('/7727/Infoseek/News/Rect4th', [[300, 250], [300, 600]], 'div-gpt-ad-1459991221227-0').addService(googletag.pubads());
googletag.defineSlot('/7727/Infoseek/News/FooterRectLeft', [300, 250], 'div-gpt-ad-1450765899626-0').addService(googletag.pubads());
googletag.defineSlot('/7727/Infoseek/News/FooterRectRight', [300, 250], 'div-gpt-ad-1469511899781-0').addService(googletag.pubads());
googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.pubads().setTargeting("mdAdDispTarget", mdAdDispTarget);
googletag.pubads().setTargeting('adnwpub', ['9_InfoseekTOP']);
googletag.enableServices();
});
</script>
<script>
function pwtExec(slots) {
window.PWT = window.PWT || {};
var refreshFlg = false;
googletag.cmd.push(function () {
function displaySlots() {
if (refreshFlg) return;
refreshFlg = true;
googletag.display(slots[0].getSlotElementId());
}
if (typeof PWT.requestBids === 'function') {
PWT.requestBids(
PWT.generateConfForGPT(slots),
function (adUnitsArray) {
PWT.addKeyValuePairsToGPTSlots(slots);
displaySlots();
}
);
} else {
displaySlots();
}
var FAILSAFE_TIMEOUT = 2000;
setTimeout(function () {
displaySlots();
}, FAILSAFE_TIMEOUT);
});
}
</script>
<!-- Geniee Wrapper Head Tag -->
<script>
window.gnshbrequest = window.gnshbrequest || {cmd:[]};
window.gnshbrequest.cmd.push(function(){
window.gnshbrequest.registerPassback("1574635");
window.gnshbrequest.forceInternalRequest();
});
</script>
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script async src="https://cpt.geniee.jp/hb/v1/150154/813/wrapper.min.js"></script>
<!-- /Geniee Wrapper Head Tag -->
<!-- Taboola PC Top -->
<!-- head -->
<script>
window._newsroom = window._newsroom || [];
window._newsroom.push({pageTemplate: 'home'});
window._newsroom.push({pageDashboard: 'home'});
window._newsroom.push('auditClicks');
window._newsroom.push('trackPage');
!function (e, f, u) {
e.async = 1;
e.src = u;
f.parentNode.insertBefore(e, f);
}(document.createElement('script'),
document.getElementsByTagName('script')[0],
'//c2.taboola.com/nr/rakuten-infoseek/newsroom.js');
</script>
<script type="text/javascript">
window._taboola = window._taboola || [];
_taboola.push({homepage:'auto'});
!function (e, f, u, i) {
if (!document.getElementById(i)){
e.async = 1;
e.src = u;
e.id = i;
f.parentNode.insertBefore(e, f);
}
}(document.createElement('script'),
document.getElementsByTagName('script')[0],
'//cdn.taboola.com/libtrc/rakuten-infoseek/loader.js',
'tb_loader_script');
if(window.performance && typeof window.performance.mark == 'function')
{window.performance.mark('tbl_ic');}
</script>
<!-- /head -->
<!-- /Taboola PC Top -->
<link rel="stylesheet" href="/pc/css/reset-1.0.css" media="all">
<link rel="stylesheet" href="/pc/css/common-2.4.css" media="all">
<link rel="stylesheet" href="/pc/css/style-3.10.css" media="all">
<link rel="stylesheet" href="/pc/css/components/layout_top-1.0.css" media="all">
<script src="/03/lib/jquery-3.5.1.min.js"></script>
<script type="text/javascript" src="/03/lib/jquery.url-1.0.js"></script>
<script type="text/javascript" src="/03/lib/URI.js-1.19.1.js"></script>
<script type="text/javascript" src="/03/lib/js.cookie-2.2.0.min.js"></script>
<script type="text/javascript" src="/02/d/js/isnews_common-1.0.js"></script>
<script type="text/javascript" src="/pc/js/scripts-1.4.js"></script>
<script type="text/javascript" src="/pc/js/searchSuggest-1.2.js"></script>
<script type="text/javascript" src="/pc/js/logout-1.0.js"></script>
<link rel="icon" href="/favicon-3.0.ico">
<link rel="mask-icon" href="/pagepin-3.0.svg" color="#002896" />
<!-- pc_head_analytics.inc -->
<meta name="google-site-verification" content="NYr0Nga98126N6FOZsXLszoeMCHSY2Kta4oyi3dxFYw" />
<!-- /pc_head_analytics.inc -->
<title>Infoseek[インフォシーク] - 楽天が運営するニュースサイト</title>
<meta name="description" content="Infoseek(インフォシーク)は、社会、経済、国際、芸能、スポーツ、IT、天気等の最新ニュースを配信しています。楽天ポイントが獲得出来るお小遣いコンテンツ(ポイ活)やお得な情報も充実しています。" />
<meta name="keywords" content="Infoseek,インフォシーク,楽天,ニュース,天気,楽天ポイント,ポイント,BINGO,ラッキーくじ" />
<meta property="og:title" content="Infoseek[インフォシーク] - 楽天が運営するニュースサイト" />
<meta property="og:type" content="article" />
<meta property="og:url" content="https://www.infoseek.co.jp" />
<meta property="og:image" content="https://media.image.infoseek.co.jp/shared/news/og/infoseeklogo.png" />
<meta property="og:description" content="Infoseek(インフォシーク)は、社会、経済、国際、芸能、スポーツ、IT、天気等の最新ニュースを配信しています。楽天ポイントが獲得出来るお小遣いコンテンツ(ポイ活)やお得な情報も充実しています。" />
<meta property="og:site_name" content="Infoseek" />
<meta property="og:locale" content="ja_JP" />
<meta property="fb:app_id" content="372949732897344" />
<link rel="canonical" href="https://www.infoseek.co.jp">
</head>
<body>
<div id="top_header_ad_area">
<!-- common_top_of_header -->
<!-- MNO Promotion -->
<!-- script for bannar display and targeting -->
<script src="//jp.rakuten-static.com/1/grp/banner/js/create.js"></script>
<!-- PC header banner -->
<!-- <div id="mkdiv_header_pitari"></div> -->
<div id="headerAd1Cmp" class="co-Widget co-Horizontal">
<!-- inc/npf/pc/ad/top_header_ad1.inc -->
<!-- temporary -->
<style>
#top_header_ad_area { margin:0 auto; width:1040px;}
</style>
<!-- /temporary -->
<!-- MNO banner -->
<div id="mkdiv_header_pitari" style="height:50px"></div>
<!-- /7727/Infoseek/Top/Billboard -->
<div id='div-gpt-ad-1586862196194-0' class="header-ad-long" style='min-height: 250px' align="center"></div>
<script>
var rdntag = rdntag || {};
rdntag.cmd = rdntag.cmd || [];
rdntag.cmd.push(function () {
rdntag
.defineAd("27585", "div-gpt-ad-1586862196194-0").setRz(Cookies.get("Rz") || "");
rdntag.display("div-gpt-ad-1586862196194-0");
});
</script>
<script src="https://s-cdn.rmp.rakuten.co.jp/js/aa.js" async></script>
<script>
document.getElementById('div-gpt-ad-1586862196194-0').addEventListener('slotResponseReceived', function (e) {
if (e && e.detail && e.detail.adReturned === false) {
window.googletag = window.googletag || { cmd: [] };
googletag.cmd.push(function () {
var slot = googletag.defineSlot('/7727/Infoseek/Top/Billboard', [[1, 1], [728, 90], [970, 90], [970, 250], 'fluid'], 'div-gpt-ad-1586862196194-0').addService(googletag.pubads());
googletag.pubads().collapseEmptyDivs();
googletag.enableServices();
window.pwtExec([slot]);
});
}
});
</script>
<!-- END_AD_Banner -->
<!-- /7727/Infoseek/News/FooterOverlay -->
<script async src="https://securepubads.g.doubleclick.net/tag/js/gpt.js"></script>
<script>
var scrollFirstTime = 1;
function oneTimeFunction() {
if (scrollFirstTime === 1 && $(window).scrollTop() > 1) {
window.googletag = window.googletag || {cmd: []};
googletag.cmd.push(function () {
var targetSlot = googletag.defineSlot('/7727/Infoseek/News/FooterOverlay', [[970, 90], [728, 90]], 'div-gpt-ad-1603846419813-0').setTargeting('refresh', 'true').addService(googletag.pubads());
googletag.pubads().addEventListener('slotRenderEnded', function(event) {
if(!event.isEmpty){
CURL VariantsActionwww/non-www, trailing slash, HTTP→HTTPSREVIEW
www / non-www
Inconsistent — duplicate content risk
HTTP → HTTPS
Use 301 (permanent) instead of 302 (temporary)
BHTTP Probe TimingTotal 1062 ms — DNS, TCP, TLS, TTFB, content transfer breakdownREVIEW
Connection waterfall
BTLS Certificate Expiry & Recommendations132 days until leaf cert expires — 3 issues to addressREVIEW
Certificate validity
Recommended actions
- Enable HSTS: Strict-Transport-Security: max-age=31536000; includeSubDomains
- Enable DNSSEC on your domain for DNS spoofing protection
- Enable OCSP stapling on your TLS server to remove a CA roundtrip and protect user privacy
Domain IntelligenceDomain intelligence data not availableINFO
RDAP and WHOIS lookup both failed