TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: Azure with Cloudflare, good SEO choice?

2 pointsby doczoidbergalmost 9 years ago
I want to use Cloudflare for SSL and optimizations on my ASP.NET Core/Angular2 website. Is this a good choice? Of course I want good performance and good search engine rankings.

2 comments

citruspialmost 9 years ago
SSL (whether via Cloudflare or not) will help since Google uses HTTPS as a ranking signal[0].<p>A CDN (Cloudflare or other) will help since Google also uses page speed as a ranking signal[1]. (Other Cloudflare features like HTTP&#x2F;2 will also help with page speed).<p>As far as the Angular portion goes, single page apps _could_ hurt rankings, but shouldn&#x27;t with Google[2]. However, I&#x27;d still suggest looking into Angular Universal. It&#x27;ll allow you to serve a server-side rendered version of the page when it&#x27;s first loaded, which will make it easier for search engines to scrape your application. After that initial load, the application will use client-side Angular.<p>There&#x27;s an Angular University blog post which provides some information on that[3].<p>Obviously there&#x27;s plenty of other search engines that aren&#x27;t Google. For search engines that don&#x27;t use page speed or HTTPS as a ranking signal, those won&#x27;t be important (but are still important in general!). For search engines that don&#x27;t execute JavaScript or have a poor understanding of Single Page Applications, server-side rendering will be super important.<p>[0]: <a href="https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2014&#x2F;08&#x2F;https-as-ranking-signal.html" rel="nofollow">https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2014&#x2F;08&#x2F;https-as-ranking-s...</a><p>[1]: <a href="https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2010&#x2F;04&#x2F;using-site-speed-in-web-search-ranking.html" rel="nofollow">https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2010&#x2F;04&#x2F;using-site-speed-i...</a><p>[2]: <a href="https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2014&#x2F;05&#x2F;understanding-web-pages-better.html" rel="nofollow">https:&#x2F;&#x2F;webmasters.googleblog.com&#x2F;2014&#x2F;05&#x2F;understanding-web-...</a><p>[3]: <a href="http:&#x2F;&#x2F;blog.angular-university.io&#x2F;angular-2-universal-meet-the-internet-of-the-future-seo-friendly-single-page-web-apps&#x2F;" rel="nofollow">http:&#x2F;&#x2F;blog.angular-university.io&#x2F;angular-2-universal-meet-t...</a>
评论 #12326131 未加载
seanwilsonover 8 years ago
What makes you think Cloudflare would hurt your rankings? Compared to what?