We have more than 15 years of experience making profitable, user friendly, affordable, lightning fast and of course beautiful websites for businesses ranging from small one man …
Experts in development, SEO and technical optimisation of WordPress and React solutions
We are a copenhagen based Web Development agency. We are experts in WordPress and React, with a focus on tight, best practice, fast, SEO friendly and profit generating development thats affordable and future proof.
We have a proven track record in WordPress as well as React Pagespeed optimisation, Custom coding, WordPress plugins, WordPress SEO, React SEO and full service Web Development on WordPress and React.
We have more than 15 years of experience making profitable, user friendly, affordable, lightning fast and of course beautiful websites for businesses ranging from small one man …
We have more than 10 years experience in optimizing all sorts of web properties for best practice, lightning fast, SEO friendly installations. Our approach is simple. If we can …
React as a frontend and WordPress as a backend is one of the most powerful combinations. Utilising cutting edge frontend technology with one of the most powerful, most supported, …
Our approach to WordPress development is simple. If you can think it, we can code it. There is nothing WordPress can't do. Many people consider WordPress to have a certain …
We have developed a series of rare, well supported, powerful plugins for WordPress that we offer for a ridiculous low price. Our plugins are naturally developed with WordPress …
We offer free, experienced, no bullshit tips and tricks through our newsletter on a bi-weekly basis. If you sign up to our newsletter, you will get a no strings attached update on:
One of the easiest ways to improve pagespeed and overall user experience is to let your Apache server do all the hard work, instead of spending tons of time making your code deliver best practice output. Google has a very effective, open source …
Below you can find a selection of functions that go in every project, that will instantly improve performance and pagespeed for a website without impacting usability and stability. Everything goes in your functions.php file …
One way to improve your pagespeed score is to use some simple CSS tricks to avoid renderblocking One very effective trick, when you use icons like Font Awesome or Dashicons, is to use inline URL encoding of icons and include them as inline images …
Below you can find 5 tips and tricks that work for everyone, which is easy to implement and do not require anything other than that you use them;-) 1. Remove style loader tag from CSS Place the following in your theme's functions. php …
Without investing in an expensive external system, using WordPress, you can easily use different phone numbers on your website, based on the source of traffic. A simple implementation of the code below, placed in your themes functions.php file, …
Building actual websites with React as a single page application will quickly get you punished by Google, due to the amount of actual Javascript lines of code in your actual build. Making sure you take advantage of codesplitting is essential if …
One way to improve the overall pagespeed of your site is to load scripts deferred or async. When you load this way. The following wrapper for all your scripts will make sure that nothing is executed until the DOM is ready for you …
I have a client that doesn't want to show any related products under each single product. To remove this is easy. Simply place the following snippet in your functions.php and you have removed this functionality, using the preferred best practice way …
This one took me a while to find, but it's fairly simple when you find the right filter for the job. Luckily WooCommerce has filters and hooks for almost any need. Place the following snippet in your functions.php and the notice about shipping …