Seo
This commit is contained in:
@@ -0,0 +1,254 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<odoo>
|
||||
<data noupdate="1">
|
||||
|
||||
<!-- How-To Guide Template -->
|
||||
<record id="seo_template_how_to" model="otk.seo.template">
|
||||
<field name="name">How-To Guide</field>
|
||||
<field name="sequence">10</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Step-by-step instructional content that teaches readers how to accomplish a specific task or goal.</field>
|
||||
<field name="default_tone">professional</field>
|
||||
<field name="default_word_count">medium</field>
|
||||
<field name="include_images">True</field>
|
||||
<field name="default_image_count">2</field>
|
||||
<field name="default_image_style">photorealistic</field>
|
||||
<field name="include_toc">True</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_h3</field>
|
||||
<field name="system_prompt">You are an expert technical writer creating clear, actionable how-to guides.
|
||||
Write in a helpful, instructive tone. Use numbered steps for processes.
|
||||
Include practical tips and common pitfalls to avoid.
|
||||
Make content scannable with clear headers and bullet points.</field>
|
||||
<field name="content_prompt_template">Write a comprehensive how-to guide about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure the content with:
|
||||
1. Brief introduction explaining what readers will learn
|
||||
2. Prerequisites or requirements (if applicable)
|
||||
3. Step-by-step instructions with clear headers
|
||||
4. Tips and best practices
|
||||
5. Conclusion with next steps</field>
|
||||
</record>
|
||||
|
||||
<!-- Listicle Template -->
|
||||
<record id="seo_template_listicle" model="otk.seo.template">
|
||||
<field name="name">Listicle (Top X...)</field>
|
||||
<field name="sequence">20</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Numbered list format articles like "Top 10...", "5 Best...", etc. Great for engagement and social sharing.</field>
|
||||
<field name="default_tone">conversational</field>
|
||||
<field name="default_word_count">medium</field>
|
||||
<field name="include_images">True</field>
|
||||
<field name="default_image_count">1</field>
|
||||
<field name="default_image_style">digital_art</field>
|
||||
<field name="include_toc">True</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_only</field>
|
||||
<field name="system_prompt">You are a content creator writing engaging listicle articles.
|
||||
Make each list item valuable and actionable.
|
||||
Use engaging headlines for each item.
|
||||
Include brief explanations for each point.
|
||||
Keep the tone engaging and easy to read.</field>
|
||||
<field name="content_prompt_template">Write a listicle article about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Engaging introduction with a hook
|
||||
2. Numbered list items (5-10 items) with H2 headers
|
||||
3. Each item should have a brief explanation (50-100 words)
|
||||
4. Conclusion summarizing key takeaways</field>
|
||||
</record>
|
||||
|
||||
<!-- Product Comparison Template -->
|
||||
<record id="seo_template_comparison" model="otk.seo.template">
|
||||
<field name="name">Product Comparison</field>
|
||||
<field name="sequence">30</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Side-by-side comparison content for products, services, or solutions.</field>
|
||||
<field name="default_tone">professional</field>
|
||||
<field name="default_word_count">long</field>
|
||||
<field name="include_images">True</field>
|
||||
<field name="default_image_count">1</field>
|
||||
<field name="default_image_style">illustration</field>
|
||||
<field name="include_toc">True</field>
|
||||
<field name="include_faq">True</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_h3</field>
|
||||
<field name="system_prompt">You are an expert analyst creating objective product comparisons.
|
||||
Be balanced and fair in your comparisons.
|
||||
Include specific features, pros, and cons.
|
||||
Help readers make informed decisions.
|
||||
Use tables or structured comparisons where appropriate.</field>
|
||||
<field name="content_prompt_template">Write a detailed comparison article about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Introduction explaining the comparison criteria
|
||||
2. Overview of each option
|
||||
3. Feature-by-feature comparison
|
||||
4. Pros and cons for each
|
||||
5. Recommendation based on different use cases
|
||||
6. FAQ section addressing common questions</field>
|
||||
</record>
|
||||
|
||||
<!-- Industry News Template -->
|
||||
<record id="seo_template_news" model="otk.seo.template">
|
||||
<field name="name">Industry News/Trends</field>
|
||||
<field name="sequence">40</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Thought leadership content about industry trends, news analysis, and expert insights.</field>
|
||||
<field name="default_tone">professional</field>
|
||||
<field name="default_word_count">medium</field>
|
||||
<field name="include_images">True</field>
|
||||
<field name="default_image_count">1</field>
|
||||
<field name="default_image_style">photorealistic</field>
|
||||
<field name="include_toc">False</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_h3</field>
|
||||
<field name="system_prompt">You are an industry expert writing insightful analysis.
|
||||
Provide context and expert perspective.
|
||||
Back up claims with reasoning.
|
||||
Make content relevant and timely.
|
||||
Maintain a professional, authoritative tone.</field>
|
||||
<field name="content_prompt_template">Write an industry analysis/trends article about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Hook introducing the trend or news
|
||||
2. Background and context
|
||||
3. Analysis of implications
|
||||
4. Expert insights and predictions
|
||||
5. What this means for the reader
|
||||
6. Call to action</field>
|
||||
</record>
|
||||
|
||||
<!-- Case Study Template -->
|
||||
<record id="seo_template_case_study" model="otk.seo.template">
|
||||
<field name="name">Case Study</field>
|
||||
<field name="sequence">50</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Success story format showcasing real-world results and implementations.</field>
|
||||
<field name="default_tone">professional</field>
|
||||
<field name="default_word_count">long</field>
|
||||
<field name="include_images">True</field>
|
||||
<field name="default_image_count">2</field>
|
||||
<field name="default_image_style">photorealistic</field>
|
||||
<field name="include_toc">True</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_h3</field>
|
||||
<field name="system_prompt">You are a content writer creating compelling case studies.
|
||||
Follow the problem-solution-results format.
|
||||
Include specific metrics and outcomes where possible.
|
||||
Make the story relatable and inspiring.
|
||||
Focus on the transformation and value delivered.</field>
|
||||
<field name="content_prompt_template">Write a case study article about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Executive summary / Key results
|
||||
2. The Challenge - What problem needed solving
|
||||
3. The Solution - How it was addressed
|
||||
4. Implementation - Steps taken
|
||||
5. Results - Measurable outcomes
|
||||
6. Lessons learned
|
||||
7. Call to action</field>
|
||||
</record>
|
||||
|
||||
<!-- FAQ Article Template -->
|
||||
<record id="seo_template_faq" model="otk.seo.template">
|
||||
<field name="name">FAQ Article</field>
|
||||
<field name="sequence">60</field>
|
||||
<field name="content_type">blog_post</field>
|
||||
<field name="description">Question-and-answer format content addressing common queries about a topic.</field>
|
||||
<field name="default_tone">conversational</field>
|
||||
<field name="default_word_count">medium</field>
|
||||
<field name="include_images">False</field>
|
||||
<field name="default_image_count">0</field>
|
||||
<field name="default_image_style">illustration</field>
|
||||
<field name="include_toc">True</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_only</field>
|
||||
<field name="system_prompt">You are a helpful expert answering frequently asked questions.
|
||||
Address each question thoroughly but concisely.
|
||||
Use clear, accessible language.
|
||||
Anticipate follow-up questions.
|
||||
Make answers actionable where possible.</field>
|
||||
<field name="content_prompt_template">Write an FAQ article about: {topic}
|
||||
|
||||
Target keywords: {keywords}
|
||||
Target word count: {word_count} words
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Brief introduction about the topic
|
||||
2. 8-12 frequently asked questions with detailed answers
|
||||
3. Each question as an H2 header
|
||||
4. Answers should be 50-150 words each
|
||||
5. Conclusion with additional resources or contact info</field>
|
||||
</record>
|
||||
|
||||
<!-- Product Description Template -->
|
||||
<record id="seo_template_product_desc" model="otk.seo.template">
|
||||
<field name="name">Product Description</field>
|
||||
<field name="sequence">70</field>
|
||||
<field name="content_type">product_desc</field>
|
||||
<field name="description">Compelling product descriptions that highlight features, benefits, and value propositions.</field>
|
||||
<field name="default_tone">persuasive</field>
|
||||
<field name="default_word_count">short</field>
|
||||
<field name="include_images">False</field>
|
||||
<field name="default_image_count">0</field>
|
||||
<field name="default_image_style">photorealistic</field>
|
||||
<field name="include_toc">False</field>
|
||||
<field name="include_faq">False</field>
|
||||
<field name="include_cta">True</field>
|
||||
<field name="header_structure">h2_only</field>
|
||||
<field name="system_prompt">You are an expert copywriter creating compelling product descriptions.
|
||||
Focus on benefits, not just features.
|
||||
Use sensory and emotional language.
|
||||
Address customer pain points.
|
||||
Include a clear call to action.
|
||||
Make content scannable with bullet points for features.</field>
|
||||
<field name="content_prompt_template">Write a compelling product description for: {topic}
|
||||
|
||||
Product details: {product_name}
|
||||
Target keywords: {keywords}
|
||||
Tone: {tone}
|
||||
Language: {language}
|
||||
|
||||
Structure:
|
||||
1. Attention-grabbing opening line
|
||||
2. Key benefits (what problems it solves)
|
||||
3. Main features as bullet points
|
||||
4. Social proof or trust elements
|
||||
5. Clear call to action</field>
|
||||
</record>
|
||||
|
||||
</data>
|
||||
</odoo>
|
||||
Reference in New Issue
Block a user