Yowww Content Management System – Posts Directory

Overview

This directory contains all Markdown content for the Yowww website, organized according to the implementation plan. The content is automatically published using the publish_markdown.php script, which now supports multi-level category structures.

Directory Structure

The posts are organized in a hierarchical structure that matches the website’s category system:

posts/
├── ai-learning-hub/
│   └── books/
│       └── 10-must-read-ai-books-2025.md
├── ai-tools/
│   └── text-generators/
│       └── top-10-free-ai-writing-tools-2025.md
├── online-utilities/
│   └── productivity/
│       └── best-free-online-pdf-tools-2025.md
├── productivity-boosters/
│   └── automation/
│       └── workflow-tools/
│           └── zapier-vs-make-vs-n8n-2025.md
└── tool-comparisons/
    └── chatgpt-vs-claude-vs-gemini-2025.md

Category Mapping

Based on the Yowww implementation plan, the following categories have been created:

1. AI Tools (ai-tools/)

  • text-generators/: AI writing and content generation tools
  • image-generators/: AI image creation tools (planned)
  • code-assistants/: AI coding and development tools (planned)
  • chatbots/: AI conversation and customer service tools (planned)

2. Online Utilities (online-utilities/)

  • productivity/: Tools for enhancing productivity
  • converters/: File format conversion tools (planned)
  • generators/: Various online generators (planned)
  • calculators/: Online calculation tools (planned)

3. Tool Comparisons (tool-comparisons/)

  • Direct comparisons between similar tools
  • Head-to-head feature analysis
  • Buying guides and recommendations

4. Productivity Boosters (productivity-boosters/)

  • automation/: Workflow automation tools
    • workflow-tools/: Comprehensive automation platforms
    • task-automation/: Simple task automation (planned)
  • time-management/: Time tracking and management tools (planned)
  • collaboration/: Team collaboration tools (planned)

5. AI Learning Hub (ai-learning-hub/)

  • books/: Essential AI and tech books
  • courses/: Online learning platforms and courses (planned)
  • projects/: Open-source AI projects (planned)
  • leaders/: Industry leader profiles (planned)

6. Freebies & Templates (freebies-templates/) – Planned

  • templates/: Free templates and resources
  • tools/: Free software and applications
  • resources/: Educational and reference materials

7. Trending Now (trending-now/) – Planned

  • weekly-picks/: Weekly tool recommendations
  • new-releases/: Recently launched tools
  • updates/: Major tool updates and changes

Multi-Level Category Support

The publishing system now supports unlimited levels of nested categories:

  • Single Level: tool-comparisons/article.md → Category: tool-comparisons
  • Two Levels: ai-tools/text-generators/article.md → Category: ai-tools/text-generators
  • Three Levels: productivity-boosters/automation/workflow-tools/article.md → Category: productivity-boosters/automation/workflow-tools
  • More Levels: The system can handle any depth of nesting

Publishing Process

Automatic Publishing

  1. Place Markdown files in the appropriate category directory
  2. Run the publishing script: php publish_markdown.php
  3. The script will:
    • Scan all subdirectories recursively
    • Extract category information from the directory path
    • Publish new or updated content
    • Record publishing details in published_records.json

Category Assignment

Categories are automatically determined by the directory structure:

  • The full directory path (excluding filename) becomes the category
  • Path separators are converted to forward slashes
  • Categories support hierarchical relationships in WordPress

Content Requirements

Each Markdown file should include:

  • A clear, descriptive title (H1 heading)
  • Well-structured content with proper headings
  • Relevant keywords for SEO
  • Engaging introduction and conclusion
  • Call-to-action or engagement prompts

Published Content

The following articles have been successfully published:

  1. Top 10 Free AI Writing Tools for 2025

    • Category: ai-tools/text-generators
    • Comprehensive guide to AI writing assistants
    • Published: 2025-07-30
  2. Best Free Online PDF Tools for 2025

    • Category: online-utilities/productivity
    • Complete guide to PDF manipulation tools
    • Published: 2025-07-30
  3. 10 Must-Read AI Books for 2025

    • Category: ai-learning-hub/books
    • Essential reading list for AI enthusiasts
    • Published: 2025-07-30
  4. ChatGPT vs Claude vs Gemini: Ultimate AI Assistant Comparison

    • Category: tool-comparisons
    • Detailed comparison of leading AI assistants
    • Published: 2025-07-30
  5. Zapier vs Make vs n8n: Ultimate Workflow Automation Comparison

    • Category: productivity-boosters/automation/workflow-tools
    • Comprehensive automation platform comparison
    • Published: 2025-07-30

Content Guidelines

Writing Style

  • Clear, engaging, and informative
  • Target audience: Tech-savvy professionals and enthusiasts
  • Include practical examples and use cases
  • Provide actionable insights and recommendations

SEO Optimization

  • Include target keywords naturally
  • Use descriptive headings and subheadings
  • Add meta descriptions and alt text
  • Include internal and external links

Content Structure

  • Introduction with problem/opportunity statement
  • Main content with clear sections
  • Comparison tables where applicable
  • Practical tips and best practices
  • Conclusion with key takeaways
  • Call-to-action for engagement

Future Expansion

Planned content categories and subcategories:

  • AI Tools: Image generators, code assistants, chatbots
  • Online Utilities: Converters, generators, calculators
  • Productivity Boosters: Time management, collaboration tools
  • Freebies & Templates: Free resources and templates
  • Trending Now: Weekly picks, new releases, updates

Technical Notes

Publishing Script Enhancements

The publish_markdown.php script has been updated to:

  • Support unlimited directory nesting levels
  • Properly handle multi-level category creation
  • Maintain backward compatibility with existing content
  • Provide clear success/error messaging

File Naming Conventions

  • Use lowercase with hyphens: tool-name-comparison-2025.md
  • Include year for time-sensitive content
  • Be descriptive and SEO-friendly
  • Avoid special characters and spaces

Backup and Version Control

  • All content is stored in version control
  • Publishing records are maintained in JSON format
  • Regular backups of published content recommended
  • Track content updates and revisions

Last Updated: 2025-07-30
Content Count: 5 articles published
Categories: 4 main categories with subcategories
Status: Multi-level category system fully operational

Leave a Comment