Alwrity is a Streamlit application that leverages the power of Google's Generative AI (Gemini) to automatically generate SEO-optimized FAQs for your blog posts. This tool helps you enhance user engagement, improve search ranking, and provide valuable information to your readers.
- Keyword-based FAQ generation:
- Input the main keywords of your blog.
- Alwrity analyzes Google search results and "People Also Ask" data.
- Generates relevant and informative FAQs.
- Blog type and search intent optimization:
- Tailor the generated FAQs to your specific blog type (e.g., How-to guides, Listicles).
- Align with the intended search intent (e.g., Informational, Transactional).
- Integration with Serper API:
- Leverages the Serper API to gather accurate and up-to-date search data.
- Ensures the generated FAQs are aligned with current search trends.
- Clone the repository:
git clone https://github.com/your-username/alwrity.git
- Install dependencies:
pip install -r requirements.txt
- Set API keys:
- Obtain API keys for Serper and Gemini.
- Store them as environment variables (e.g., in a
.env
file).
- Run the application:
streamlit run app.py
- Enter the main keywords of your blog post.
- Select the relevant blog type and search intent.
- Click "Generate Blog FAQs".
- Alwrity will generate a list of SEO-optimized FAQs.
- Copy and paste the FAQs into your blog post.