googlebot
SEOに関わっている人なら知っていそうな単語
クローラーのこと
検索、サーチしてもらうために必要な行為。
Bingならこちらから
https://www.bing.com/webmasters
対象になっているかどうかは以下でわかるらしい
site:example.com
以下で検索対象になっているかをチェックできる
site:habetrot.vercel.app/
https://www.google.com/search?q=site%3Ahabetrot.vercel.app%2F&ei=jDdmYs3GOaHO2roPuOGEkAY&ved=0ahUKEwjNvImpw673AhUhp1YBHbgwAWIQ4dUDCA4&uact=5&oq=site%3Ahabetrot.vercel.app%2F&gs_lcp=Cgdnd3Mtd2l6EANKBAhBGABKBAhGGABQAFgAYIoGaABwAHgAgAFNiAFNkgEBMZgBAKABAqABAcABAQ&sclient=gws-wiz
1週間たってもcacheされない。。
site:scrapbox.io/lololololol/
こっちは検索できなくても別にいいけども。
追加方法
Google に情報を表示させる方法 | Google 検索セントラル | ドキュメント | Google Developers
モバイルフレンドリーか判定できる
https://search.google.com/test/mobile-friendly?hl=ja
https://developers.google.com/search/docs/advanced/guidelines/how-search-works?hl=ja
検索ワード
漫才 面白い
とかで探したときに高い位置になるようにしたい
モバイルフレンドリーとかも教えてくれる
https://support.google.com/webmasters/answer/9063469#viewport_not_configured
scrapboxとGoogle検索
scrapboxは基本的にのらないっていうスタンス好き
リッチリザルト
https://developers.google.com/search/docs/appearance/structured-data/faqpage?hl=ja
これやりたいこれやりたい
こういうかんじのHTMLを作るだけでいいっぽい
code:Rich.html
<html itemscope itemtype="https://schema.org/FAQPage">
<head>
</head>
<body>
<h1>
オトステ
</h1>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<h2 itemprop="name">どんな番組?</h2>
<div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text">
<p>この番組は賞レースファイナリストの
<ul>
<li>ジグザグジギー池田</li>
<li>ルシファー吉岡</li>
<li>ウエストランド井口</li>
</ul>
が“ちょっと肩の力を抜いて”お送りする会議室ラジオです。</p>
</div>
</div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<h2 itemprop="name">お便りの送り先は?</h2>
<div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text">
<p>mail: otosuteradio@gmail.com</p>
</div>
</div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<h2 itemprop="name">いつ更新なの?</h2>
<div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text">
<p>毎週火曜20時頃配信です。</p>
</div>
</div>
</div>
<div itemscope itemprop="mainEntity" itemtype="https://schema.org/Question">
<h2 itemprop="name">無料なの?</h2>
<div itemscope itemprop="acceptedAnswer" itemtype="https://schema.org/Answer">
<div itemprop="text">
<p>本編はApplePodcast、Spotify等で無料視聴可能です。
「audiobook.jp」アプリにて毎週アフタートークを配信しております。特典音源をお聴きになりたい方はオーディオブックに是非ご登録ください。</p>
<a href="https://audiobook.jp/audiobook/261147">オーディオブック内オトステ番組ページ</a>
</div>
</div>
</div>
</body>
</html>
code:prof.js
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "ProfilePage",
"dateCreated": "2019-12-23T12:34:00-05:00",
"dateModified": "2019-12-26T14:53:00-05:00",
"mainEntity": {
"@type": "Person",
"name": "Angelo Huff",
"alternateName": "ahuff23",
"identifier": "123475623",
"interactionStatistic": [{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/FollowAction",
"userInteractionCount": 1
},{
"@type": "InteractionCounter",
"interactionType": "https://schema.org/LikeAction",
"userInteractionCount": 5
}],
"agentInteractionStatistic": {
"@type": "InteractionCounter",
"interactionType": "https://schema.org/WriteAction",
"userInteractionCount": 2346
},
"description": "Defender of Truth",
"image": "https://example.com/avatars/ahuff23.jpg",
"sameAs": [
"https://www.example.com/real-angelo",
"https://example.com/profile/therealangelohuff"
]
}
}
</script>