frontend-blog-seo

Fetch public content and generate SEO-optimized blog pages with semantic HTML.

1|Updated May 8, 2025
One-click install
npx skills add https://github.com/Uncodier/API --skill frontend-blog-seo
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: frontend-blog-seo
Source: https://github.com/Uncodier/API/tree/main/src/skills/frontend-blog-seo
Command: npx skills add https://github.com/Uncodier/API --skill frontend-blog-seo

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Frontend teams often need to convert public content into blog pages with strong SEO, semantic HTML, and accessible design, but they struggle with maintaining consistent structure and metadata across posts.

Core Features & Use Cases

  • Fetch public content from APIs or RSS feeds and transform it into blog posts.
  • Generate SEO metadata (title, description, OpenGraph, Twitter cards) and JSON-LD structured data.
  • Ensure semantic HTML structure (article, header, main, section) with accessible typography and responsive design.
  • Use case: Content teams publishing weekly articles can automate page generation and optimization from source content.

Quick Start

Ask the agent to fetch public content and generate an SEO-optimized blog post.

Frequently Asked Questions about frontend-blog-seo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I fetch public content and generate SEO-friendly blog posts from it?

To generate SEO-friendly blog posts, fetch public content from APIs or RSS feeds and transform it into pages with semantic HTML, dynamic metadata, and JSON-LD structured data.

How do I add OpenGraph and Twitter card metadata to my blog pages?

Add OpenGraph and Twitter card metadata by applying dynamic meta tags and JSON-LD structured data during the content generation workflow to ensure strong SEO and proper social sharing.

How do I ensure my blog content has semantic HTML structure and accessible design?

Ensure semantic HTML structure by using article, header, main, and section tags alongside accessibility best practices and a responsive, design-focused typography system for the blog content.

Can I automate weekly article generation and SEO optimization from source content?

Yes, you can automate article generation and SEO optimization by fetching public content from APIs or RSS feeds and applying consistent metadata and semantic HTML structure across all posts.

What is the best way to include JSON-LD structured data in generated blog pages?

The best way to include JSON-LD structured data is to generate it automatically alongside dynamic meta tags and semantic HTML structure when transforming public content into blog pages.