Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML Build a Blog with Jekyll and GitHub Pages Hosting with GitHub Pages Using Your Own Domain Name

Jose Morales-Mendizabal
Jose Morales-Mendizabal
19,175 Points

Will custom Alias domain name show up on google search results?

Since the custom domain name Guil Hernandez uses in this video (webconfs.me) is an alias that "masks" or "hides" the real underlying domain name (webconfs.github.io), what would happen if somebody searches for "webconfs" on Google... would it show the webconfs.me domain as the real address?

I really want to host my personal website on github, but I dont know if there would be SEO concerns to keep in mind.

2 Answers

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

Hi Jose Morales-Mendizabal,

The domain shows up on Google like any other domain. Take a look. :)

Jose Morales-Mendizabal
Jose Morales-Mendizabal
19,175 Points

Awesome! One other question I had was about NOT hosting a jekyll site on github pages....

How is the workflow different when deploying a new build of the site with new posts to a web server hosted by other provider? Do you just drag and drop the new files via FTP (or some other better method) and does the build process happen automatically?

Thanks for your help Guil!

Guil Hernandez
STAFF
Guil Hernandez
Treehouse Teacher

You're very welcome. Yep, you can upload the changes in the _site directory to your server. Check out this link to see some of the deployment methods you can use.