
Our 2017: An Amazing Year of Growth & Wins
Community
•
Our 2017: An Amazing Year of Growth & Wins
1 min read •Dima Peteva

2017 was a wild year of tremendous growth for us. We expanded our team with 115 new talented members, we went local in Italy and even added Australia to our remote team map. And all the while we are proud to have nurtured the amazing team spirit that makes SiteGround what it is! We raised the bar on our customer service even higher and added new powerful solutions for more speed and security of your websites. But the biggest appreciation, again, came from you – our clients, who rated our services with 97% satisfaction rate in our latest annual survey!
To express our gratitude, we hand-crafted a couple of exclusive, wooden tabletop calendars which we will give away to 50 of you who share our year in review. See our highlights of the year below, share them and enter for a chance to win some free SiteGround swag. Here is to one more year of new challenges and wins!
See our Year in review & enter for a chance to win some prizes!
Thanks!
Please check your email to confirm your subscription.


Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}
blog_subscribing_started = true;
blog_subscription_hide_errors(form);
grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});
});
})
function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘