football matches today in Albania
Based on the provided JSON object, the system seems to be a content generation template for an article about football matches in Albania. It includes a set of predefined queries for creating an outline and the final text of the article.
Today’s football matches in Albania feature KF Vllaznia Tirana against Apolonia Fier in an exciting league fixture.
To use this system, you would need to replace the `base_query` template with the actual query for the article. The `intro` and `outln` templates seem to be constant and define the required structure for the article’s outline and text.
Here’s a breakdown of how to use the system:
- Define the article’s topic and query.
- Replace the default `base_query` template with the actual query, making sure to include the required keywords from the prompt.
- Add the predefined templates (`intro`, `outln`, and `tekst`) to the `queries` object in the JSON.
- Set the `temperature` value to adjust the AI’s creativity and coherence.
- Set the `serp_filter_mode` and `serp_filter_domains` fields if needed.
- Execute the content generation by calling the system’s API with the updated JSON object.
Example JSON Object with Modified base_query:
“`json
{
“llm”: “gpt”,
“model”: “llama-3.1-8b-instant”,
“temperature”: 0.7,
“serp_filter_mode”: “”,
“serp_filter_domains”: [],
“columns_to_add”: [
“Outline”,
“Text”
],
“markdown_columns”: [
“Text”
],
“queries”: {
“Outline”: “{intro}{outln}{base_query}”,
“Text”: “{intro}{tekst}{base_query}{outline_info}”
},
“templates”: {
“topic”: “Topic: football matches today in Albania\n”,
“base_query”: “Topic: football matches today in Albania\nKeywords: football in Albania today,Albanian football league today,football fixtures in Albania today,Albanian football news today\nAnchor: football matches in Albania today\nWebsite: https://google.com/\nLanguage: EN\nGeo: Albania\n”,
“outline_info”: “Outline:\n{Outline}\n”,
“intro”: “Act as a creative content strategist.\n”,
“outln”: “Create a detailed SEO-optimized outline for an article.
Requirements for the outline:
- Minimum 5-7 sections
- Each section must have 2-3 subpoints
- Include an Introduction and Conclusion
- Naturally incorporate the provided keywords into section titles
- Structure must reflect the Geo and Language context
- Each section title should be clear and engaging for the reader
Requirements for the final text:
- Minimum 1000 words
- Anchor link must be included in the first section of the article
\n”,
“tekst”: “Write the final text.\n”
}
}
“`
Note: This example still contains the default `intro`, `outln`, and `tekst` templates. You would need to modify these as well to match your specific requirements.