Quantcast
Channel: Darkstar Media
Viewing all 38 articles
Browse latest View live

Kanara Medical Spa WordPress Website Launched

0
0

Kanara Medical SpaWe are proud to announce the launch of Kanara Medical Spa.

For Kanara Medical Spa we handled graphic design of logo, website and all print materials. We also developed a responsive custom WordPress theme and handled search engine optimization for the website including the keyword research.

The post Kanara Medical Spa WordPress Website Launched appeared first on Darkstar Media.


Faster Website results with Google PageSpeed Insights

0
0

google-pagespeedThe internet has grown exponentially from just a highly competitive sphere for promotion and commerce to an overcrowded marketplace where visibility is essential to success. Most competent web developers are already aware of the more traditional tools of higher internet visibility: keyword saturation, social networking promotion, and search engine optimization. But with more and more competitors targeting your own audience, even optimizing your website for search engines is no longer enough. Surprisingly, a new factor has slowly emerged as a growing influence in site rankings-website speed. Google PageSpeed Insights

In 2010, Google came out publicly saying that no longer were keyword optimization, content and authenticity the only means of ranking a website. Website speed was now becoming a relevant factor in search engine rankings. This meant that if your website loaded into someone’s browser too slowly, the amount of traffic you could attract would significantly decrease. Many studies were conducted based upon this latest revelation about Google’s newest methodology for ranking, and the findings were not good for slower sites. In calculating the time-to-first-byte (the speed at which a browser received the first byte of data from any requested URL), there was a clear and causal relationship between the increasing TTFB and search engine rankings. This indicated that websites with better optimized back-end infrastructure (the background programs that help a website react faster in its interactions with users and thus load faster) are the sites that tend to rank higher in search engine results. So if you want to compete with sites that rank higher than you, posting to Facebook and using Twitter may not be enough.

However, just knowing why website loading speeds are important doesn’t help in speeding those loading times up. For this, you need to learn how to boost load times. This is why Google PageSpeed Insights can be extremely useful in this situation. This is Google’s online app that allows you to enter a website URL and analyze its load time performance as well as offer optimization suggestions. It mainly looks at the front-end infrastructure (the different ways users can and possibly could interact with your site) rather than how your site is best optimized to support these interactions (back-end infrastructure). This entails examining aspects that are independent of your network’s capability, such as images, JavaScript and CSS. When used in conjunction with other analytical applications such as GTmetrix, a developer could assess their front end performance and the back-end, further finding ways to optimize the overall performance of their website.

With this is mind, any developer should utilize PageSpeed Insights and GTmetrix to gauge their site’s loading speed performance. After this, developers should implement these easy fixes below to help them get moving in the right direction.

Leverage Browser Caching

Leverage browser caching refers adding expire or cache control headers to your site. When you do this, you are reducing the number of http requests a server needs to process, which reduces load times. You can add these by modifying your .htaccess file. In WordPress, this is actually easier to do than one might think. All you need to do is access your .htaccess file by going to cPanel and clicking on the File Manager. A pop-up box will appear and you will need to click on the Web Root option, all while ensuring the “Show Hidden File” option is ticked off. Once your .htaccess file is opened, all you need to do is cut and paste these directives at the top of the file:

## EXPIRES CACHING ##
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType image/jpg “access 1 year”
ExpiresByType image/jpeg “access 1 year”
ExpiresByType image/gif “access 1 year”
ExpiresByType image/png “access 1 year”
ExpiresByType text/css “access 1 month”
ExpiresByType text/html “access 1 month”
ExpiresByType application/pdf “access 1 month”
ExpiresByType text/x-javascript “access 1 month”
ExpiresByType application/x-shockwave-flash “access 1 month”
ExpiresByType image/x-icon “access 1 year”
ExpiresDefault “access 1 month”
</IfModule>
## EXPIRES CACHING ##

After this is done, save your .htaccess file and watch your site’s loading time speed up dramatically.

Plug-Ins

If you are using WordPress, you will also want to install the plug-in W3 Total Cache as an additional way to speed up load times by improving conversion rates and helping pages render (or download) quicker. The plug-in. while speeding up some instances will also slow down others, but you do end up ahead of the game with a better score after installing it. The setup of WordPress is part of the issue and hard to get around.

Minifying CSS

You can minify, or compress your cascading style sheets (the programming language used to change the style of webpages) by going to the website cssminifier.com and following the instructions on how to input the language so you can in return receive the compression language . http://cssminifier.com/

Minifying JavaScript

Javascript is another programming language that allows users to interact with website. To compress the Javascript on your website, you can go to this site-javascript-minifier.com-which operates in pretty much the same way as the CSS minifier site. http://javascript-minifier.com/

Eliminating render-blocking JavaScript and CSS in above-the-fold content

Some Javascript and CSS script in above-the-fold-content (content on a website that is visible without scrolling down) can block rendering of your site and slow load speeds. To remove these scripts, put your Javascript files in the website footer. Also, it is additionally beneficial to try and combine any CSS scripts into others whenever possible. (The W3 Total Cache plug-in can cause an error here)

Once your site developer has fine tuned your website with these easy, basic adjustments, you can look into further ways to speed up your site’s loading time. Some other places for assistance include Pingdom and Google’s own Webmaster Tools  to help optimize any deeper levels of back-end infrastructure to reduce load lagging. Once you have speed up and refined your website as much as possible, you can now focus your attention on what really matters – your content.

The post Faster Website results with Google PageSpeed Insights appeared first on Darkstar Media.

Google Sending Out Responsive Website Warnings

0
0

Is your website reponsive?
mobility warningDo you know what that means? As per wiki, it means
“Responsive web design (RWD) is an approach to web design aimed at crafting sites to provide an optimal viewing experience—easy reading and navigation with a minimum of resizing, panning, and scrolling—across a wide range of devices (from desktop computer monitors to mobile phones).”

As of April 21st, Google has announced they will be expanding their use of a site’s mobile-friendliness as a key-ranking signal. This change is going to affect all mobile searches, in all languages around the world and impact search results significantly.

As a result of this significant change, Google has been sending notifications to all the webmasters who have existing non-mobile friendly websites. The message also states that the pages will be affected in search results for smartphone users.

Some of the most notable changes include:

  • The Google bot has to be allowed to crawl JavaScript and CSS in order to pass the mobile-friendly test
  • The mobile friendliness is determined by the page level, rather than site wide
  • Tablets are not being affected
  • Google is working with a dedicated mobile index

The fact is that savvy webmasters already have these changes in effect.  Google has been telling us for years that it was coming. However, with this latest announcement, there are a number of webmasters who have a compelling reason to take action.

Now you have to decide if implementing a mobile site or responsive site is right for you. Mobile sites can be customized for mobile users, and they provide a cheaper and easier design. However, responsive designs are more flexible and the configuration that is recommended by Google; however, it does cost more upfront.

The right option is really going to depend on what your site does. The key is to ensure that your website is relevant, helpful and friendly so that you will have the best possible chance of ranking in organic searches on Google. If you need to get your website responsive to meet the needs of Google’s search engine rules, give us a call today.

The post Google Sending Out Responsive Website Warnings appeared first on Darkstar Media.

4 new responsive WordPress websites launched

Using Twitter Bootstrap for Web Design and Development

0
0

thinkinsure twitter bootstrap websiteWe have recently jumped on the Twitter Bootstrap bandwagon and are very happy with the decision. If you don’t know, Twitter bootstrap is a web framework that is “mobile first”. When they developed the framework they solved many of the issues that web developers face when dealing with responsive design such as how columns will collapse and stack as the screen gets smaller, re-sizing images to the device, managing device specific content, plus many more.  Traditionally we built websites that looked great on the desktop, then would add CSS and javascript to make it look good on mobile devices. With this approach we had to pick certain mobile browsers sizes to concentrate our efforts on such as the  iPhone and iPad (as the were the most popular). If you go to any smart phone retailer now you will see a huge variety of screen sizes, so with our original approach many of these new screen sizes would have wonky looking websites.

So using bootstrap and a mobile first approach our websites now look good on every device and screen size. Over the last 6 months we have developed a custom bootstrap website (thinkinsure.ca) and a WordPress Bootstrap theme (memorycentre.ca and roofing-solutions.ca).

Custom Bootstrap Website: thinkinsure.ca

This project was 6 months in the making. Darkstar Media handled both the design and development of this insurance company website. We worked hand in hand with thinkInsure’s SEO specialist and made sure the user experience was great for all devices and is fully optimized for search engines.

WordPress Bootstrap Theme: memorycentre.ca and roofing-solutions.ca

These are the first 2 completed websites to use the Darkstar Media WordPress bootstrap theme. The theme is simple to customize because of the bootstrap framework. It has custom callouts (calls to action) for the home page and internal pages which are very easy to manage. For memorycentre.ca we also designed their logo and set up their social media presence.

roofing-solutions.ca Bootstrap WordPress themememorycentre.ca Bootstrap WordPress theme

 

The post Using Twitter Bootstrap for Web Design and Development appeared first on Darkstar Media.

New responsive website launched

0
0

Evan Thompson and Associates website
We are pleased to launch a new responsive website for Evan Thompson and Associates, a Toronto-based communications coaching and content development firm. We rebranded, slimmed down, optimized, and deployed our very own Twitter Bootstrap WordPress Theme to create a responsive framework. In addition to developing the WordPress theme, we built a custom media gallery plugin to accommodate Evan Thompson’s media interviews and extensive articles he writes for many major news outlets.

The post New responsive website launched appeared first on Darkstar Media.

Mycaminobed.com is launched!

0
0

mycamnobed.comDarkstar Media is proud to present our most recent website project, mycaminobed.com. For mycaminobed.com we handled both the design and development of the website with a very strong focus on SEO. It includes an interactive Google map which allows users to find the closest hotel to their current location while they are hiking the Camino Francés, as well as a search by stage element which allows them to plan their trip in advance.

We also consulted and trained mycaminobed.com on the best way to build & manage their social media presence. We are now actively managing a Google Ad Words advertising campaign to help drive some traffic to this brand new website. This site was integrated with booking.com so the users can use this site on a daily basis, and at the end of the day find and book a room to spent the night in while hiking the Camino de Santiago.

The post Mycaminobed.com is launched! appeared first on Darkstar Media.

Three(3) Bilingual Healthcare WordPress websites launched

0
0

Darkstar Media is very pleased to announce the launch of 3 Bilingual Healthcare WordPress websites, Ontario Prenatal Education, FASD Ontario, and Beststart Resources. We designed the custom WordPress themes, set up all 3 websites to be bilingual using the Polylang plugin (and some custom bilingual theme integration). In addition, one of the websites has a fully bilingual woocommerce shopping cart. As always the sites are fully responsive and SEO optimized. Two of the websites include postal code searches which are custom functions that we developed.

 

Beststart Resources Shopping Cart FASD Ontario Ontario Prenatal Education

The post Three(3) Bilingual Healthcare WordPress websites launched appeared first on Darkstar Media.


Ontario Association of Landscape Architects (OALA) website in launched!

Google PageSpeed Insights: Updated for 2020

0
0

darkstar media pagespeed scoreBack in 2015, I wrote an article about the benefits of using Google Google PageSpeed Insights to speed up your website for a faster user experience and better search engine rankings. Many of the tips I provided then are still relevant and I encourage you to try them out on your website. I do want to add a few more tips that have helped me get 100% on our desktop page speed score and 97% on our mobile page speed score. The score Google provides is not always consistent and has some variety, so if you notice this while trying to fix your website, don’t worry about it. As long as you can get yourself up to 80-90%, you are doing well.

In my 2015 Google PageSpeed article, I shared the following tips and fixes:

  • Leveraging browser caching
  • Minifying CSS
  • Minifying JavaScript
  • Eliminating render-blocking JavaScript and CSS in above-the-fold content

The following 3 items will also help with these common Google PageSpeed warnings and recommendations.

Autoptimize (WordPress Plugin)

This WordPress plugin helps with the 3 items above: minifying CSS, minifying JavaScript, and eliminating render-blocking JavaScript and CSS in above-the-fold content. It will also minify your HTML code and has a handy little empty cache button in the WordPress toolbar for when you are developing or making changes.

ShortPixel Image Optimizer (WordPress Plugin)

This plugin helps to optimize your images up to 90% and provides a significant page speed boost. Just go to the plugins website and sign up for a free account.

For caching and minifying, I now only use the 2 plugins above; I have stopped using W3 total Cache and any other plugin for these tasks. I would warn against having too many plugins, especially ones that do the same or similar tasks, as you don’t want any conflicts. I am also just using the free versions of these plugins. I have not tested the paid version as I have been happy with their default settings.

Cloudflare

It is hard to know where to begin with Cloudflare as they offer so many services. The service that is relevant to this article is, their caching. To use this, you route your domain name (URL) nameservers through Cloudflare. They keep a cached copy of your website with load balanced servers, and when a user wants to visit your website, Cloudflare provides them the fastest version from the closest server. If you don’t understand all of that, don’t worry; it can be summarized as “It makes your site faster for the end user”. It was the final step that got my 90% score on Google PageSpeed Insights up to 100%. The added bonus of this service is that it also adds a layer of security to your website by hiding your web hosting company.

 

With a little bit of WordPress knowledge, you can easily implement these tips. If you would like help, Darkstar Media would be happy to speed up your website for you. Just call us at 416.450.5439 and ask for Justin.

 

The post Google PageSpeed Insights: Updated for 2020 appeared first on Darkstar Media.

Should I have my Intern/Nephew/Receptionist Develop my Website?

0
0

my cat websiteThe short answer to that question is maybe. I only say maybe because perhaps your intern, nephew, or receptionist is a qualified web developer with years of experience. If on the other hand they are not, then my answer is a very firm no!

Let me tell you a quick story about an experience that happened to me a few weeks ago: a client of mine decided he needed to upgrade his website; his receptionist volunteered to do it and assured him that they had done it before and it was easy. I can see the appeal of this because of the cost savings and they most likely had a good working relationship.

The problems were these:

  • His employee did not understand my security plugins so disabled them as they caused extra steps.
  • They did not understand SEO and created brand new pages with no titles and descriptions.
  • They downloaded and installed a free theme without researching it.
  • This theme also very much looked like a template theme and had no branding.

So you can imagine what happened. They got hacked, and then of course the client called me.

I understand that WordPress, Wix, and Squarespace have some great marketing and are always telling you that anyone can do it. It is quick and easy and you will save a lot of money. If you want a website to show off photos of your cat to your aunt, that is a great option (or use social media). But if you want a branded website that shows off the benefits of your company it is best to call a website professional (like myself https://www.darkstarmedia.net). We understand SEO, User Experience Design, Social Media, Security, Branding and Marketing and can build you a professional website that can help grow your business. In the long run you save money by not having to clean up a hacked website or building the website twice, never mind the potential to lose business during the hack.

The post Should I have my Intern/Nephew/Receptionist Develop my Website? appeared first on Darkstar Media.

Setting up your eCommerce website

0
0

Now is the time to set up an eCommerce store for your business. Whether it is for shipping your goods, curbside pick-up, or both.

One of the quickest ways to get this accomplished is to create a WordPress website using the WooCommerce plugin. This also happens to be what we specialize in. We have experience in many other eCommerce platforms such as Shopify, Magento, and custom build eCommerce websites, yet I would recommend WordPress/WooCommerce for speed of setting up.

With WordPress you can easily design a custom theme that fits your brand. WooCommerce is well supported by the WordPress community which is important if you need to do any customizations for your online store which are not included in the base package of the plugin.

How to make a WordPress eCommerce website?

  • Hire an experienced web developer
  • Purchase a domain name
  • Purchase a web hosting package
  • Install WordPress (some web hosting companies do it automatically for you)
  • Pick a theme (your websites look and feel)
  • Install WooCommerce or another eCommerce plugin (This manages products, orders, and payments)
  • Make sure you have a payment provider (Paypal, Moneris, etc.)
  • Add your products and company information to the website
  • Start promoting your website

That is the bare bones version of setting up your store. Other items to consider are styling the website to fit your brand, making sure the website is Search Engine Optimized (SEO), testing that the site is easy to navigate and the shopping process is smooth (UX / UI), and setting up some online marketing. If you followed all the steps above, including step 1 (Hire an experienced web developer), your web developer will have the skills to help with these additional tasks.

If you have questions and would like to speak to an expert, please reach out and call us at 416.450.5439.

Top WordPress Plugins in 2020

0
0

Three years ago I wrote a blog titled “WordPress Developers Top 12 Plug-in List“, and while looking through it I realized that I only use two of them anymore, thats how quickly WordPress evolves. Many of the changes have to do with page speed, managing custom content, and some of the plugins I used 3 years ago have had their functionality built into WordPress. The two that stayed on the list are: iThemes Security (formerly Better WP Security), and WordPress SEO by Yoast. I’ll provide a link to the plugins website so you can get the official description, and I’ll describe below why I personally like them.

So what are the best WordPress Plugins?

1. Advanced Custom Fields (ACF) – website
This plugin is handy for extending any sort of post, page or custom post with extra fields. For example you may have a custom post for upcoming events and for each event you will have a starting time, address and cost. Rather than trying to code those 3 fields with CSS and HTML in every single post for a consistent look, you simply make them as their own fillable fields in the post editor and make a page template for the post type to display them. No coding skills required for the content manager.
Top ↑

2. Autoptimize – website
A great tool for speeding up your website, it will minify all HTML, CSS and Javascript and load it all at the bottom of the page, only loading the code that is necessary for a quick page load and a great user experience. Much more effective than any optimization/caching plugin I’ve tried.
Top ↑

3. Classic Editor – website
This opinion may be controversial, I find the new WYSIWTG content editors to very cumbersome, but more importantly those content editors slow your website down to a crawl. Most sites that use them fail with Google Page Speed Insights because they put in some much unnecessary code. The sites end up being slow and clunky. WP Bakery Builder, and Gutenberg are the modern equivalent to Microsoft Frontpage – do yourself a favour and avoid at all costs.
Top ↑

4. Contact Form 7 – website
This is a very simple and clean tool for adding any sort of contact or lead generating form. It has extensions for exporting the form content that was submitted as well as emailing it directly. Easy to use and configure.
Top ↑

5. Custom Sidebars – website
Sidebars are starting to fall out of favour with some of the newer responsive designs. Yet they can be really handy for adding calls to action or additional menus. This plugin extends the built in WordPress widgets and allows you to create custom sidebars for whole sections or specific pages.
Top ↑

6. iThemes Security (formerly Better WP Security) – website
This plugin is a must have, I generally turn on all the security features to help keep hackers out. My favourite feature is the ability to create a custom URL for your WordPress dashboard. Many exploits come from users running bots to tests 1000s of passwords in seconds to break into your dashboard, so this hides the dashboard from most hackers and instantly blacklists anyone who is lucky enough to find it after the second of third bad login attempt.
Top ↑

7. Polylang Pro – website
This plugin is for displaying and managing your content in multiple languages. Really easy to use and with most plugins and themes the language pack is included, which Polylang uses without any sort of configuration. For any tricky words that are untranslated deep within a theme or plugin, Polylang gives you a tool to provide your own translation.
Top ↑

9. WCK – Custom Fields and Custom Post Types Creator – website
I use this plugin with every WordPress website I build, this is great for making Carousel / Banner / Slideshow functions, Callouts, or any sort of repeatable or list content. If your website has any sort of content that doesn’t fit within the built in pages / posts functionality, this tool is a must have. It does also include custom fields, yet I still use Advanced Custom Fields (ACF) and pair these plugins together as ACF has better custom field tools.

10. WooCommerce – website
I have built many eCommerce websites over the years using many different tools as well as building many from scratch. As soon as I tried WooCommerce I fell in love with it. All the shopping cart features are built in and configured already. It has many extensions for selling custom products that don’t fit the standard mould and pairs well with Polylang and Advanced Custom Fields.
Top ↑

11. WP All Import – ACF Add-On – website
When building websites, you sometimes need to import content from outside sources such as converting a Drupal website to WordPress, or importing a spreadsheet of locations. This plugin allows you to import a CSV file and instantly map the content into custom fields for a custom post type, no data entry required.
Top ↑

12. Yoast (SEO) – website
A very simple and easy to use tool to make sure you have the proper page titles and meta descriptions on your pages and posts. I like the colour coded bar which lets you know if you have too much or not enough words in your titles or descriptions. It does have some more advanced tools, I find I never use them, the free version works as needed.
Top ↑

ShortPixel Image Optimizer used to be in this list, I have recently taken if off as it has proven to be unreliable.

I hope you find this list is helpful. This list was created in 2020, it will be interesting to see if I still use these tools in another 3 years. I should mention that some of these plugins have a cost, I did not get compensated in any way to promote them. If you have any questions or comments, feel free to contact me at 416.450.5439.

16 Effective SEO Tips for a Successful Website

0
0

Back in 2013, I wrote an article titled “Search Engine Optimization (SEO) Checklist”, and while it was correct at the time, it is now a bit dated and I thought it was a time for an update. Google is always changing their algorithm and it is hard to keep up; some tips are tried and true and others are a bit more advanced, requiring a web developer or SEO specialist to stay on top of them. I wrote this article in 2 sections: basic SEO tips and advanced SEO techniques.

What are the Basic SEO tips?

  1. Meta Title and Description: Make sure both of these are filled out on every page using relevant keywords without keyword stuffing.
  2. Alt and Title Tags: All images need to have a descriptive alt tag and all links need a descriptive title tag. This is also very friendly to users with accessibility issues, as accessibility reading software use these tags to describe the links and images.
  3. Google Search Console: Formally known as Webmaster tools, this is a service provided by Google that helps to index your website as well as ensure the content is up to date and not infected. It has many other features that I encourage you to read up on.
  4. Content: Have at least 600 words on every webpage.
  5. More Content: Keep updating your website on a regular basis with new blog posts, announcements, and updated page content.
  6. Heading Tags: H1, H2, etc. Make sure these are filled out with relevant keywords that describe your webpage. Search Engines put more weight on words in headings than words in paragraph content.
  7. Social Networks: Maintain social networks that link back and forth to your website and use this to help build your reputation.
  8. Linking: Have lots of links within your content that link to other pages on your website. Make it easy for users to find the information they need.

What are some Advanced SEO Techniques?

  1. Page Naming: Your web pages should have relevant descriptive keywords in the page names (e.g. advanced-seo-techniques.html). Be sure they don’t get longer than 70 characters, which includes any subfolders in the file path.
  2. AMP: AMP stands for Accelerated Mobile Pages. These are stripped down copies of your webpages that phones and tablets use (less or optimized images, scripts,  videos, etc.). These allow users on mobile devices to save data and provide a quick page loading speed.
  3. Featured Snippets: These are small headings and paragraphs answering specific questions that search engine users may have. As an example, try to google a celebrity name in the form of a question, such as “Who is X?” and a featured snippet about that celebrity will likely appear at the top of your search results. You can use these snippets to give away tips and draw people to your website with helpful information.
  4. Keyword Research: Using either Google Ads or a variety of other tools, find out which search terms are most relevant to your website/business and are searched the most frequently. You could even just Google your competition and see what words they are using. Don’t be spammy though; the words have to make sense for your webpage.
  5. Focus Keywords: For each of your webpages, try to have a different focus keyword and make sure it is used in the page title, H1 and H2 headings, meta description, page name, content and image ALT tags. Again, don’t be spammy and make sure it is relevant.
  6. Page Speed: Google Page Speed Insights is a great tool to see how fast your webpage loads, as it provides both a mobile and desktop score. You need your pages to load fast so that potential users don’t bounce away when waiting for the page to load.
  7. Structured Data: This is coding and organizing your content in a way that makes sense for search engines. There are different tags to use for events, products, recipes, etc.
  8. Sentiment: This suggestion is venturing towards lead generation and calls to action, yet there is evidence to suggest that sentiment expressed in your title and description tags gets read by search engines and has value towards your featured snippets and possibly your search ranking.

I hope you find these tips helpful. As always, if you have any questions, don’t hesitate to reach out to us at 416.450.5439.

Website Launching Checklist

0
0

So, your website is finally complete. At this point, the links have been tested and an editor has read and re-read the copy. QA people have tried to break the website for quality control, and you have tested your website on all browsers and devices. After all your hard work, you are excited to share your website with the world and ready to start promoting.

When we get caught up in the excitement of launching a website, the last few but key steps can get ignored and this can leave a new website vulnerable to hacking or cause a poor user experience because of slow loading times.

Prompted by my own experience, I have created a quick checklist to go through before I release a new website. I create many WordPress sites, so I have included some WordPress specific website launching tweaks.

What is our website launching checklist?

  1. Route the name servers through Cloudflare.
  2. If it is WordPress site, install Autoptimize.
  3. Add caching code to htaccess file.
  4. Run the website through Google Page Speed Insights. Tweak as needed.
  5. If a WordPress site, uncheck “Discourage search engines from indexing this site”.
  6. If a WordPress site, install and configure security plugins such as iThemes security.
  7. Add website to Google Analytics.
  8. Add website to Google Search Console and submit sitemap.

Route the nameservers through Cloudflare.

This hides your websites server from potential hackers and speeds up your website with its caching and minifying tools. More info on Cloudflare here.

If a WordPress site, install Autoptimize.

This plugin will minify your code and speed up your website. More info on Autoptimize here.

Add caching code to htaccess file.

When running your website through Google Page Speed Insights (next step) you will frequently get this suggestion to help speed up your website. Caching your pages and code helps to make your website load much faster.

Run the website through Google Page Speed Insights. Tweak as needed.

Google Page Speed Insights is a useful tool that can help with page loading time and user experience. Test your own site out with this useful Page Speed reader. Notice that there is both a mobile and desktop score. Check both scores.

If it is a WordPress site, be sure to uncheck “Discourage search engines from indexing this site”.

This is a simple thing that often gets overlooked when launching a WordPress website. When on the WordPress dashboard, you can find this option under Settings – Reading.

If it is a WordPress site, install and configure security plugins such as iThemes security.

There are many security plugins out there for WordPress. iThemes is a favourite for many reasons. iThemes hides the WordPress backend, bans hackers trying to login, and sends file change warnings to you and the daily security digest. WordPress is open source and constantly under attack. Whatever plugin you prefer to use for security, make sure to use it correctly and update it as necessary.

For non-WordPress sites, speak to your developer to make sure everything is locked down. I would advise against using web hosting companies such as GoDaddy, HostGator or Bluehost. They are constantly under attack (DDOS) and vulnerable to getting hacked. Their support staff can only answer the limited questions that they have been trained to answer (they do not have IT people answer the phones).

Add website to Google Analytics.

Google Analytics will track all your website traffic and provide you with reports. This will help you to see where users drop off, which devices are most used, what areas of the world your users come from and many other detailed statistics pertaining to your targets.

Add website to Google Search Console and submit sitemap.

Google Search Console will monitor the health of your website. It will let you know where you have broken links, inform you when if get hacked, and track the most common search phrases used to find you. By submitting your site map (all the pages in your website), Google Search Engine can easily crawl through and index your website faster, instead of just finding your site organically.


Custom Built Online Yoga Studio Website

0
0

As the reality of living with Covid sets in, some of our businesses are forced to evolve in order to survive with our new safety and isolation guidelines. Hatch Yoga https://www.hatchyoga.com, a local Mississauga Yoga Studio did just that and hired us to transform their physical yoga studio into an online yoga studio.

We set up the website using WordPress, Woocommerce and Vimeo. Customers access the website with a monthly subscription service that we configured through Woocommerce.

Custom Built Online Yoga Studio search videosThis online yoga studio website is quite flexible, in addition to access to the online yoga classes, it also offers private yoga lessons, an eight week mindfulness course, sells physical props and offers a few in person classes that take place outside with social distancing.

Darkstar Media developed the custom WordPress theme which includes a comprehensive yoga class search tool (Search by teacher, style, duration, level, antomical focus and language), configured the eCommerce platform, planned the user experience, worked out the video logistics, and installed and configured all the WordPress plugins.

Let us know if we can help bring your business online by calling 416.450.5439.

eCommerce WordPress site launched using Woocommerce

0
0

We are pleased to announce the launch of a new eCommerce WordPress website beekindorganics.ca. We used Woocommerce to handle the product management and shopping cart features. We also integrated the site with the Square plugin to handle the online transactions.

Darkstar Media custom developed the Bootstrap WordPress themeSEO optimized the website (including all the products), and configured Woocommerce. A smooth User Experience and ease of navigation was one of our main objectives as well as page speed general website optimization.

 

Headless CMS built with Next.js, React.js and WordPress

0
0

I am happy to announce a new service offering, Headless CMS (content management system) Development, as well as a new website to showcase this technology:

https://www.justinblayney.com/

I have just completed a Headless CMS website that uses WordPress as the content management system and utilizes Next.js as the front end display. This allows for the site to be hosted on a node server and adds an additional security layer between the user and your data.

Another advantage is that the same codebase that created the website can be modified to create an IOS or Android app, all of which could share the same database.

The technologies used in the creation of this website include Next.js, React.js, Bootstrap, Github, SCSS, GraphQL and WordPress for content. I also used Cloudinary CDN to host my images, Vercel node servers for hosting the React Codebase and Cloudflare to add more security and speed to my website.

If you would like to know more, please call: 416.450.5439. Be sure to tell me what you think of the website (and buy my art 🙂 ) !

Viewing all 38 articles
Browse latest View live




Latest Images