Update app.py
Browse files
app.py
CHANGED
|
@@ -98,14 +98,17 @@ def generate_marketing_plan(website_content, industry, goals, budget, location,
|
|
| 98 |
- {additional_info}
|
| 99 |
|
| 100 |
Create a detailed 1-year marketing plan that includes:
|
| 101 |
-
1. **Advanced Keywords**:
|
| 102 |
-
2. **Content Topics**:
|
| 103 |
-
3. **
|
| 104 |
-
4. **
|
| 105 |
-
5. **
|
| 106 |
-
6. **
|
| 107 |
-
7. **Execution
|
| 108 |
-
|
|
|
|
|
|
|
|
|
|
| 109 |
|
| 110 |
messages.append({"role": "user", "content": query})
|
| 111 |
response = openai.ChatCompletion.create(
|
|
|
|
| 98 |
- {additional_info}
|
| 99 |
|
| 100 |
Create a detailed 1-year marketing plan that includes:
|
| 101 |
+
1. **Advanced Keywords**: Provide at least 10 long-tail keywords specific to the industry and location (if applicable).
|
| 102 |
+
2. **Content Topics**: Provide at least 10 blog, YouTube, or social media topics, each with a brief description.
|
| 103 |
+
3. **SEO Strategies**: Detailed recommendations for improving search rankings, including tools and methods.
|
| 104 |
+
4. **Content Marketing Plan**: How to leverage the provided content topics to achieve the stated goals.
|
| 105 |
+
5. **Social Media Strategies**: Platforms, posting frequency, campaign ideas, and location-specific tactics.
|
| 106 |
+
6. **Advertising Campaigns**: Platforms, budget allocation, target audience details, and creative strategies.
|
| 107 |
+
7. **Execution Timeline**: A quarterly breakdown of actionable steps with measurable KPIs.
|
| 108 |
+
|
| 109 |
+
Ensure the recommendations are detailed, actionable, and tailored to the business's specific goals, budget, and location.
|
| 110 |
+
Avoid generic suggestions and provide unique, high-value insights.
|
| 111 |
+
"""
|
| 112 |
|
| 113 |
messages.append({"role": "user", "content": query})
|
| 114 |
response = openai.ChatCompletion.create(
|