A Content Delivery Network (CDN) is a network of servers that deliver content.
What is a CDN?
Note: View Wurk Managed WordPress hosting plans
A content delivery network (CDN) is a network of servers that deliver content. The purpose of the CDN is to cache and more quickly serve static content based on the geographical location between the origin server (the server your site is hosted on) and the user making the request. This means when someone in Japan visits your website hosted in the United States, it will load just as fast as a website hosted in Japan.
The benefits of using a CDN are:
Not all CDNs are the same. There are both static asset cache CDNs and full-page cache CDNs. The difference is the amount of server load you pass through the distributed network of servers around the world. Full page caching works to improve the load on your server by distributing not just your static assets, but the blocks of code and information from the database for your site.
CDN options bundled with Managed WordPress:
For sites that register their domain with Wurk and have the CDN enabled within their Managed WordPress settings, the new CDN with improved optimization and security features will automatically take effect.
CDN image indexing and Yoast SEO
Note: Before making any custom changes to your WordPress theme, you should add a child theme, to avoid losing your changes the next time you update the theme.
To ensure images are being indexed properly by Google Search Console when using the Yoast SEO plugin and a CDN, you should add a small snippet of code to the top of the functions. php file. This code will allow Yoast SEO to properly generate the sitemap for your WordPress website.
5. function wpseo_cdn_filter($uri) {return str_replace ('https://www.example.com','https://secureservercdn.net/example.com/, $uri);}
6. add_filter( 'wpseo_xml_sitemap_img_src', 'wpseo_cdn_filter' );
The sitemap will now use the CDN URL to reference the images. After this change it could take several days for the images to re-index in your Google Search Console.
Tools and features
Tools to help manage your site, security features, blacklisted plugins
Remove my site
Note: View Wurk Managed WordPress hosting plans.
If you no longer want to use a site or want to start over, you can remove it from your Managed WordPress plan.
Note: Removing a Managed WordPress site with a domain attached will automatically park that domain until you use it again.
Warning: Removing a site permanently deletes all content from your Managed WordPress website. You should only remove a website if you're okay rebuilding the website from the beginning.
Your site has been removed! Don't worry, this doesn't cancel the Managed WordPress plan, just the site. You can add a site when you're ready to start over.
Need help? Find help in our knowledgebase or simply chat to us .
Wurk and its subsidiaries are registered services provider.