Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion sources/platform/actors/publishing/publish.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before making your Actor public, it's important to ensure your Actor has a clear
Once you've finished coding and testing your Actor, it's time to publish it. Follow these steps:

1. From your Actor's page in Apify Console, go to **Publication** > **Display information**
2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**, **Categories**)
2. Fill in all the relevant fields for your Actor (e.g., **Icon**, **Actor name**, **Description**)
3. Save your changes

![Actor settings](./images/actor-display-information.webp)
Expand Down Expand Up @@ -45,6 +45,12 @@ When writing your Actor's description, you also have the option to provide an SE

![SEO title and description](./images/actor-SEO.webp)

### Categories

Apify assigns categories to each public Actor; there's no field for you to select categories yourself. Categories help users discover your Actor in [Apify Store](https://apify.com/store).

If you strongly disagree with the categories assigned to your Actor, contact [Apify support](https://apify.com/contact).

### README

The next step is to include a comprehensive **README** detailing your Actor's features, reasons for scraping the target website, and instructions on how to use the Actor effectively.
Expand Down
Loading