From 74ecaf27da8649f3592fb6fbf6df14980c42f96d Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 14:41:49 +0200 Subject: [PATCH 1/9] docs: document Store search ranking and Console personalization Add publisher-facing guidance for Store search: ranking criteria are similar to what the Actor quality score evaluates, with extra emphasis on popularity. A higher score makes higher placement more likely, though no specific position is guaranteed. Search in Apify Console is the personalization exception - same criteria, individual order per user. --- .../apify-store-basics/how_store_works.md | 14 ++++++++++++++ .../platform/actors/publishing/quality_score.mdx | 9 +++++++++ sources/platform/console/store.md | 4 ++++ 3 files changed, 27 insertions(+) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index 6f936f5651..da9b1f882d 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -100,6 +100,20 @@ Since the **Issues** tab is public, the level of activity - or lack thereof - ca Learn more about how to handle the [Issues tab](/academy/actor-marketing-playbook/interact-with-users/issues-tab) +## How Apify Store search works + +Apify ranks Actors in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool using criteria similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. A higher quality score makes your Actor more likely to place higher, though no specific position is guaranteed. + +To improve your Actor's visibility, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. + +### Search in Apify Console is personalized + +Search in [Apify Console](https://console.apify.com) is an exception: results are personalized for each individual user. The ranking criteria are the same as the public Store, but the order is individual, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). + +### Disputing Actor categories + +If you believe your Actor is in the wrong category, contact Apify support. In a later phase, you will be able to see and dispute categories directly in the Actor publication settings. + ## Resources - Best practices on setting up [testing for your Actor](https://docs.apify.com/platform/actors/publishing/test) diff --git a/sources/platform/actors/publishing/quality_score.mdx b/sources/platform/actors/publishing/quality_score.mdx index 76ddf37889..d8379f266d 100644 --- a/sources/platform/actors/publishing/quality_score.mdx +++ b/sources/platform/actors/publishing/quality_score.mdx @@ -9,6 +9,15 @@ The Actor quality score is a metric that evaluates your Actor's performance acro --- +## How the quality score affects ranking + +The quality score drives ranking across Apify search surfaces: + +- _Apify Store search_ at [apify.com/store](https://apify.com/store). +- The _Apify MCP server_ `search-actors` tool used by external AI agents. See [Apify MCP server](/platform/integrations/mcp). + +All surfaces rank Actors using criteria similar to the quality score, with extra emphasis on popularity. A higher quality score makes your Actor more likely to place higher, though no specific position is guaranteed. Search in Apify Console is an exception: the ranking criteria are the same, but the order is personalized to each individual user. See [How Apify Store search works](/academy/actor-marketing-playbook/store-basics/how-store-works#how-apify-store-search-works) for the publisher-facing guidance. + ## How to view your score Navigate to **Console > Insights > Actor quality**, and then select your Actor. diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index 81262dbe4d..ce24cb6585 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -18,4 +18,8 @@ You can also organize the results from the store by different criteria, includin Once you select an Actor from the store, you'll be directed to its specific page. Here, you can configure the settings for your future Actor run, save these configurations for later use, or run the Actor immediately. +## Search + +Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). The ranking criteria are the same on both surfaces - similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. + For more information, see [Actors in Store](/sources/platform/actors/running/store/index.md). From db882e2d463c727d430822e53c1e1a2b5d95b73c Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 15:00:10 +0200 Subject: [PATCH 2/9] docs: clarify quality score correlates with search ranking, not drives it Search ranking and the Actor quality score are separate systems that evaluate similar parameters, so they correlate strongly without one driving the other. Reword the publisher guidance to match. --- .../build-and-publish/apify-store-basics/how_store_works.md | 4 ++-- sources/platform/actors/publishing/quality_score.mdx | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index da9b1f882d..2328c30e04 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -102,9 +102,9 @@ Learn more about how to handle the [Issues tab](/academy/actor-marketing-playboo ## How Apify Store search works -Apify ranks Actors in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool using criteria similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. A higher quality score makes your Actor more likely to place higher, though no specific position is guaranteed. +Search ranking and the [Actor quality score](/platform/actors/publishing/quality-score) are separate systems, but they evaluate similar parameters, with extra emphasis on popularity. As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool. No specific position is guaranteed. -To improve your Actor's visibility, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. +To improve your Actor's visibility in search, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. ### Search in Apify Console is personalized diff --git a/sources/platform/actors/publishing/quality_score.mdx b/sources/platform/actors/publishing/quality_score.mdx index d8379f266d..71a4d528b5 100644 --- a/sources/platform/actors/publishing/quality_score.mdx +++ b/sources/platform/actors/publishing/quality_score.mdx @@ -9,14 +9,14 @@ The Actor quality score is a metric that evaluates your Actor's performance acro --- -## How the quality score affects ranking +## Quality score and search ranking -The quality score drives ranking across Apify search surfaces: +The quality score and search ranking are separate systems, but they evaluate similar parameters, with extra emphasis on popularity. As a result, the two correlate strongly across Apify search surfaces: - _Apify Store search_ at [apify.com/store](https://apify.com/store). - The _Apify MCP server_ `search-actors` tool used by external AI agents. See [Apify MCP server](/platform/integrations/mcp). -All surfaces rank Actors using criteria similar to the quality score, with extra emphasis on popularity. A higher quality score makes your Actor more likely to place higher, though no specific position is guaranteed. Search in Apify Console is an exception: the ranking criteria are the same, but the order is personalized to each individual user. See [How Apify Store search works](/academy/actor-marketing-playbook/store-basics/how-store-works#how-apify-store-search-works) for the publisher-facing guidance. +Actors with higher quality scores tend to rank higher on both surfaces, though no specific position is guaranteed. Search in Apify Console is an exception: the ranking criteria are the same, but the order is personalized to each individual user. See [How Apify Store search works](/academy/actor-marketing-playbook/store-basics/how-store-works#how-apify-store-search-works) for the publisher-facing guidance. ## How to view your score From c9d1824dc2dfa31dff4b8a0131c7ce23a49b4b27 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 15:02:16 +0200 Subject: [PATCH 3/9] docs: move Actor categories dispute note to Apify AI PR The categories dispute guidance is owned by the Apify AI launch wave and covered in PR #2633. --- .../build-and-publish/apify-store-basics/how_store_works.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index 2328c30e04..0160cfea37 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -110,10 +110,6 @@ To improve your Actor's visibility in search, focus on improving its quality sco Search in [Apify Console](https://console.apify.com) is an exception: results are personalized for each individual user. The ranking criteria are the same as the public Store, but the order is individual, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). -### Disputing Actor categories - -If you believe your Actor is in the wrong category, contact Apify support. In a later phase, you will be able to see and dispute categories directly in the Actor publication settings. - ## Resources - Best practices on setting up [testing for your Actor](https://docs.apify.com/platform/actors/publishing/test) From 488dbc32dd741bf6831c5e1d908643d428d41a7e Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 15:08:59 +0200 Subject: [PATCH 4/9] docs: avoid claiming ranking criteria are identical across surfaces Each surface uses criteria similar to the quality score, but the criteria are not identical across surfaces - so reword to "similar" and drop "the same" framing. --- .../build-and-publish/apify-store-basics/how_store_works.md | 2 +- sources/platform/actors/publishing/quality_score.mdx | 2 +- sources/platform/console/store.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index 0160cfea37..575e29bf5f 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -108,7 +108,7 @@ To improve your Actor's visibility in search, focus on improving its quality sco ### Search in Apify Console is personalized -Search in [Apify Console](https://console.apify.com) is an exception: results are personalized for each individual user. The ranking criteria are the same as the public Store, but the order is individual, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). +Search in [Apify Console](https://console.apify.com) is an exception: results are personalized for each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Quality score still correlates with ranking - the order is just adjusted per user. ## Resources diff --git a/sources/platform/actors/publishing/quality_score.mdx b/sources/platform/actors/publishing/quality_score.mdx index 71a4d528b5..66c2172cd3 100644 --- a/sources/platform/actors/publishing/quality_score.mdx +++ b/sources/platform/actors/publishing/quality_score.mdx @@ -16,7 +16,7 @@ The quality score and search ranking are separate systems, but they evaluate sim - _Apify Store search_ at [apify.com/store](https://apify.com/store). - The _Apify MCP server_ `search-actors` tool used by external AI agents. See [Apify MCP server](/platform/integrations/mcp). -Actors with higher quality scores tend to rank higher on both surfaces, though no specific position is guaranteed. Search in Apify Console is an exception: the ranking criteria are the same, but the order is personalized to each individual user. See [How Apify Store search works](/academy/actor-marketing-playbook/store-basics/how-store-works#how-apify-store-search-works) for the publisher-facing guidance. +Actors with higher quality scores tend to rank higher on both surfaces, though no specific position is guaranteed. Search in Apify Console is personalized to each individual user, so the same query can return different Actors than the public Store - quality score still correlates with ranking, the order is just adjusted per user. See [How Apify Store search works](/academy/actor-marketing-playbook/store-basics/how-store-works#how-apify-store-search-works) for the publisher-facing guidance. ## How to view your score diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index ce24cb6585..a5d52f7b29 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -20,6 +20,6 @@ Once you select an Actor from the store, you'll be directed to its specific page ## Search -Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). The ranking criteria are the same on both surfaces - similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. +Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Ranking criteria on both surfaces are similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. For more information, see [Actors in Store](/sources/platform/actors/running/store/index.md). From 2a8dbd399be94aea166a8719d491535a14270db9 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 15:15:58 +0200 Subject: [PATCH 5/9] docs: attribute popularity emphasis to search ranking explicitly The ambiguous "they evaluate similar parameters, with extra emphasis on popularity" could be read as the quality score having the emphasis. Rephrase so it's clearly search ranking that weights popularity extra. --- .../build-and-publish/apify-store-basics/how_store_works.md | 2 +- sources/platform/actors/publishing/quality_score.mdx | 2 +- sources/platform/console/store.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index 575e29bf5f..d80d5f4ccc 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -102,7 +102,7 @@ Learn more about how to handle the [Issues tab](/academy/actor-marketing-playboo ## How Apify Store search works -Search ranking and the [Actor quality score](/platform/actors/publishing/quality-score) are separate systems, but they evaluate similar parameters, with extra emphasis on popularity. As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool. No specific position is guaranteed. +Search ranking and the [Actor quality score](/platform/actors/publishing/quality-score) are separate systems. Search ranking evaluates parameters similar to those in the quality score, with extra weight on popularity. As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool. No specific position is guaranteed. To improve your Actor's visibility in search, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. diff --git a/sources/platform/actors/publishing/quality_score.mdx b/sources/platform/actors/publishing/quality_score.mdx index 66c2172cd3..c96a7137f4 100644 --- a/sources/platform/actors/publishing/quality_score.mdx +++ b/sources/platform/actors/publishing/quality_score.mdx @@ -11,7 +11,7 @@ The Actor quality score is a metric that evaluates your Actor's performance acro ## Quality score and search ranking -The quality score and search ranking are separate systems, but they evaluate similar parameters, with extra emphasis on popularity. As a result, the two correlate strongly across Apify search surfaces: +The quality score and search ranking are separate systems. Search ranking evaluates parameters similar to those in the quality score, with extra weight on popularity. As a result, the two correlate strongly across Apify search surfaces: - _Apify Store search_ at [apify.com/store](https://apify.com/store). - The _Apify MCP server_ `search-actors` tool used by external AI agents. See [Apify MCP server](/platform/integrations/mcp). diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index a5d52f7b29..6e2ec2d37e 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -20,6 +20,6 @@ Once you select an Actor from the store, you'll be directed to its specific page ## Search -Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Ranking criteria on both surfaces are similar to what the [Actor quality score](/platform/actors/publishing/quality-score) evaluates, with extra emphasis on popularity. +Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Both surfaces rank Actors using criteria similar to the [Actor quality score](/platform/actors/publishing/quality-score), with extra weight on popularity. For more information, see [Actors in Store](/sources/platform/actors/running/store/index.md). From 4648907fd52fc2938d2b2dfa0c04872517829b9e Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 15:38:10 +0200 Subject: [PATCH 6/9] docs: simplify quality-score-to-ranking framing Drop the "separate systems" preamble and the "extra weight on popularity" detail. Lead directly with the correlation: search ranking uses parameters similar to those in the quality score, and the two correlate strongly. --- .../build-and-publish/apify-store-basics/how_store_works.md | 2 +- sources/platform/actors/publishing/quality_score.mdx | 2 +- sources/platform/console/store.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index d80d5f4ccc..3f7537e358 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -102,7 +102,7 @@ Learn more about how to handle the [Issues tab](/academy/actor-marketing-playboo ## How Apify Store search works -Search ranking and the [Actor quality score](/platform/actors/publishing/quality-score) are separate systems. Search ranking evaluates parameters similar to those in the quality score, with extra weight on popularity. As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool. No specific position is guaranteed. +Search ranking evaluates parameters similar to those in the [Actor quality score](/platform/actors/publishing/quality-score). As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool, though no specific position is guaranteed. To improve your Actor's visibility in search, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. diff --git a/sources/platform/actors/publishing/quality_score.mdx b/sources/platform/actors/publishing/quality_score.mdx index c96a7137f4..6ae2ead575 100644 --- a/sources/platform/actors/publishing/quality_score.mdx +++ b/sources/platform/actors/publishing/quality_score.mdx @@ -11,7 +11,7 @@ The Actor quality score is a metric that evaluates your Actor's performance acro ## Quality score and search ranking -The quality score and search ranking are separate systems. Search ranking evaluates parameters similar to those in the quality score, with extra weight on popularity. As a result, the two correlate strongly across Apify search surfaces: +Search ranking evaluates parameters similar to those in the quality score. As a result, the two correlate strongly across Apify search surfaces: - _Apify Store search_ at [apify.com/store](https://apify.com/store). - The _Apify MCP server_ `search-actors` tool used by external AI agents. See [Apify MCP server](/platform/integrations/mcp). diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index 6e2ec2d37e..4b7c1c3427 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -20,6 +20,6 @@ Once you select an Actor from the store, you'll be directed to its specific page ## Search -Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Both surfaces rank Actors using criteria similar to the [Actor quality score](/platform/actors/publishing/quality-score), with extra weight on popularity. +Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Both surfaces rank Actors using parameters similar to those in the [Actor quality score](/platform/actors/publishing/quality-score). For more information, see [Actors in Store](/sources/platform/actors/running/store/index.md). From a677de025ecbda1df3fbe5b0217d52de52853cfb Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Thu, 18 Jun 2026 16:07:26 +0200 Subject: [PATCH 7/9] docs: clarify both surfaces in Console search note Co-Authored-By: Claude Opus 4.8 (1M context) --- sources/platform/console/store.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/platform/console/store.md b/sources/platform/console/store.md index 4b7c1c3427..256ce435da 100644 --- a/sources/platform/console/store.md +++ b/sources/platform/console/store.md @@ -20,6 +20,6 @@ Once you select an Actor from the store, you'll be directed to its specific page ## Search -Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Both surfaces rank Actors using parameters similar to those in the [Actor quality score](/platform/actors/publishing/quality-score). +Search results in Apify Console are personalized to each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Both Console and the public Store rank Actors using parameters similar to those in the [Actor quality score](/platform/actors/publishing/quality-score). For more information, see [Actors in Store](/sources/platform/actors/running/store/index.md). From d8d68729baec9b7341dc10fe3b25702f46f285fe Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Fri, 19 Jun 2026 10:04:20 +0200 Subject: [PATCH 8/9] Update sources/academy/build-and-publish/apify-store-basics/how_store_works.md Co-authored-by: Edyta <142720610+szaganek@users.noreply.github.com> --- .../build-and-publish/apify-store-basics/how_store_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index 3f7537e358..af84f79350 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -108,7 +108,7 @@ To improve your Actor's visibility in search, focus on improving its quality sco ### Search in Apify Console is personalized -Search in [Apify Console](https://console.apify.com) is an exception: results are personalized for each individual user, so the same query can return different Actors than the public Store at [apify.com/store](https://apify.com/store). Quality score still correlates with ranking - the order is just adjusted per user. +In [Apify Console](https://console.apify.com), search results are personalized for each user. As a result, the same query can return different Actors than in [Apify Store](https://apify.com/store). Quality score still correlates with ranking, but the order is adjusted per user. ## Resources From 517fd0e7f7102d4fde7bb639936843525c60ef40 Mon Sep 17 00:00:00 2001 From: Marcel Rebro Date: Fri, 19 Jun 2026 10:04:28 +0200 Subject: [PATCH 9/9] Update sources/academy/build-and-publish/apify-store-basics/how_store_works.md Co-authored-by: Edyta <142720610+szaganek@users.noreply.github.com> --- .../build-and-publish/apify-store-basics/how_store_works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md index af84f79350..aad7af8155 100644 --- a/sources/academy/build-and-publish/apify-store-basics/how_store_works.md +++ b/sources/academy/build-and-publish/apify-store-basics/how_store_works.md @@ -104,7 +104,7 @@ Learn more about how to handle the [Issues tab](/academy/actor-marketing-playboo Search ranking evaluates parameters similar to those in the [Actor quality score](/platform/actors/publishing/quality-score). As a result, the two correlate strongly: Actors with higher quality scores tend to rank higher in [Apify Store](https://apify.com/store) search and the [Apify MCP server](/platform/integrations/mcp) `search-actors` tool, though no specific position is guaranteed. -To improve your Actor's visibility in search, focus on improving its quality score. See [Actor quality score](/platform/actors/publishing/quality-score) for what the score measures and how to influence each category. +To improve your Actor's visibility in search, focus on improving its quality score. For what the score measures and how to influence each category, see [Actor quality score](/platform/actors/publishing/quality-score). ### Search in Apify Console is personalized