phase-7-seo-security

Analyze and implement SEO meta tags, structured data, and security controls.

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/joshua3403/giit-template --skill phase-7-seo-security
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: phase-7-seo-security
Source: https://github.com/joshua3403/giit-template/tree/main/.agent/skills/phase-7-seo-security
Command: npx skills add https://github.com/joshua3403/giit-template --skill phase-7-seo-security

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and product teams enhance search engine visibility while tightening security across the application, reducing risk and improving discoverability.

Core Features & Use Cases

  • SEO Optimization: Optimize meta tags, structured data, and Open Graph to improve search rankings and social sharing.
  • Security Hardening: Integrate XSS/CSRF protections, secure headers, and robust authentication checks during development and deployment.
  • PDCA-Driven Workflow: Apply Plan-Do-Check-Act cycles to iteratively improve SEO quality and security posture.
  • Use Case: When a user asks about improving a page's ranking or hardening security, run a focused audit and implement fixes in two passes.

Quick Start

Quick Start: Instruct the agent to assess a target page, update title/description, ensure OG tags and JSON-LD, and verify security headers and CSRF protection.

Frequently Asked Questions about phase-7-seo-security

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

FAQPage Schema
How do I improve SEO meta tags and JSON-LD structured data for web pages?

Improving SEO meta tags and JSON-LD structured data involves analyzing existing page content to update title and description tags, ensuring accessible Open Graph data, and implementing proper JSON-LD schemas to boost search engine visibility and social sharing. A focused audit can iteratively optimize these elements using a PDCA-driven workflow.

What's the best way to harden web application security against XSS and CSRF vulnerabilities?

Hardening web application security against XSS and CSRF requires integrating robust input validation, secure HTTP headers, and authentication checks during feature development and deployment. A PDCA cycle helps iteratively assess vulnerabilities and implement protections to reduce application risk.

Does this approach work for both search visibility optimization and application security hardening?

Yes, this approach simultaneously optimizes search visibility and hardens application security. It runs a focused audit across web applications to implement SEO meta tags, Open Graph data, and JSON-LD schemas, while verifying secure HTTP headers, input validation, and CSRF/XSS protections.

How do I configure Open Graph data and secure HTTP headers during page optimization?

Configuring Open Graph data and secure HTTP headers during page optimization requires assessing the target page to ensure accessible OG tags are present, then verifying that proper security headers and CSRF protection are implemented. A two-pass audit implements fixes for both discoverability and security posture.

Why does my web application need both structured data and input validation checks?

Your web application needs both structured data and input validation checks because structured data like JSON-LD improves search engine crawling and social sharing, while input validation prevents XSS and CSRF attacks, ensuring the application remains both discoverable and secure during deployment.

When do I need to update meta tags and verify security headers for feature deployment?

You need to update meta tags and verify security headers during feature development, page optimization, and deployment phases. Applying a PDCA-driven workflow ensures proper meta-tag configuration, accessible Open Graph data, and secure HTTP headers are checked iteratively before releasing updates.