# איך לאפשר אינדוקס למנועי חיפוש?

**URL:** https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565
**Category:** Support
**Created:** [25 בנובמבר,‏ 2023,‏ 12:51am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565 "2023-11-25T00:51:17Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![WanderingsIshiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wanderingsishiki/32/343703_2.png) [@WanderingsIshiki](https://meta.discourse.org/u/WanderingsIshiki)
#### Post date: [25 בנובמבר,‏ 2023,‏ 12:51am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/1 "2023-11-25T00:51:18Z")

</div>

We’re running a forum at [https://forum.fp2.dev/](https://forum.fp2.dev/) which currently requires signing up/logging in to view or post any content.

We want to make the content indexable to search engines and viewable to users, only requiring an account if they want to post.

This form here itself seems to have that functionality already enabled but I can’t figure out where the setting/config is. How is this enabled?

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [25 בנובמבר,‏ 2023,‏ 2:11am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/2 "2023-11-25T02:11:25Z")

</div>

Hey @WanderingsIshiki

The setting is called `login required`:

> Require authentication to read content on this site, disallow anonymous access.

Assuming you aren’t a CDCK customer on the Basic plan you will find it in `/admin` under Settings → Login.

By enabling `enable sitemap` your site will offer a sitemap at [https://forum.fp2.dev/sitemap.xml](https://forum.fp2.dev/sitemap.xml) which can be submitted to the [Google Seach Console](https://search.google.com/search-console) to encourage indexing.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [25 בנובמבר,‏ 2023,‏ 3:05am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/3 "2023-11-25T03:05:15Z")

</div>

> [@Stephen](#):
>
> The setting is called `login required`:

I don’t think this will work. You will see a login page before accessing the content. The sitemap won’t be accessible too. 🤔

---

<div class="post-metadata">

### Author: ![Stephen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/stephen/32/95011_2.png) [@Stephen](https://meta.discourse.org/u/Stephen)
#### Post date: [25 בנובמבר,‏ 2023,‏ 3:06am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/4 "2023-11-25T03:06:10Z")

</div>

That’s why they’ll be changing it from `on` to `off`:

> [@WanderingsIshiki](#):
>
> We want to make the content indexable to search engines and viewable to users, only requiring an account if they want to post.

What OP described means that setting is currently enabled. Looking at the link they provided that site is currently login only.

Turning it off will both allow content to be indexed and viewed by users. They will only need to register and login if they need to post.

---

<div class="post-metadata">

### Author: ![Arkshine](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/arkshine/32/298682_2.png) [@Arkshine](https://meta.discourse.org/u/Arkshine)
#### Post date: [25 בנובמבר,‏ 2023,‏ 3:08am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/5 "2023-11-25T03:08:38Z")

</div>

Right, I’ve completely understood the wrong way. Maybe it’s time for me to go to bed, sorry! 😄

---

<div class="post-metadata">

### Author: ![WanderingsIshiki](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/wanderingsishiki/32/343703_2.png) [@WanderingsIshiki](https://meta.discourse.org/u/WanderingsIshiki)
#### Post date: [25 בנובמבר,‏ 2023,‏ 3:38am UTC](https://meta.discourse.org/t/how-to-enable-search-engine-indexing/286565/6 "2023-11-25T03:38:40Z")

</div>

Ah, this worked perfectly. Thank you!
