{
    "title": "Permalink Structure",
    "messages": {
        "success": {
            "details": "Your permalinks are SEO-friendly. The permalinks are the part of the URL that identifies a specific page or post on your website. They are used by search engines to understand the structure of your site and can impact your SEO.",
            "steps": [
                "Continue using your current permalink structure",
                "Ensure redirects are in place for old URLs",
                "Monitor for any 404 errors"
            ]
        },
        "warning": {
            "details": "Your permalink structure could be improved. The permalinks are the part of the URL that identifies a specific page or post on your website. They are used by search engines to understand the structure of your site and can impact your SEO.",
            "steps": [
                "Consider switching to a more SEO-friendly structure",
                "Plan URL redirects before making changes",
                "Update internal links after changes",
                "Notify search engines of structure changes"
            ]
        },
        "danger": {
            "details": "Your permalink structure needs immediate attention. The permalinks are the part of the URL that identifies a specific page or post on your website. They are used by search engines to understand the structure of your site and can impact your SEO.",
            "steps": [
                "Change to an SEO-friendly permalink structure",
                "Set up 301 redirects for old URLs",
                "Update all internal links",
                "Submit new sitemap to search engines"
            ]
        }
    },
    "learn_more": {
        "description": "SEO-friendly permalinks make your URLs more readable for both users and search engines. They typically include relevant keywords from your post titles and help improve your search engine rankings.",
        "benefits": [
            "Better search engine visibility",
            "More user-friendly URLs",
            "Improved click-through rates",
            "Better social sharing experience",
            "Recommended plugins: Yoast SEO, Rank Math, All in One SEO Pack"
        ],
        "recommended_plugins": [
            {
                "name": "Yoast SEO",
                "description": "Helps manage redirects after permalink changes"
            },
            {
                "name": "Redirection",
                "description": "Manages 301 redirects and tracks 404 errors"
            },
            {
                "name": "Simple 301 Redirects",
                "description": "Basic redirect management for permalink changes"
            }
        ]
    }
}