dtv
September 10, 2019, 5:42pm
1
How can I host a blog on webflow on a custom domain at www.customdomain.com/blog instead of www.blog.customdomain.com ? (note: we’re using webflow just for the blog portion of our site)
I’d like to use /blog
for SEO purposes.
I saw this post that recommends using a cloudflare worker . Is this the recommended approach if you’re not using wordpress? Are there other options?
Thank you!
QA_Brandon
(Brandon Mosco)
September 10, 2019, 7:09pm
2
Hi there!
Are you using Webflow to Host this blog, or just using Webflow to build out the blog?
1 Like
dtv
September 10, 2019, 7:13pm
3
Hi @QA_Brandon !
Just using webflow to build out the blog.
Thanks
QA_Brandon
(Brandon Mosco)
September 10, 2019, 7:20pm
4
Are you using the Webflow CMS to populate the posts?
If so, you will HAVE to HOST with Webflow for that to work!
Otherwise, you could just use a redirect within your Domain host and use a canonical URL system to fix it within your blog posts.
You can refer to this other post for canonical notations:
dtv
September 10, 2019, 7:28pm
5
Yes I am using the webflow CMS @QA_Brandon .
So the steps would be
Host blog.mysite.com on webflow
Redirect (in DNS provider?) mysite.com/blog to user blog.mysite.com
Readers will be able to view articles from mysite.com/blog/my-first-article ?
Does that make sense? Thanks for your patience, I’m knew to this
QA_Brandon
(Brandon Mosco)
September 10, 2019, 7:33pm
6
Yeah that sounds about right. However, you will have to setup the canonical URL from blog.mysite.com to mysite.com/blog/*
Otherwise your SEO will be messed up.
1 Like
dtv
September 10, 2019, 7:38pm
7
Thanks so much @QA_Brandon . I appreciate it.
QA_Brandon
(Brandon Mosco)
September 10, 2019, 7:41pm
8
You are very welcome @dtv !
dtv
September 12, 2019, 9:59pm
9
Hi again @QA_Brandon .
My webflow blog is set up on blog.mysite.com via webflow hosting.
We’re not using cloudflare at the moment and it appears we’d have to switch over our nameservers which i’d rather not due. What’s the best way to get /blog
to map to blog.mysite?
Thanks again
QA_Brandon
(Brandon Mosco)
September 12, 2019, 10:54pm
10
You could use a redirect system that is built into your Domain register, like Godaddy or hostgator, or whoever you use.
liranco
(Liran Cohen)
September 17, 2019, 7:11pm
11
You could use Cloudflare Workers to dynamically route different URL paths to Webflow’s servers. Check out this article I wrote on how to do this: How to use Webflow to host parts of your site (Cloudflare Workers) | by Liran Cohen | Medium
dtv
September 30, 2019, 11:29pm
12
Hi @liranco @QA_Brandon - how would you set up google analytics? would you use a new tag or the existing tag? I e-mailed support at webflow and they said to ask GA but GA doesn’t make that easy.
Any ideas? Thanks so much