Skip to content

Commit 2b6dcb7

Browse files
author
y-yamasaki
committed
Merge branch 'develop'
2 parents c465a1d + 0885ad3 commit 2b6dcb7

7 files changed

Lines changed: 26 additions & 3 deletions

File tree

WebSite/blog.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
href="https://breadmotion.github.io/WebSite/blog.html"
1919
/>
2020

21+
<!--
22+
AdSense クローラーに低品質なページと判定されることを防ぐため、
23+
ブログ一覧ページはインデックスさせない
24+
-->
25+
<meta name="robots" content="noindex" />
26+
2127
<!-- Google AdSense -->
2228
<script
2329
async

WebSite/contact.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
href="https://breadmotion.github.io/WebSite/contact.html"
1919
/>
2020

21+
<!--
22+
AdSense クローラーに低品質なページと判定されることを防ぐため、
23+
お問い合わせページはインデックスさせない
24+
-->
25+
<meta name="robots" content="noindex" />
26+
2127
<!-- Google AdSense -->
2228
<script
2329
async

WebSite/portfolio.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
href="https://breadmotion.github.io/WebSite/portfolio.html"
1919
/>
2020

21+
<meta name="robots" content="noindex" />
22+
2123
<!-- Google AdSense -->
2224
<script
2325
async

WebSite/products.html

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@
1818
href="https://breadmotion.github.io/WebSite/products.html"
1919
/>
2020

21+
<!--
22+
AdSense クローラーに低品質なページと判定されることを防ぐため、
23+
プロダクト一覧ページはインデックスさせない
24+
-->
25+
<meta name="robots" content="noindex" />
26+
2127
<!-- Google AdSense -->
2228
<script
2329
async

WebSite/sitemap.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
</url>
7171
<url>
7272
<loc>https://breadmotion.github.io/WebSite/contact.html</loc>
73-
<lastmod>2025-11-27</lastmod>
73+
<lastmod>2025-11-28</lastmod>
7474
</url>
7575
<url>
7676
<loc>https://breadmotion.github.io/WebSite/</loc>
@@ -90,10 +90,10 @@
9090
</url>
9191
<url>
9292
<loc>https://breadmotion.github.io/WebSite/portfolio.html</loc>
93-
<lastmod>2025-11-27</lastmod>
93+
<lastmod>2025-11-28</lastmod>
9494
</url>
9595
<url>
9696
<loc>https://breadmotion.github.io/WebSite/products.html</loc>
97-
<lastmod>2025-11-27</lastmod>
97+
<lastmod>2025-11-28</lastmod>
9898
</url>
9999
</urlset>

ads.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
google.com, pub-5284984614496391, DIRECT, f08c47fec0942fa0

index.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
content="PanKUNのポータルサイトです。"
1313
/>
1414

15+
<meta name="robots" content="noindex" />
16+
1517
<!-- Google AdSense -->
1618
<script
1719
async

0 commit comments

Comments
 (0)