Tab: Keywords
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3543778. -->
Reported by: [justafish](https://www.drupal.org/user/161058)
Related to !53
>>>
<p><img src="https://www.drupal.org/files/issues/2025-08-29/Screenshot%20from%202025-08-29%2010-10-37.png" alt=""></p>
<p>A maximum of 5 keywords can be provided</p>
<p>The “Google (US/English)” dropdown box is populated by the rank sources API endpoint <a href="https://api.conductor.com/api-documentation/swagger-ui/index.html#/Rank%20Source%20List/getRankSources">https://api.conductor.com/api-documentation/swagger-ui/index.html#/Rank%20Source%20List/getRankSources</a> . The value used for this should be saved in order to set the language later on when using the Content Generation API. The results from this endpoint look like this, and so the language will need to be extracted from the name:</p>
<pre>[<br> {<br> "name": "GOOGLE_EN_US",<br> "description": "Google (US / English)",<br> "baseDomain": "google.com",<br> "rankSourceId": "1"<br> },<br> {<br> "name": "GOOGLE_EN_CA",<br> "description": "Google (Canada / English)",<br> "baseDomain": "google.ca",<br> "rankSourceId": "4"<br> },<br>]</pre><p>Results come from the “Content Guidance Insights” API </p>
issue