/**
 * Plugin Name: Expose Yoast SEO meta to REST API
 * Description: Makes _yoast_wpseo_* fields writable via the WP REST API for agent-driven SEO edits (Linear MAR-60).
 */
add_action('init', function () {
    $keys = ['_yoast_wpseo_metadesc', '_yoast_wpseo_title', '_yoast_wpseo_canonical'];
    foreach ($keys as $key) {
        register_post_meta('post', $key, [
            'show_in_rest'  => true,
            'single'        => true,
            'type'          => 'string',
            'auth_callback' => function () {
                return current_user_can('edit_posts');
            },
        ]);
    }
});<?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//rollbar.com/wp-content/plugins/wordpress-seo/css/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://rollbar.com/post-sitemap.xml</loc>
		<lastmod>2026-06-12T16:07:26+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://rollbar.com/guide-sitemap.xml</loc>
		<lastmod>2025-11-29T15:49:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://rollbar.com/press-sitemap.xml</loc>
		<lastmod>2024-01-22T16:18:31+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://rollbar.com/guide_language-sitemap.xml</loc>
		<lastmod>2025-11-29T15:49:20+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://rollbar.com/changelog-external-sitemap.xml</loc>
		<lastmod>2026-06-15T14:00:48+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://rollbar.com/framer-external-sitemap.xml</loc>
		<lastmod>2026-06-15T14:00:48+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Yoast SEO -->