Host Product Blog in Subdirectory Instead of Subdomain

You have a SAAS product. Now you want to add articles, blogs, tutorials, etc to support your product or for content marketing and SEO. Should you have these hosted as a subdomain (https://blog.example.com) or as a subdirectory (https://example.com/blog)?

Read More...

Serve Home Page From CDN with Cloudflare Worker

Cloudflare Service Worker helped Codiva jump at least 2 positions in Google by speading up home page response. I did it by serving the new users (and search crawler) from the edge, and avoiding redirects for logged in users.

Let us take a look at the undocumented hack using Cloudflare workers.

Read More...