{"id":100245,"date":"2020-03-02T12:18:53","date_gmt":"2020-03-02T18:18:53","guid":{"rendered":"https:\/\/wpengine.com\/?post_type=resource&#038;p=100245"},"modified":"2024-10-28T09:35:20","modified_gmt":"2024-10-28T14:35:20","slug":"enable-svg-wordpress","status":"publish","type":"resource","link":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/","title":{"rendered":"Enable SVG Support in WordPress"},"content":{"rendered":"\n<p>WordPress enables users to upload quite a few different kinds of image files. You\u2019ll likely recognize the usual suspects, such as PNG and JPG. Displaying other file types, such as vector graphics, can be more problematic.&nbsp;<\/p>\n\n\n\n<p>Fortunately, there are a few ways to incorporate vector files into your website. While not a native feature, Scalable Vector Graphics (SVG) files can be used to display two-dimensional images on WordPress sites. With a little reconfiguring, you\u2019ll be able to optimize some of your logos and other graphics using this file type.&nbsp;<\/p>\n\n\n\n<p>Note: If your site is hosted with WP Engine, our platform natively supports GZIP compression on SVG files. If you\u2019re interested in trying out our <a href=\"https:\/\/wpengine.com\/managed-wordpress-hosting\/\/\" target=\"_blank\" rel=\"noreferrer noopener\">fully managed hosting platform<\/a>, we also offer four months of free hosting for WordPress sites with new annual plans.<\/p>\n\n\n\n<p>In this article, we\u2019ll learn more about SVG files and why you might want to use them. Then we\u2019ll walk through two ways to enable their use on your website. We\u2019ll also cover some important security precautions you may want to take. Let\u2019s get started!<\/p>\n\n\n\n\n\n<h2 class=\"wp-block-heading\">What is an SVG?<\/h2>\n\n\n\n<p>An SVG file is a type of vector image. <a href=\"https:\/\/www.adobe.com\/creativecloud\/design\/discover\/vector-file.html\" target=\"_blank\" rel=\"noreferrer noopener\">Vector files<\/a> are composed differently than more common image file types. For example, a JPG is made up of thousands of pixels. but that is not the case with an SVG file.&nbsp;<\/p>\n\n\n\n<p>Vector images are more like a set of written instructions. They don\u2019t contain pixels that form a larger image. Instead, they include a schema-like set of data that creates a two-dimensional image. This means there are some unique benefits to using SVG files.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why allow SVG in WordPress?<\/h2>\n\n\n\n<p>SVGs have a number of perks. Since they are highly scalable, you can manipulate the size as needed without impacting the quality of the image. As you might know all too well, if you try to scale up a JPG to increase its size, the quality degrades to an unusable level very quickly.<\/p>\n\n\n\n<p>That\u2019s where SVGs can come in handy. While they aren\u2019t meant for displaying traditional photographs, they are a great choice for business logos, icons, and other simple graphics on your website.<\/p>\n\n\n\n<p>Additionally, SVG files tend to be significantly smaller than other image types. This means your site won\u2019t get bogged down by graphics. What\u2019s more, SVG files are indexed by Google, and have been for quite some time, so they can be a real boon for your site\u2019s Search Engine Optimization (SEO).&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to upload an SVG to WordPress<\/h2>\n\n\n\n<p>Since WordPress doesn\u2019t include support for SVGs out of the box, you\u2019ll have to work a little harder to include them on your website. In the next few sections, we\u2019ll go over how to add SVG files to your website with a plugin and via a manual process.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 1: Use a plugin<\/h2>\n\n\n\n<p>As with many WordPress tasks, plugins can make enabling SVG support simple. All you have to do is pick the right solution for your needs and configure a few settings.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Download the plugin<\/h3>\n\n\n\n<p>First, you\u2019ll need to download and install an SVG plugin. Some highly reviewed SVG file plugins include <a href=\"https:\/\/wordpress.org\/plugins\/safe-svg\/\" target=\"_blank\" rel=\"noreferrer noopener\">Safe SVG<\/a>, <a href=\"https:\/\/wordpress.org\/plugins\/wp-svg-images\/\" target=\"_blank\" rel=\"noreferrer noopener\">WP SVG<\/a>, <a href=\"https:\/\/wordpress.org\/plugins\/easy-svg\/\" target=\"_blank\" rel=\"noreferrer noopener\">Easy SVG<\/a>, and <a href=\"https:\/\/wordpress.org\/plugins\/enable-svg-webp-ico-upload\/\" target=\"_blank\" rel=\"noreferrer noopener\">Enable SVG, WebP, &amp; ICO<\/a>.&nbsp;<\/p>\n\n\n\n<p>Once you\u2019ve installed and activated the plugin of your choice, you\u2019ll have a new menu option in your WordPress dashboard under Settings &gt; [Plugin Name]. There, you will receive instructions on how to style SVG files for your website.<\/p>\n\n\n\n<p>Additionally, you\u2019ll be able to configure a few important administrative settings. If possible, we recommend restricting SVG uploading privileges to administrators only.&nbsp;<\/p>\n\n\n\n<p>After your chosen plugin is configured, you\u2019ll be able to upload SVG files directly to your Media Library. However, there are a few other important items to take care of.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Enable GZip support of SVG files on your server<\/h3>\n\n\n\n<p>How you approach this step will depend on your web host and server setup. For example, at WP Engine, GZip is already enabled for a specific list of file types and \u201cimage\/svg+xml\u201d is one of them.\u00a0<\/p>\n\n\n\n<p>Adding this type to the list for your website will ensure your SVG files are optimized appropriately and quickly. For everything to run smoothly, you\u2019ll need to include this file type in your .htaccess file.<\/p>\n\n\n\n<p><strong>Note<\/strong>: To increase website performance and match industry trends, WP Engine has deprecated the .htaccess file. If your site is hosted on our platform and you need to use custom .htaccess directives outside of the default WordPress rules (such as redirects, headers, or access rules), you can convert them using the guidance provided in <a href=\"https:\/\/wpengine.com\/support\/htaccess-deprecation\/\" target=\"_blank\" rel=\"noreferrer noopener\">this article<\/a>.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Ensure the plugin is correctly securing files<\/h3>\n\n\n\n<p>One of the downsides to using SVG files, and the primary reason this file type has not yet been incorporated into WordPress core, is that they are <a href=\"https:\/\/www.securesystems.de\/blog\/svg-security-risks-not-just-a-scalable-graphic\/\" target=\"_blank\" rel=\"noreferrer noopener\">prone to security issues<\/a>. Since SVG files are XML-based, they are vulnerable to <a href=\"https:\/\/owasp.org\/www-community\/vulnerabilities\/XML_External_Entity_(XXE)_Processing\" target=\"_blank\" rel=\"noreferrer noopener\">External Entity attacks<\/a>, among other risks.<\/p>\n\n\n\n<p>When you configure your SVG plugin, it\u2019s recommended that you limit SVG upload access to administrators only. However, an even more secure approach is to \u201csanitize\u201d your SVG files before you upload them. This eliminates any of the unnecessary XML code that might leave your site open to attacks.&nbsp;<\/p>\n\n\n\n<p>Many plugins, likeSafe SVG, will sanitize your SVG files for you, but if you prefer to sanitize them manually, you can use a tool like this <a href=\"https:\/\/svg.enshrined.co.uk\/\" target=\"_blank\" rel=\"noreferrer noopener\">SVG Sanitizer Test<\/a>.&nbsp;<\/p>\n\n\n\n<p>Having your own sanitizer in place is also a good option if you plan to use the next method to manually enable SVGs on your WordPress website.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Method 2: Manually enable SVG file uploads<\/h2>\n\n\n\n<p>If you prefer getting your hands dirty and doing some coding yourself, you can manually enable your WordPress site to accept SVG files. The following steps outline how that process works.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1: Edit your site\u2019s functions.php file<\/h3>\n\n\n\n<p>To get started, you\u2019ll need to edit your website\u2019s functions.php file. To do this, you can go to Appearance &gt; Edit Themes in your dashboard, and select the functions.php file.&nbsp;<\/p>\n\n\n\n<p>Alternatively, you can access your site\u2019s files using a File Transfer Protocol (FTP) application such as FileZilla.<\/p>\n\n\n\n<p>Either way, it\u2019s best to create a child theme or switch to a <a href=\"https:\/\/wpengine.com\/local\/\" target=\"_blank\" rel=\"noreferrer noopener\">local development environment<\/a> before doing any major work on your website. This will keep your live site safe from harm while you\u2019re making changes.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2: Add a code snippet<\/h3>\n\n\n\n<p>Next, you\u2019ll need to add the following snippet of code to your functions.php file:<\/p>\n\n\n\n<p><code>\/\/ Allow SVG<br>add_filter( 'wp_check_filetype_and_ext', function($data, $file, $filename, $mimes) {<br><br>&nbsp;&nbsp;global $wp_version;<br>&nbsp;&nbsp;if ( $wp_version !== '4.7.1' ) {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;return $data;<br>&nbsp;&nbsp;}<br><br>&nbsp;&nbsp;$filetype = wp_check_filetype( $filename, $mimes );<br><br>&nbsp;&nbsp;return [<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'ext' &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt; $filetype['ext'],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'type'&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; =&gt; $filetype['type'],<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;'proper_filename' =&gt; $data['proper_filename']<br>&nbsp;&nbsp;];<br><br>}, 10, 4 );<br><br>function cc_mime_types( $mimes ){<br>&nbsp;&nbsp;$mimes['svg'] = 'image\/svg+xml';<br>&nbsp;&nbsp;return $mimes;<br>}<br>add_filter( 'upload_mimes', 'cc_mime_types' );<br><br>function fix_svg() {<br>&nbsp;&nbsp;echo '&lt;style type=\"text\/css\"&gt;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;.attachment-266x266, .thumbnail img {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width: 100% !important;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height: auto !important;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt;\/style&gt;';<br>}<br>add_action( 'admin_head', 'fix_svg' );<\/code><\/p>\n\n\n\n<p>After that, you\u2019ll be able to upload SVG images to your Media Library. There, you can view and interact with them just like with other image file types.&nbsp;<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 3: Secure access and limit SVG upload permissions<\/h3>\n\n\n\n<p>As we mentioned earlier, enabling SVG files does involve certain risks. To keep your site safe, you can set upload permissions for SVGs by creating custom user roles. You can use a plugin such as <a href=\"https:\/\/wordpress.org\/plugins\/user-role-editor\/\" target=\"_blank\" rel=\"noreferrer noopener\">User Role Editor<\/a> or <a href=\"https:\/\/wordpress.org\/plugins\/wpfront-user-role-editor\/\" target=\"_blank\" rel=\"noreferrer noopener\">WPFront User Role Editor<\/a> to accomplish this.&nbsp;<\/p>\n\n\n\n<p>These plugins enable you to customize the access and permission levels for your existing user roles. For example, you can designate which users have permission to upload SVGs, which will help you monitor the security of those files.&nbsp;<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Stay secure with WP Engine<\/h2>\n\n\n\n<p>WordPress does not natively enable the use of SVG files. However, with a little extra site configuration work, you\u2019ll be able to enable and secure the use of SVG files on your site.&nbsp;<\/p>\n\n\n\n<p>Plus, keep in mind that on our <a href=\"https:\/\/wpengine.com\/managed-wordpress-hosting\/\" target=\"_blank\" rel=\"noreferrer noopener\">hosting plans for WordPress sites<\/a>, you\u2019ll get access to professional support and well-developed website security solutions. Check out <a href=\"https:\/\/wpengine.com\/plans\/\" target=\"_blank\" rel=\"noreferrer noopener\">our plans<\/a> and secure your site with us today!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>WordPress enables users to upload quite a few different kinds of image files. You\u2019ll likely recognize the usual suspects, such as PNG and JPG. Displaying other file types, such as vector graphics, can be more problematic.&nbsp; Fortunately, there are a few ways to incorporate vector files into your website. While not a native feature, Scalable<span class=\"tile__ellipses\">&hellip;<\/span><span class=\"tile__ellipses--animated\"><\/span><\/p>\n","protected":false},"author":1,"featured_media":148857,"template":"","resource-topic":[908,904,912],"resource-role":[895,896,906,899],"resource-type":[916],"class_list":["post-100245","resource","type-resource","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v20.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Enable SVG Support in WordPress<\/title>\n<meta name=\"description\" content=\"Enabling SVG support in WordPress can help protect your site from unsecure files &amp; other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Enable SVG Support in WordPress\" \/>\n<meta property=\"og:description\" content=\"Enabling SVG support in WordPress can help protect your site from unsecure files &amp; other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!\" \/>\n<meta property=\"og:url\" content=\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/\" \/>\n<meta property=\"og:site_name\" content=\"WP Engine\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/wpengine\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-28T14:35:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/wpengine.com\/wp-content\/uploads\/2020\/03\/svg-header.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1100\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"Enable SVG Support in WordPress\" \/>\n<meta name=\"twitter:description\" content=\"Enabling SVG support in WordPress can help protect your site from unsecure files &amp; other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/wpengine.com\/wp-content\/uploads\/2020\/03\/svg-header.png\" \/>\n<meta name=\"twitter:site\" content=\"@wpengine\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/\",\"url\":\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/\",\"name\":\"Enable SVG Support in WordPress\",\"isPartOf\":{\"@id\":\"https:\/\/wpengine.com\/#website\"},\"datePublished\":\"2020-03-02T18:18:53+00:00\",\"dateModified\":\"2024-10-28T14:35:20+00:00\",\"description\":\"Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!\",\"breadcrumb\":{\"@id\":\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/wpengine.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Resources\",\"item\":\"https:\/\/wpengine.com\/resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Enable SVG Support in WordPress\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/wpengine.com\/#website\",\"url\":\"https:\/\/wpengine.com\/\",\"name\":\"WP Engine\",\"description\":\"Managed Hosting for WordPress\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/wpengine.com\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/wpengine.com\/#\/schema\/person\/c519c4c547840c872562e73c603fa017\",\"name\":\"WP Engine\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/wpengine.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g\",\"caption\":\"WP Engine\"},\"sameAs\":[\"https:\/\/wpengine.com\"],\"url\":\"https:\/\/wpengine.com\/blog\/author\/wpengine\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Enable SVG Support in WordPress","description":"Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!","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:\/\/wpengine.com\/resources\/enable-svg-wordpress\/","og_locale":"en_US","og_type":"article","og_title":"Enable SVG Support in WordPress","og_description":"Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!","og_url":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/","og_site_name":"WP Engine","article_publisher":"https:\/\/www.facebook.com\/wpengine","article_modified_time":"2024-10-28T14:35:20+00:00","og_image":[{"width":1100,"height":500,"url":"https:\/\/wpengine.com\/wp-content\/uploads\/2020\/03\/svg-header.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_title":"Enable SVG Support in WordPress","twitter_description":"Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!","twitter_image":"https:\/\/wpengine.com\/wp-content\/uploads\/2020\/03\/svg-header.png","twitter_site":"@wpengine","twitter_misc":{"Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/","url":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/","name":"Enable SVG Support in WordPress","isPartOf":{"@id":"https:\/\/wpengine.com\/#website"},"datePublished":"2020-03-02T18:18:53+00:00","dateModified":"2024-10-28T14:35:20+00:00","description":"Enabling SVG support in WordPress can help protect your site from unsecure files & other threats. Check out the WP Engine how-to guide for enabling SVG support on your site!","breadcrumb":{"@id":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/wpengine.com\/resources\/enable-svg-wordpress\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/wpengine.com\/"},{"@type":"ListItem","position":2,"name":"Resources","item":"https:\/\/wpengine.com\/resources\/"},{"@type":"ListItem","position":3,"name":"Enable SVG Support in WordPress"}]},{"@type":"WebSite","@id":"https:\/\/wpengine.com\/#website","url":"https:\/\/wpengine.com\/","name":"WP Engine","description":"Managed Hosting for WordPress","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/wpengine.com\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/wpengine.com\/#\/schema\/person\/c519c4c547840c872562e73c603fa017","name":"WP Engine","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/wpengine.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d8770fe9625ca7c4601f13d9d0ab86565a6dac8cd6a77bfe2ada6d83c6837870?s=96&d=mm&r=g","caption":"WP Engine"},"sameAs":["https:\/\/wpengine.com"],"url":"https:\/\/wpengine.com\/blog\/author\/wpengine\/"}]}},"acf":[],"grid_image_url":"https:\/\/wpengine.com\/wp-content\/uploads\/2020\/03\/svg-grid.png","media-type":{"term_id":916,"name":"Article","slug":"article"},"role":"<strong>Roles:<\/strong> Agency, Developer, Entrepreneur, Site Owner","topic":"<strong>Topics:<\/strong> Entrepreneurship, Marketing, Performance","_links":{"self":[{"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/resource\/100245","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/resource"}],"about":[{"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/types\/resource"}],"author":[{"embeddable":true,"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/users\/1"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/media\/148857"}],"wp:attachment":[{"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/media?parent=100245"}],"wp:term":[{"taxonomy":"resource-topic","embeddable":true,"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/resource-topic?post=100245"},{"taxonomy":"resource-role","embeddable":true,"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/resource-role?post=100245"},{"taxonomy":"resource-type","embeddable":true,"href":"https:\/\/wpengine.com\/wp-json\/wp\/v2\/resource-type?post=100245"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}