SEO Improvements for Lit

This document outlines the comprehensive SEO improvements made to the Lit poetry blog to enhance visibility across search engines and LLM platforms.

Overview

The SEO enhancements focus on making the blog discoverable by both traditional search engines (Google, Bing) and AI-powered search platforms (ChatGPT, Claude, Perplexity). All improvements follow current best practices for semantic HTML, structured data, and content optimization.

Files Modified

1. _config.yml

Purpose: Enhanced Jekyll configuration with comprehensive SEO metadata

Changes:

Key additions:

author:
  name: Anbarasi U
  bio: Software engineer, poet, and writer exploring the intersection of technology and creativity
  email: hi@anbuu.in
  twitter: anbarasiu

social:
  name: Anbarasi U
  links:
    - https://github.com/anbarasiu
    - https://twitter.com/anbarasiu
    - https://anbuu.in
    - https://lit.anbuu.in
    - https://fluid.anbuu.in
    - https://gush.anbuu.in
    - https://fable.anbuu.in

twitter:
  username: anbarasiu
  card: summary_large_image

keywords: poetry, Anbarasi U, Anbu, literary writing, creative writing, poet, contemporary poetry, Frankfurt, philosophical poetry, tech poetry, identity, culture, translations

2. robots.txt (New File)

Purpose: Control crawler access and provide sitemap location

Changes:

Content:

User-agent: *
Allow: /

# AI and LLM Crawlers
User-agent: GPTBot
Allow: /

User-agent: Claude-Web
Allow: /

# ... etc

Sitemap: https://lit.anbuu.in/sitemap.xml
Crawl-delay: 1

3. _layouts/default.html

Purpose: Add structured data and improve semantic markup

Changes:

JSON-LD Structure:

{
  "@context": "https://schema.org",
  "@type": "Blog",
  "name": "Lit - Poetry & Literary Verses by Anbarasi U",
  "description": "Lit is a collection of poetry, literary verses, and creative writing by Anbarasi U (Anbu) - a software engineer, poet, and writer based in Frankfurt, Germany. Exploring themes of identity, technology, philosophy, and human experience.",
  "url": "https://lit.anbuu.in",
  "author": {
    "@type": "Person",
    "name": "Anbarasi U",
    "email": "hi@anbuu.in",
    "url": "https://anbuu.in",
    "jobTitle": "Software Engineer",
    "address": {
      "@type": "PostalAddress",
      "addressLocality": "Frankfurt",
      "addressCountry": "Germany"
    }
  },
  "genre": ["Poetry", "Creative Writing", "Literary Arts", "Philosophy", "Contemporary Poetry"],
  "inLanguage": "en-US"
}

4. about.md

Purpose: Provide accurate, SEO-friendly information about the blog and author

Changes:

Sections:

5. README.md

Purpose: Professional documentation for GitHub repository

Changes:

SEO Features Implemented

1. Meta Tags (via jekyll-seo-tag)

The jekyll-seo-tag plugin automatically generates:

2. Structured Data (JSON-LD)

Schema.org structured data helps search engines understand:

3. Social Media Optimization

Open Graph (Facebook, LinkedIn):

Twitter Cards:

4. LLM Crawler Permissions

Explicit permissions for AI search platforms:

5. Sitemap

Jekyll automatically generates sitemap.xml with:

Best Practices Followed

  1. Semantic HTML: Proper use of heading hierarchy and semantic elements
  2. Mobile-First: Responsive design for all devices
  3. Performance: Fast loading times with minimal dependencies
  4. Accessibility: ARIA labels and proper document structure
  5. Content Quality: Well-written, keyword-rich content
  6. Fresh Content: Regular updates to maintain search relevance
  7. Clean URLs: Descriptive, readable URL structures
  8. Internal Linking: Proper navigation and related content links

Maintenance & Monitoring

For New Posts

Always include in front matter:

---
layout: post
title: "Your Poem Title"
description: "SEO-friendly description (100-160 characters)"
---

Regular Tasks

  1. Content Updates: Publish new poems regularly to maintain freshness
  2. Meta Descriptions: Write unique descriptions for each post
  3. Image Alt Text: Add descriptive alt text to any images
  4. Internal Links: Link related poems and posts together
  5. Social Sharing: Share posts on Twitter/social media for backlinks

Monitoring Tools

  1. Google Search Console: Monitor search performance and indexing
  2. Google Analytics: Track visitor behavior and traffic sources
  3. Bing Webmaster Tools: Monitor Bing search performance
  4. Social Media Analytics: Track social sharing and engagement

Verification

To verify your site with search engines:

Google Search Console:

  1. Add property for lit.anbuu.in
  2. Verify via HTML tag or DNS record
  3. Submit sitemap.xml

Bing Webmaster Tools:

  1. Add site for lit.anbuu.in
  2. Verify via XML file or meta tag
  3. Submit sitemap.xml

Expected Impact

Search Engine Visibility

LLM Platform Visibility

Social Media

Technical Details

Plugins Used

Performance Optimization

Conclusion

These SEO improvements provide a solid foundation for discovery across search engines and AI platforms. The combination of technical SEO (structured data, meta tags, sitemaps) and content SEO (keywords, descriptions, quality writing) ensures maximum visibility for the Lit poetry blog.

For questions or suggestions, contact: hi@anbuu.in