# Google AdSense 라벨 h2 제목

**URL:** https://meta.discourse.org/t/google-adsense-label-h2-title/279289
**Category:** Bug
**Created:** [9월 17, 2023, 11:43오전 UTC](https://meta.discourse.org/t/google-adsense-label-h2-title/279289 "2023-09-17T11:43:47Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![ozkn](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ozkn/32/196013_2.png) [@ozkn](https://meta.discourse.org/u/ozkn)
#### Post date: [9월 17, 2023, 11:43오전 UTC](https://meta.discourse.org/t/google-adsense-label-h2-title/279289/1 "2023-09-17T11:43:47Z")

</div>

광고 플러그인에서 광고 태그 텍스트에 h2 제목이 부여되는 이유는 무엇인가요? SEO 관점에서는 적절하지 않다고 생각합니다.

---

<div class="post-metadata">

### Author: ![simon](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/simon/32/339122_2.png) [@simon](https://meta.discourse.org/u/simon)
#### Post date: [9월 19, 2023, 8:47오후 UTC](https://meta.discourse.org/t/google-adsense-label-h2-title/279289/2 "2023-09-19T20:47:35Z")

</div>

해당 텍스트를 언급하고 있습니다:

`<h2>ADVERTISEMENT</h2>`

규제상의 이유로 많은 지역에서 광고 위에 “ADVERTISEMENT”(광고) 라벨을 표시해야 한다고 생각합니다. 다만 헤딩으로 표시할 필요는 없습니다. `div` 요소로 표시할 수도 있습니다.

참고로, AdSense 광고의 경우 여기에서 삽입됩니다:

[https://github.com/discourse/discourse-adplugin/blob/main/assets/javascripts/discourse/templates/components/google-adsense.hbs#L2-L4](https://github.com/discourse/discourse-adplugin/blob/main/assets/javascripts/discourse/templates/components/google-adsense.hbs#L2-L4)

이것이 SEO 문제인지 확실하지는 않지만, 다른 사람들이 그렇게 보지 않을 것이라고 생각하지는 않습니다. 어쨌든 `h2` 태그를 사용하는 것은 의미론적 HTML 측면에서 좋지 않아 보입니다.

이것은 버그라고 생각하지는 않지만, 당분간 버그로 분류해 두겠습니다.
