{"id":3334,"date":"2026-02-13T22:39:27","date_gmt":"2026-02-13T22:39:27","guid":{"rendered":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/2026\/02\/13\/sitemap-xml-guide-better-indexing\/"},"modified":"2026-02-13T22:39:27","modified_gmt":"2026-02-13T22:39:27","slug":"sitemap-xml-guide-better-indexing","status":"publish","type":"post","link":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/2026\/02\/13\/sitemap-xml-guide-better-indexing\/","title":{"rendered":"XML Sitemap: A Simple Guide for Better Site Indexing"},"content":{"rendered":"<p>As someone who\u2019s spent years untangling the web\u2019s dense threads, I know that getting all your site pages properly shown in search results can seem mysterious. But there\u2019s one tool that always gives website owners more control: a well-crafted sitemap XML file. This guide is all about making that process truly simple\u2014without any fear, confusion, or technical hoops that might slow you down.<\/p>\n<h2>What is an XML sitemap and why should you care?<\/h2>\n<p>I remember the first time I peeked inside a sitemap XML. It looked like a secret decoder for search engines, showing a neat list of all a site\u2019s pages. But <strong>an XML sitemap is much more than just a list\u2014it\u2019s a roadmap, written in a language Google and other engines understand, that highlights what\u2019s important and helps bots find fresh content<\/strong>.<\/p>\n<p>Unlike HTML sitemaps (built for users), XML sitemaps are for search crawlers only. They tell search engines:<\/p>\n<ul>\n<li>Which pages exist (even if they don\u2019t have many links from others in your site)<\/li>\n<li>When a page was last changed<\/li>\n<li>What format its content is (like video, image, or news)<\/li>\n<\/ul>\n<p>The stakes are high. If your sitemap XML is missing, wrong, or messy, your new landing page may not show up on Google for months. Sites I\u2019ve managed with correct, up-to-date sitemaps get their updates indexed noticeably faster. This makes a real impact\u2014especially for content creators, owners, and marketers who want to move up those rankings with ease. That\u2019s why, here at The Best SEO, we always remind our readers to pay attention to this small but mighty file.<\/p>\n<h2>How an XML sitemap is structured<\/h2>\n<p>Don\u2019t let the \u201cXML\u201d part intimidate you. It\u2019s just a markup format, like HTML, but focused on data rather than layout. Here\u2019s what a simple sitemap file contains:<\/p>\n<ul>\n<li><strong>&lt;urlset&gt; and &lt;url&gt; blocks:<\/strong> These wrap the whole document and each individual URL.<\/li>\n<li><strong>&lt;loc&gt; (location):<\/strong> The actual page address.<\/li>\n<li><strong>&lt;lastmod&gt; (last modified):<\/strong> The date you last changed that page.<\/li>\n<li><strong>&lt;changefreq&gt; (change frequency):<\/strong> How often that page is likely updated (optional).<\/li>\n<li><strong>&lt;priority&gt;:<\/strong> A suggestion for which pages are most significant (optional; not always followed by Google).<\/li>\n<\/ul>\n<p>Here\u2019s a quick blockquote to visualize it:<\/p>\n<blockquote><p>  &lt;url&gt;  &nbsp;&nbsp;&lt;loc&gt;https:\/\/www.example.com\/services&lt;\/loc&gt;  &nbsp;&nbsp;&lt;lastmod&gt;2024-06-11&lt;\/lastmod&gt;  &nbsp;&nbsp;&lt;changefreq&gt;monthly&lt;\/changefreq&gt;  &nbsp;&nbsp;&lt;priority&gt;0.8&lt;\/priority&gt;  &lt;\/url&gt;<\/p><\/blockquote>\n<p>When I started, it felt technical\u2014then I realized, most sitemaps are a few repeating blocks like this, pasted for every URL you want crawled.<\/p>\n<h2>Deciding which URLs go in<\/h2>\n<p>There\u2019s a strong temptation to throw every URL into your sitemap\u2014trust me, I\u2019ve made that mistake. But you want only high-value, indexable, and up-to-date links. Based on <a href=\"https:\/\/websites.ucr.edu\/training\/sitemap\">advice from several expert sources<\/a>, the following should go in:<\/p>\n<ul>\n<li>Live, public site pages (not password-protected or behind login)<\/li>\n<li>Canonical versions (if a page has URL parameters or duplicates, include the \u201cmain\u201d one)<\/li>\n<li>Fresh content that needs priority crawling (like new blog posts or updated product pages)<\/li>\n<li>Media files, if your content strategy uses lots of images or videos<\/li>\n<\/ul>\n<p>Leave out anything that\u2019s:<\/p>\n<ul>\n<li>Redirected (like 301s or 302s)<\/li>\n<li>Set as \u201cnoindex\u201d or blocked by your robots.txt<\/li>\n<li>404, thin, or outdated\u2014because search engines will waste time crawling dead ends<\/li>\n<\/ul>\n<p><strong>Nothing drags down a crawl like tons of broken, duplicate, or restricted entries.<\/strong> Audit regularly to be sure your list is slim and useful.<\/p>\n<h2>How to create a sitemap XML manually<\/h2>\n<p>Manual creation isn\u2019t as scary as it sounds. I actually suggest doing it at least once, especially for small sites, so you truly understand what\u2019s going on. Here\u2019s my concise guide:<\/p>\n<ol>\n<li>\n<p><strong>List every live, desired page<\/strong> on your site in a plain spreadsheet or text editor.<\/p>\n<\/li>\n<li>\n<p>Paste or type each page as an XML \u201c&lt;url&gt;\u201d block under a top \u201c&lt;urlset&gt; tag, like I showed earlier.<\/p>\n<\/li>\n<li>\n<p>For each page, add at minimum:<\/p>\n<ul>\n<li>The full URL in &lt;loc&gt;<\/li>\n<li>The last update date in &lt;lastmod&gt; (ISO format, YYYY-MM-DD)<\/li>\n<\/ul>\n<\/li>\n<li>\n<p>Save the file as <strong>sitemap.xml<\/strong> (not .txt, .html, or .doc).<\/p>\n<\/li>\n<li>\n<p>Check your file with a validator (search \u201cXML validator\u201d online; it\u2019ll catch any missing tags or typos).<\/p>\n<\/li>\n<\/ol>\n<p>If you\u2019re like me, and when you hear \u201cmanual\u201d your mind thinks \u201ctedious,\u201d remember: for sites <strong>with just a few dozen URLs<\/strong>, hand-coding means you see every page that\u2019s presented to search bots.<\/p>\n<h2>Automatic sitemap generators and plugins<\/h2>\n<p>Manually listing each page isn\u2019t practical when your site grows. For those moments (and honestly on any big site), automated tools do the heavy lifting. I\u2019ve set up plugins that scan your website, gather all indexable URLs, and create the correct XML syntax for you. Most website platforms have these available, but always do a quick review after generation.<\/p>\n<p>Make sure your generator:<\/p>\n<ul>\n<li>Updates the XML file whenever you publish, delete, or update content<\/li>\n<li>Only includes URLs search engines can actually reach (not drafts, resources, or dead links)<\/li>\n<li>Lets you customize which post types are included<\/li>\n<\/ul>\n<p>Manual review might feel old-fashioned, but even after automation, I always check the results\u2014automated tools can occasionally include things you do not want, like test pages or archives. That last human touch makes a difference, which is a value we share a lot at The Best SEO.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/ixymyhazbhztpjnlxmbd.supabase.co\/storage\/v1\/object\/images\/generated\/xml-sitemap-structure-688.webp\" alt=\"XML sitemap diagram illustration \"><\/p>\n<h2>Limits and best practices for sitemap XMLs<\/h2>\n<p>The technical side matters more as your site expands. Here\u2019s what I\u2019ve learned after creating sitemaps for both tiny blogs and sprawling catalogs:<\/p>\n<ul>\n<li><strong>Maximum URLs per file:<\/strong> 50,000. If you have more, split into multiple sitemaps.<\/li>\n<li><strong>Maximum file size:<\/strong> 50MB compressed (gzipped). Large files get ignored by search bots.<\/li>\n<li>Create \u201cindex\u201d files when you split (more on that soon).<\/li>\n<li>Always put your sitemap XML at the root of your domain (<strong>https:\/\/yourwebsite.com\/sitemap.xml<\/strong>) for the widest coverage. <a href=\"https:\/\/digital.gov\/resources\/introduction-xml-sitemaps\">Sources recommend<\/a> also setting up separate sitemaps for subdomains.<\/li>\n<\/ul>\n<p><strong>Never include more than 50,000 URLs or over 50MB in a single sitemap\u2014we don\u2019t want to risk bots skipping huge lists.<\/strong><\/p>\n<h2>Special sitemap formats: Images, videos, and more<\/h2>\n<p>If you run a media-heavy site, standard XML sitemaps can be enhanced. I\u2019ve worked on sites that need their images or videos highlighted\u2014because otherwise, Google sometimes skips those assets. There are extended protocols for marking up:<\/p>\n<ul>\n<li><strong>Image sitemaps:<\/strong> Add extra tags under &lt;image:image&gt; with URLs, captions, and titles.<\/li>\n<li><strong>Video sitemaps:<\/strong> Include information like thumbnail, duration, and player location.<\/li>\n<\/ul>\n<p>This gives engines the extra data needed to crawl and possibly rank your photos or videos separately from text pages. It\u2019s especially relevant for ecommerce, portfolios, or blogs with lots of original visuals. If you want more details on optimizing media, I once wrote about this topic in more depth for our category on website optimization.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/ixymyhazbhztpjnlxmbd.supabase.co\/storage\/v1\/object\/images\/generated\/media-sitemap-illustration-793.webp\" alt=\"Media sitemap example illustration \"><\/p>\n<h2>What is an XML sitemap index file?<\/h2>\n<p>In practice, big or complex sites can end up with a cluster of sitemap files\u2014sometimes by year, category, or even region. Here is where the sitemap index format shines. It\u2019s an XML file pointing to your collection of sitemap files.<\/p>\n<p>What does it look like? Like this:<\/p>\n<blockquote><p>  &lt;sitemapindex&gt;  &nbsp;&nbsp;&lt;sitemap&gt;  &nbsp;&nbsp;&nbsp;&nbsp;&lt;loc&gt;https:\/\/www.example.com\/sitemap-products.xml&lt;\/loc&gt;  &nbsp;&nbsp;&nbsp;&nbsp;&lt;lastmod&gt;2024-06-10&lt;\/lastmod&gt;  &nbsp;&nbsp;&lt;\/sitemap&gt;  &nbsp;&nbsp;&lt;sitemap&gt;  &nbsp;&nbsp;&nbsp;&nbsp;&lt;loc&gt;https:\/\/www.example.com\/sitemap-blog.xml&lt;\/loc&gt;  &nbsp;&nbsp;&lt;\/sitemap&gt;  &lt;\/sitemapindex&gt;<\/p><\/blockquote>\n<p>You don\u2019t need to add every sub-sitemap to Google separately\u2014just point it at the index file. This process is explained in detail by official <a href=\"https:\/\/www.govinfo.gov\/sitemaps\">government documentation<\/a>.<\/p>\n<p>Some websites I\u2019ve worked with split their sitemaps by content type (blog, shop, gallery), and some prefer to divide them by year for huge archives. Choose what makes reviewing and updating easiest for you\u2014readers can see how these variations help on the SEO basics section at The Best SEO.<\/p>\n<h2>Optional elements you should consider<\/h2>\n<p>Beyond the basics, there are a few optional elements you can sprinkle in. I advise including:<\/p>\n<ul>\n<li><strong>&lt;lastmod&gt; date:<\/strong> Search engines use this signal to focus on your most recently changed pages first. Update this every time you edit a post.<\/li>\n<li><strong>&lt;changefreq&gt; (change frequency):<\/strong> A hint about how often the page changes (though not always used by every bot).<\/li>\n<li><strong>&lt;priority&gt;:<\/strong> Suggests which URLs are most significant (on a 0.0 to 1.0 scale), but in my experience, it\u2019s a \u201cnice to have\u201d not a \u201cmust.\u201d<\/li>\n<\/ul>\n<p>If your site is often updated or has content that becomes quickly outdated, \u201clastmod\u201d is the key extra. For readers who want examples, our post on content update frequency and sitemaps gives more detail.<\/p>\n<h2>Referencing your sitemap in robots.txt<\/h2>\n<p>One thing I do by default on any site: add a reference in the robots.txt. Even if you submit your file elsewhere (see the next section), this simple addition ensures every crawler can find your sitemap on the first pass.<\/p>\n<p>Just add this line anywhere in the robots.txt:<\/p>\n<blockquote><p>  Sitemap: https:\/\/www.example.com\/sitemap.xml<\/p><\/blockquote>\n<p>It\u2019s that easy. Many search engines\u2014including more niche or regional ones\u2014check for this entry first. With this step, you cover more ground and lose fewer crawlers along the way.<\/p>\n<h2>Submitting your sitemap XML to Google Search Console<\/h2>\n<p>After all your planning, you still need to tell major search engines where your map lives. I always recommend submitting the main sitemap URL (or, for massive sites, the sitemap index) via Google Search Console. Here\u2019s a plain walkthrough:<\/p>\n<ol>\n<li>Sign in to Search Console for your domain.<\/li>\n<li>Within the left panel, find <strong>\u201cSitemaps.\u201d<\/strong><\/li>\n<li>Enter the full path (just \u201csitemap.xml\u201d if your map is at your site\u2019s root).<\/li>\n<li>Hit \u201cSubmit.\u201d<\/li>\n<\/ol>\n<p>Google will fetch, parse, and show you a summary of indexed vs. submitted URLs. Other engines, like Bing and Yandex, have their own versions\u2014follow a similar process if you care about those audiences.<\/p>\n<p>If you want a real-world example, this blog post includes screenshots of the submission workflow.<\/p>\n<h2>Maintaining your XML sitemaps over time<\/h2>\n<p><strong>Creating your first sitemap is not the end of the story; you need to keep it fresh.<\/strong> From my own projects, here are the everyday habits I\u2019ve picked up:<\/p>\n<ul>\n<li><strong>Update after every content change.<\/strong> This includes new pages, updates, or deletions\u2014especially anything that impacts your main landing or ranking pages.<\/li>\n<li><strong>Audit twice a month.<\/strong> Automated tools sometimes pull the wrong URLs if your structure changes. A quick scan every couple of weeks helps catch errors before search bots do.<\/li>\n<li><strong>Watch for server or syntax errors.<\/strong> If a crawler can\u2019t parse your XML, it skips the whole file. That\u2019s why \u201cValidate Sitemap\u201d tools are invaluable\u2014even now, I don\u2019t trust myself to spot every typo by eye.<\/li>\n<\/ul>\n<p>Maintenance may feel small, but <strong>a neglected sitemap soon fills with broken, stale, or indexed-by-mistake links<\/strong>. It\u2019s like letting weeds grow unchecked in your garden.<\/p>\n<h2>Common problems and fixes<\/h2>\n<p>Along the way, I\u2019ve run into plenty of headaches, especially with legacy, multi-author, or fast-moving sites. Here are a few recurring issues:<\/p>\n<ul>\n<li><strong>Incorrect URLs:<\/strong> If your XML includes test domains, development servers, or http instead of https, search engines will ignore or penalize those entries.<\/li>\n<li><strong>Broken links:<\/strong> Keep 404s and redirected URLs out of your sitemap\u2014bots see these as wasteful dead ends.<\/li>\n<li><strong>Large sitemaps not split:<\/strong> I\u2019ve seen crawlers refuse huge sitemaps over 50,000 URLs. Use index files for smooth navigation.<\/li>\n<li><strong>Not updating after major changes:<\/strong> Launching a new section but forgetting to update the map is a classic error, and your new content may take months to get indexed!<\/li>\n<\/ul>\n<p>If you ever run into roadblocks, you\u2019ll often find the answers in official documentation or in a focused community like our readers at The Best SEO, where I also share quick troubleshooting guides.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/ixymyhazbhztpjnlxmbd.supabase.co\/storage\/v1\/object\/images\/generated\/sitemap-troubleshooting-972.webp\" alt=\"Broken sitemap illustration \"><\/p>\n<h2>Handling large or complex websites<\/h2>\n<p>If you run a massive archive, a social platform, or an e-commerce store with thousands of items, this is when strategy matters most for sitemaps. Some tips from my experience with scaling:<\/p>\n<ul>\n<li><strong>Separate by category or content type.<\/strong> Having one sitemap for products, one for blog posts, and one for user profiles helps keep each section manageable and easy to update.<\/li>\n<li><strong>Use date filters when possible.<\/strong> Sites with daily uploads can create sitemaps sorted by month or year. See <a href=\"https:\/\/www.govinfo.gov\/sitemaps\">government info site examples<\/a> for this method\u2014simple and powerful for big data sets.<\/li>\n<li><strong>Automate as much as you can, but always check your logs.<\/strong> If certain sitemaps fail to load or parse, fix them fast. Watch for upload size and URL limits too.<\/li>\n<\/ul>\n<p>You can always tweak your sitemap plan as your site evolves. That\u2019s a core message I\u2019ve learned in all my optimization work for The Best SEO: there\u2019s no one-size-fits-all. Tune your files for clarity, scale, and your audience.<\/p>\n<h2>Tips for getting the most from your XML sitemaps<\/h2>\n<p>Let me leave you with a few highlights I share with clients and colleagues whenever they ask for my \u201csecret sauce\u201d:<\/p>\n<ul>\n<li><strong>Keep entries lean\u2014no blocked, duplicate, or redirected URLs.<\/strong><\/li>\n<li><strong>Always reference sitemaps in robots.txt and submit to Search Console.<\/strong><\/li>\n<li><strong>Audit every few weeks\u2014automation isn\u2019t a set-and-forget magic trick.<\/strong><\/li>\n<li><strong>Add new sitemaps as your site grows or business changes.<\/strong><\/li>\n<li><strong>Use \u201clastmod,\u201d especially on sites with strong fresh-content strategies.<\/strong><\/li>\n<li><strong>If you have separate subdomains, use sitemaps at each root for full coverage.<\/strong><\/li>\n<\/ul>\n<p>And finally:<\/p>\n<blockquote><p>  A sitemap doesn\u2019t replace good site architecture, but it power-boosts your visibility.<\/p><\/blockquote>\n<h2>Conclusion: Your next steps to better site indexing<\/h2>\n<p>Building your sitemap XML might look technical at first, but <strong>it quickly turns into the fastest way to improve how search engines discover and prioritize your content<\/strong>. Whether you have a small blog or a giant e-commerce store, a clean and up-to-date sitemap is how you keep search engines \u201cin the loop.\u201d<\/p>\n<p>I always tell readers of The Best SEO: start simple, get comfortable, and revisit your sitemap every time your site evolves. Want practical tips tailored to your site, or ready-made tools that make XML sitemaps as painless as possible? Take a look around The Best SEO\u2019s resources and consider how our tool can save you time and keep your site shining bright in search results.<\/p>\n<h2 class=\"question\">Frequently asked questions about sitemap XML files<\/h2>\n<h3 class=\"question\">What is an XML sitemap?<\/h3>\n<p class=\"answer\"><strong>An XML sitemap is a special file that lists the URLs on your website in a standardized data format, helping search engines find and understand your pages faster and more reliably.<\/strong> Its structure uses XML tags to describe each web address, the last time it was updated, and (optionally) how important it is or how often it changes.<\/p>\n<h3 class=\"question\">How do I create a sitemap XML?<\/h3>\n<p class=\"answer\">You can create a sitemap XML either manually (by writing each URL and necessary details in a text file using XML tags) or automatically, using website plugins or generator tools. Once created, save it as \u201csitemap.xml\u201d and place it in the root directory of your site for best results.<\/p>\n<h3 class=\"question\">Why does my website need a sitemap?<\/h3>\n<p class=\"answer\"><strong>Your website needs a sitemap so search engine crawlers can quickly discover all your important, indexable pages\u2014even those without many inbound links.<\/strong> Sitemaps speed up indexing and lower the risk of missing fresh or updated content, which is key for improving your search rankings.<\/p>\n<h3 class=\"question\">How often should I update my sitemap?<\/h3>\n<p class=\"answer\">Update your sitemap XML every time you add, remove, or change important website content. For most active sites, check it at least biweekly to keep it accurate. Automated sitemaps can reduce the work, but a regular manual review still helps catch hidden errors.<\/p>\n<h3 class=\"question\">Where do I submit my sitemap XML?<\/h3>\n<p class=\"answer\"><strong>Submit your sitemap XML to Google using Google Search Console, and add its location to your robots.txt file for all search bots.<\/strong> You can also submit your sitemap to other search engines\u2019 webmaster tools if you target audiences beyond Google\u2019s reach.<\/p>\n<p>If you\u2019re ready to see real results from your SEO efforts\u2014starting with a sharp, easy-to-use sitemap\u2014check out The Best SEO\u2019s guides and tools. It\u2019s time to put your website in the spotlight it deserves!<\/p>\n<p><script type=\"application\/ld+json\">\n  {\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"What is an XML sitemap?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"An XML sitemap is a special file that lists the URLs on your website in anstandardized data format, helping search engines find and understand your pagesnfaster and more reliably. Its structure uses XML tags to describe each webnaddress, the last time it was updated, and (optionally) how important it is ornhow often it changes.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How do I create a sitemap XML?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"You can create a sitemap XML either manually (by writing each URL and necessaryndetails in a text file using XML tags) or automatically, using website pluginsnor generator tools. Once created, save it as \u201csitemap.xml\u201d and place it in thenroot directory of your site for best results.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Why does my website need a sitemap?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Your website needs a sitemap so search engine crawlers can quickly discover allnyour important, indexable pages\u2014even those without many inbound links. Sitemapsnspeed up indexing and lower the risk of missing fresh or updated content, whichnis key for improving your search rankings.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How often should I update my sitemap?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Update your sitemap XML every time you add, remove, or change important websitencontent. For most active sites, check it at least biweekly to keep it accurate.nAutomated sitemaps can reduce the work, but a regular manual review still helpsncatch hidden errors.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Where do I submit my sitemap XML?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Submit your sitemap XML to Google using Google Search Console, and add itsnlocation to your robots.txt file for all search bots. You can also submit yournsitemap to other search engines\u2019 webmaster tools if you target audiences beyondnGoogle\u2019s reach.\"\n      }\n    }\n  ]\n}\n<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to create, submit, and maintain a sitemap XML to improve crawling and indexing of your website pages.<\/p>\n","protected":false},"author":1,"featured_media":3336,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"advanced_seo_description":"","jetpack_seo_html_title":"","jetpack_seo_noindex":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[5],"tags":[],"class_list":["post-3334","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-website-optimization"],"blocksy_meta":[],"jetpack_featured_media_url":"https:\/\/blog.lucasbeltrao.com.br\/wp-content\/uploads\/2026\/02\/xml-sitemap-seo-illustration-637.webp","jetpack_sharing_enabled":true,"jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/posts\/3334","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/comments?post=3334"}],"version-history":[{"count":0,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/posts\/3334\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/media\/3336"}],"wp:attachment":[{"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/media?parent=3334"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/categories?post=3334"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/blog.lucasbeltrao.com.br\/index.php\/wp-json\/wp\/v2\/tags?post=3334"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}