{"id":30219,"date":"2022-11-04T21:16:09","date_gmt":"2022-11-04T21:16:09","guid":{"rendered":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/"},"modified":"2023-04-11T12:46:14","modified_gmt":"2023-04-11T12:46:14","slug":"how-to-create-wordpress-slugs-and-permalinks","status":"publish","type":"article","link":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/","title":{"rendered":"How to Create WordPress Slugs and Permalinks"},"content":{"rendered":"\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<h2 class=\"wp-block-heading\" id=\"what-is-a-permalink\">What Is a Permalink?<\/h2>\n\n\n\n<p>A <strong>permalink or a permanent link<\/strong> is a URL address of a web page. Each page on the web has a unique set of symbols assigned to it, and by inserting this exact combination into the address bar, the users can access the desired web page.&nbsp;<\/p>\n\n\n\n<p>An example of a permalink could be<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;mysite\/sample-post<\/code><\/pre>\n\n\n\n<p>or<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;mysite\/?p=123<\/code><\/pre>\n\n\n\n<p>which looks more like the default WordPress-generated permalink.<\/p>\n\n\n\n<p>Once a post or a page is up on the web, it is not recommended to change its URL address, hence the name <em>permanent <\/em>link.&nbsp;<\/p>\n\n\n<div class=\"note-banner d-flex border-bold border-jetthemecore rounded overflow-hidden p-20\"><div class=\"mr-12\"><svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M9 21C9 21.5 9.4 22 10 22H14C14.6 22 15 21.5 15 21V20H9V21ZM12 2C8.1 2 5 5.1 5 9C5 11.4 6.2 13.5 8 14.7V17C8 17.5 8.4 18 9 18H15C15.6 18 16 17.5 16 17V14.7C17.8 13.4 19 11.3 19 9C19 5.1 15.9 2 12 2Z\" fill=\"#F2D23C\"\/><\/svg><\/div><div class=\"d-flex flex-column\"><div class=\"text-900 mb-12\">Things to know<\/div><p class=\"m-0\">If users try to access the web pages through permalinks that were valid in the past but were changed later, they will not be able to access the requested resource. Instead, they will encounter a \u201c404 Page Not Found\u201d error. Links that contain permalinks leading to 404 errors are called broken links. They negatively affect user experience and indirectly lower SEO ranking as UX is a ranking factor..<\/p><\/div><\/div>\n\n\n\n<p>There are four common<strong> situations when permalinks are used<\/strong>:<\/p>\n\n\n\n<ul>\n<li>People who want to use your content will link it to their posts through permalinks.<\/li>\n\n\n\n<li>If you want to share your content on social media platforms, you include permalinks in your stories or social media posts.&nbsp;<\/li>\n\n\n\n<li>Google uses permalinks for indexing the articles.<\/li>\n\n\n\n<li>You can share your content with anyone by sending permalinks via email, messengers, or other means of communication.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-a-slug\">What Is a Slug?<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>In WordPress, a <strong>slug <\/strong>is a final part of a permalink that refers to a specific piece of content on your website. WordPress automatically assigns slugs to posts and pages according to permalink settings when users publish them.&nbsp;<\/p>\n\n\n\n<p>By default, automatically generated slugs include numbers and letters representing post ID. In the permalink <strong>http:\/\/mysite\/?p=123<\/strong>, the part after the forward slash, <strong>?p=123<\/strong>, is a slug that WordPress generated according to its default permalink settings. While the permalink containing this slug will correctly lead you to the researched content, it doesn\u2019t provide humans or search machines with information about it.<\/p>\n\n\n\n<p>As an essential element of the permalink, slugs are <strong>important for two reasons<\/strong>:<\/p>\n\n\n\n<ul>\n<li>The search engines read slugs to understand web page content and lead users who search for similar content there.<\/li>\n\n\n\n<li>Easy-to-read slugs help human users identify web page content. On the contrary, poorly structured permalinks may look like scams and put off users.<\/li>\n<\/ul>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-change-wordpress-permalink-structure\">How to Change WordPress Permalink Structure?<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Optimizing the slugs and permalinks will give you an advantage over non-optimized URLs regarding SEO visibility. WordPress offers the ability to change the permalink structure of web pages.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"access-permalink-settings\">Access permalink settings<\/h3>\n\n\n\n<p>Go to <strong>Dashboard <\/strong>and then find the <strong>Settings <\/strong>bar. Click on it and proceed to <strong>Permalinks<\/strong>.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/wordpress-dashboard-permalink-settings.png\" alt=\"wordpress dashboard permalink settings\">\n\n\n\n<h3 class=\"wp-block-heading\" id=\"choose-permalink-settings\">Choose permalink settings<\/h3>\n\n\n\n<p>WordPress offers six options for setting permalink structures. The first on the list is <strong>Plain<\/strong>, automatically selected by WordPress before users choose other options. This option adds the ID of posts and pages to the permalink structure.&nbsp;<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/plain-permalink-structure.png\" alt=\"plain permalink structure\">\n\n\n\n<p>The following four options add post date, time, name, and sequential number combinations to the permalink patterns.&nbsp;<\/p>\n\n\n\n<p><strong>Custom Structure<\/strong> allows users to define their permalink structure by selecting one or a few structure tags available in WordPress.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/custom-permalink-structure.png\" alt=\"custom permalink structure\">\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"select-category-and-tag-bases\"><strong>Select category and tag bases<\/strong><\/h3>\n\n\n\n<p>Optionally, you can change custom structures for the category and tag URLs by adding prefixes in the <strong>Category Base<\/strong> and <strong>Tags Base<\/strong> fields.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/changing-category-and-base-structures.png\" alt=\"changing category and base structures\">\n\n\n\n<p>Using the example above, the permalink for a selected category will look like this:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>http:&#47;&#47;mysite\/blogs\/category1<\/code><\/pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"save-changes\">Save changes<\/h3>\n\n\n\n<p>After all necessary changes are done, click \u201c<strong>Save Changes<\/strong>\u201d at the bottom of the page. Ensure a <strong>Permalink structure updated<\/strong> message appears on top of the page after a successful update.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-set-post-slugs-manually\">How to Set Post Slugs Manually?<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>After you set the permalink structure using one of the options, WordPress will create all permalinks using the same pattern. However, you can still change the permalink structure of selected posts and pages by manually creating their slugs before or after they are published.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"find-a-quick-edit-section\"><strong>Find a quick edit section<\/strong><\/h3>\n\n\n\n<p>Find the <strong>Post <\/strong>section in the <strong>Dashboard <\/strong>with the published posts and drafts list. Hover the mouse cursor over the post title to see a \u201c<strong>Quick Edit<\/strong>\u201d button, and click on it.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/finding-post-that-needs-new-slug-quick-edit.png\" alt=\"finding a post that needs a new slug\">\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"type-in-a-new-slug\"><strong>Type in a new slug<\/strong><\/h3>\n\n\n\n<p>In the <strong>Quick Edit<\/strong> section, find a <strong>Slug <\/strong>field. It will appear empty if the post hasn\u2019t been posted yet. Fill in the field or overwrite the existing slug with a new slug.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/choosing-new-slug-for-post.png\" alt=\"choosing a new slug for the post\">\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"update-the-post\"><strong>Update the post<\/strong><\/h3>\n\n\n\n<p>Click on the \u201c<strong>Update<\/strong>\u201d button. Congrats, this post has a new slug now.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-to-set-page-slugs-manually\">How to Set Page Slugs Manually?<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Setting a slug for a page is just as simple as setting a slug for posts.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"find-a-quick-edit-section\"><strong>Find a quick edit section<\/strong><\/h3>\n\n\n\n<p>Find the <strong>Pages <\/strong>section in the <strong>Dashboard<\/strong>. Hover the mouse cursor over the page title, and click on a \u201c<strong>Quick Edit<\/strong>\u201d button that appears underneath.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/finding-page-that-needs-new-slug.png\" alt=\"finding a page that needs a new slug\">\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"type-in-a-new-slug\"><strong>Type in a new slug<\/strong><\/h3>\n\n\n\n<p>In the <strong>Quick Edit<\/strong> section, find a <strong>Slug <\/strong>field. Fill in the field or overwrite the existing slug with a new slug.<\/p>\n\n\n\n<img decoding=\"async\" src=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/choosing-new-slug-for-post.png\" alt=\"choosing new slug for page\"><\/figure>\n\n\n\n<h3 class=\"wp-block-heading style-title-numecal\" id=\"update-the-post\"><strong>Update the post<\/strong><\/h3>\n\n\n\n<p>Click on the \u201c<strong>Update<\/strong>\u201d button. Congrats, this page has a new slug now.<\/p>\n<\/div><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"best-practices-for-creating-seofriendly-permalinks\">Best Practices for Creating SEO-Friendly Permalinks<\/h2>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\"><div class=\"wp-block-group__inner-container\">\n<p>Now, when you control the creation of permalinks on your WordPress site, learn how to optimize them for SEO.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"optimize-permalinks-with-keywords\">Optimize permalinks with keywords<\/h3>\n\n\n\n<p>Include search phrases that people type in the search engines search field. Search engines will use this information to identify your content and rank it higher for those who type in selected keywords.<\/p>\n\n\n\n<p>Users will also know what to expect from visiting your page.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"use-short-slugs\">Use short slugs<\/h3>\n\n\n\n<p>Short slugs are more user-friendly and more likely to rank high in SEO. Don\u2019t be overly specific when generating new slugs if this requires more wording.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"avoid-dates-in-permalinks\">Avoid dates in permalinks<\/h3>\n\n\n\n<p>Don\u2019t include dates in permalinks notifying when the post was published; this information will make your content appear outdated and attract fewer users. Instead, update your content with relevant information.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"drop-prepositions-and-articles\">Drop prepositions and articles<\/h3>\n\n\n\n<p>Leave out words that don\u2019t say anything about the content they contain.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"follow-the-rules\">Follow the rules<\/h3>\n\n\n\n<p>All letters must be in lowercase because some servers treat uppercase letters differently. The \u2018-\u2019 characters must separate words in slugs.<\/p>\n<\/div><\/div>\n\n\n\n<p>Now you\u2019ve learned what permalinks and slugs are and why they are vital for <a href=\"https:\/\/crocoblock.com\/blog\/fundamental-seo-settings-for-new-wordpress-website\/\" target=\"_blank\" rel=\"noreferrer noopener\">SEO visibility<\/a>. Use the instructions above to set your site\u2019s permalink structure and create SEO-friendly slugs for posts and pages.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.<\/p>\n","protected":false},"author":1,"featured_media":0,"template":"","format":"standard","builder-category":[],"article-category":[269],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to Create WordPress Slugs and Permalinks - Help Center<\/title>\n<meta name=\"description\" content=\"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Create WordPress Slugs and Permalinks - Help Center\" \/>\n<meta property=\"og:description\" content=\"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/\" \/>\n<meta property=\"og:site_name\" content=\"Help Center\" \/>\n<meta property=\"article:modified_time\" content=\"2023-04-11T12:46:14+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/wordpress-dashboard-permalink-settings.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/\",\"name\":\"How to Create WordPress Slugs and Permalinks - Help Center\",\"isPartOf\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\"},\"datePublished\":\"2022-11-04T21:16:09+00:00\",\"dateModified\":\"2023-04-11T12:46:14+00:00\",\"description\":\"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.\",\"breadcrumb\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Articles\",\"item\":\"https:\/\/crocoblock.com\/knowledge-base\/articles\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Create WordPress Slugs and Permalinks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#website\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"name\":\"Help Center\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#organization\",\"name\":\"Help Center\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"contentUrl\":\"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg\",\"caption\":\"Help Center\"},\"image\":{\"@id\":\"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Create WordPress Slugs and Permalinks - Help Center","description":"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/","og_locale":"en_US","og_type":"article","og_title":"How to Create WordPress Slugs and Permalinks - Help Center","og_description":"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.","og_url":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/","og_site_name":"Help Center","article_modified_time":"2023-04-11T12:46:14+00:00","og_image":[{"url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2023\/03\/wordpress-dashboard-permalink-settings.png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/","url":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/","name":"How to Create WordPress Slugs and Permalinks - Help Center","isPartOf":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#website"},"datePublished":"2022-11-04T21:16:09+00:00","dateModified":"2023-04-11T12:46:14+00:00","description":"This tutorial provides simple step-by-step instructions for creating a custom permalink structure in WordPress and manually modifying the post and page slugs.","breadcrumb":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/crocoblock.com\/knowledge-base\/articles\/how-to-create-wordpress-slugs-and-permalinks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/crocoblock.com\/knowledge-base\/"},{"@type":"ListItem","position":2,"name":"Articles","item":"https:\/\/crocoblock.com\/knowledge-base\/articles\/"},{"@type":"ListItem","position":3,"name":"How to Create WordPress Slugs and Permalinks"}]},{"@type":"WebSite","@id":"https:\/\/crocoblock.com\/knowledge-base\/#website","url":"https:\/\/crocoblock.com\/knowledge-base\/","name":"Help Center","description":"","publisher":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/crocoblock.com\/knowledge-base\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/crocoblock.com\/knowledge-base\/#organization","name":"Help Center","url":"https:\/\/crocoblock.com\/knowledge-base\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/","url":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","contentUrl":"https:\/\/crocoblock.com\/knowledge-base\/wp-content\/uploads\/2025\/04\/invert-crocoblock-logo.svg","caption":"Help Center"},"image":{"@id":"https:\/\/crocoblock.com\/knowledge-base\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article\/30219"}],"collection":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article"}],"about":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/types\/article"}],"author":[{"embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/users\/1"}],"wp:attachment":[{"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/media?parent=30219"}],"wp:term":[{"taxonomy":"builder-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/builder-category?post=30219"},{"taxonomy":"article-category","embeddable":true,"href":"https:\/\/crocoblock.com\/knowledge-base\/wp-json\/wp\/v2\/article-category?post=30219"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}