# Topic embedding needs some love

**URL:** https://meta.discourse.org/t/topic-embedding-needs-some-love/262763
**Category:** Feature
**Created:** [April 24, 2023, 10:32pm UTC](https://meta.discourse.org/t/topic-embedding-needs-some-love/262763 "2023-04-24T22:32:35Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [April 28, 2023, 1:13am UTC](https://meta.discourse.org/t/topic-embedding-needs-some-love/262763/6 "2023-04-28T01:13:13Z")

</div>

> [@simon](#):
>
> - **Semantic Related Topics** title missing
> - **Community Sentiment** title missing
> - missing unordered list in the **Modules Providers** section
> - **Installing Discourse AI on your community** title missing

I think this is all happening even in readablity.js, this is firefox reader view:

 ![image](https://global.discourse-cdn.com/meta/original/4X/b/e/6/be61a413a4c55a18a533af1b363b84f70201b012.png)

```plaintext
<h2 id="installing-discourse-ai-on-your-community">
      <strong>Installing Discourse AI on your community</strong>
</h2>

```

 ![image](https://global.discourse-cdn.com/meta/original/4X/e/c/1/ec1477b54df9a25ca7541b6483e142d7cdc2ff8e.jpeg)

> [@On another topic](https://meta.discourse.org/t/618/2):
>
> The HTML you provided is technically correct, but it is not a best practice to use `<strong>` inside an `<h2>` tag. The `<h2>` tag already implies a higher level of importance and is typically styled to be bold by default. Using `<strong>` inside the heading is redundant and can lead to unnecessary complexity in your code.
> 
> A better approach would be:
> 
> ```plaintext
> <h2 id="installing-discourse-ai-on-your-community">
> Installing Discourse AI on your community
> </h2>
> 
> ```
> 
> If you want to add specific styling to the `<h2>` tag, it’s better to use CSS for that purpose.

Will see if there is an easy way to fix this…

> [@simon](#):
>
> Ideally, the “Sign up for our newsletter” prompt would be excluded from the embedded post.

Not sure about this… but if we really really want to do that we can add `.discourse-newsletter-signup` to `blocked_embed_selectors`

---

_[View the full topic](https://meta.discourse.org/t/topic-embedding-needs-some-love/262763)._
