Commit cb39915
authored
✨ Added IndexNow to notify search engines of content changes (#28519)
IndexNow lets Ghost notify search engines as soon as a post is
published or updated, rather than waiting for crawlers to rediscover
the change, so new and edited content gets indexed faster across the
participating engines (Bing, Yandex, Seznam, Naver, and others). It
ran as a private developer experiment, proved reliable in production,
and is now on by default for every site.
It respects existing privacy controls: the
config.isPrivacyDisabled('useIndexNow') gate and the is_private site
check both suppress pings where appropriate.1 parent 84d2e0c commit cb39915
3 files changed
Lines changed: 3 additions & 7 deletions
File tree
- apps/admin-x-settings/src/components/settings/advanced/labs
- ghost/core
- test/e2e-api/admin/__snapshots__
Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | 50 | | |
55 | 51 | | |
56 | 52 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
49 | 50 | | |
50 | 51 | | |
51 | 52 | | |
52 | | - | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1803 | 1803 | | |
1804 | 1804 | | |
1805 | 1805 | | |
1806 | | - | |
| 1806 | + | |
1807 | 1807 | | |
1808 | 1808 | | |
1809 | 1809 | | |
| |||
0 commit comments