Is your website slow? Is the layout not responsive? Find out the best practices of web development for your law firm. Our guide for lawyers and marketing directors will provide helpful tips, examples, and best practices to grow your law firm by producing a better web development process and WordPress® website.

1. ADA.

Have a professional review your website for accessibility and ADA compliance. Your website should provide good color contrast for readability, be navigable by keyboard, offer text-based alternatives on images, and much more. Only a human can determine if your website is truly accessible.

An online contrast checker tool showing foreground and background color settings, contrast ratio of 5.8:1. Normal text fails WCAG AAA, passes AA. Large text and UI components both pass WCAG AA and AAA.

2. Speed.

In 2022, Google’s new “Core Web Vitals” became the standard for measuring web performance. These more stringent requirements consider the website experience holistically: If images popping in shift other elements around, it makes reading difficult (measured as Cumulative Layout Shift). If unnecessary scripts / styles are loading early on this can cause a delay in loading other assets (Render Blocking Resources). Also, if the front-and-center image on the page takes a while to load, it pushes visitors away (Largest Contentful Paint). Size and sequence of file loading is more important than ever.

An infographic titled "Core Web Vitals" explaining three metrics: LCP (Largest Contentful Paint), FID (First Input Delay), and CLS (Cumulative Layout Shift), with scales for good, needs improvement, and poor.

3. Manage Your Content.

In 2020, the new Gutenberg page editor gained greater traction and we anticipate new advancements in WordPress® in 2023.

Screenshot of a WordPress admin dashboard showing a list of pages. The pages include "Home – Front Page," "About," "Firm History," and "Attorneys," with their authors and publication dates.

4. CDN.

A content delivery network is a must. Your web host should be providing a CDN to allow for faster file access.

5. Browser Compatibility.

On August 17, 2021, Microsoft officially stopped supporting Internet Explorer 11 on its M365 apps. It became completely unsupported in June 2022 in favor of the new browser, Microsoft Edge.

Multiple overlapping Google Chrome logos featuring circular designs with blue centers, surrounded by green, red, and yellow segments.

6. Know Your Editor.

Mastering your code editor – that is, making use of its shortcuts, creating code snippets, and knowing where to go to change specific settings – is an underrated aspect of development work. We recommend a popular, powerful editor like Microsoft’s Visual Studio Code. It’s feature-rich, well documented, extensible and dev-friendly.

A screenshot of Visual Studio Code showing HTML code with a highlighted title element that reads "Visual Studio Code is Pretty Cool.

7. Mobile-first Development.

Mobile dominates Google rankings and traffic. Make mobile just as or even more important than desktop.

A smartphone showing a BickLaw LLP website with "Mastering the Balancing Act for Our Clients" and a rhino image. A dropdown menu with browser options is adjacent, displaying various testing tools.

 

8. Webp Images.

Webp Images are the preferred format for images. They are also lighter in filesize than your average jpg/png. But keep in mind browser compatibility, as not all browser versions support webp images yet.

9. PDF.

Get exact copies of any page on your website for yourself and users via PaperStreets newest PDF library that provides flexibility to meet the design needs of any page.

An orchestral conductor is shown in the act of conducting, with one hand raised and a baton in the other. Text above the image reads, "Support is instrumental in keeping arts groups a tempo.

10. Proposal Generator.

Build fully custom proposals on the fly in WordPress®.

A screenshot of a webpage for the PaperStreet Proposal Generator. It includes a search box, a welcome message, and a list of proposal options with checkboxes beside each.

11. Security.

Security on your website is key with nefarious bots and traffic at an all-time high. More sites than ever have been under threat of malicious agents attempting to inject code into sites or taking control of sites through vulnerable user data. Rest easy by letting PaperStreet handle the security for your website and server via our hosting platform.

Two shield icons: one with a checkmark and the other with a padlock.

12. Backups.

Your web host should be providing nightly snapshots that are stored for a minimum of 30 days. It is always good to have an offline failsafe backup too that is older.

13. SSL Certificates.

Google made these mandatory when using Chrome by flagging your website as “Not Secure.”

Browser warning indicating an insecure website connection, advising against entering sensitive information like passwords or credit card details. Options to view cookies and site settings are available.

14. PHP Version.

If the site you are running is a PHP site, it is essential that you are on a supported version – https://www.php.net/supported-versions.php . As of December 2022, your site should be on a minimum of PHP 7.4, but ideally on PHP 8.0 or 8.1.

A table screenshot showing columns for Group, PHP, Storage, and Bandwidth. The PHP version listed is 7.4, with Storage and Bandwidth both showing 0 Bytes.

15. Email Delivery of Contact Forms.

Your contact forms should go through a regular email server. This can be your own or a system like SendGrid or Mailgun. This will allow tracking of delivery and better overall delivery too. For bonus points, log all contact forms in a database, just in case there are issues with email delivery.

16. Standards.

Build a set of coding standards that are used by your entire development team. Collaboration is a big step of web development and it is important that your team is on the same page when it comes to certain standards. Industry standard is to be PSR compliant (https://www.php-fig.org/psr/)

Two people are working at desks with computers displaying graphs and charts. One is wearing a red top, and the other is in a suit. A phone, office supplies, and a briefcase are also visible.

17. Code Commenting.

Odds are that you will most likely not remember the code you wrote a few months prior. Leave docblocks for large sections of codes that accomplish a goal. You don’t need to comment every line in a function; rather, create a docblock with a brief overview of what the function does.

A snippet of PHP code sets the maximum number of posts to 500, the number of posts per page to 10, calculates the query limit, and checks if a search query is present.

18. Password Storing.

If you need to store passwords, do NOT encrypt them. Encryption can always be unencrypted, meaning it is not secure. Hash your passwords. For PHP, use the built-in password_hash function to hash, and password_verify function to verify the hashed password.

A padlock icon above a password field with asterisks, symbolizing password protection.

19. Web Hosting.

As speed and security become ever more important for websites, this makes who you choose as your webhost a key part of your process. Many web hosts don’t provide you with easy ways to update to the latest versions or may not even support the latest and most secure versions. Ensuring your webhost is responsive and up-to-date with updates is just as important as how they may directly affect your website, such as with speed. A good web host can make all the difference in your website experience and is a worthwhile investment.

20. Version Control.

Use Git to keep track of changes to your project and “push” after every key feature is implemented. Should anything go wrong, you have a full history of your project and can restore each checkpoint if necessary.

A screenshot of a software dashboard showing a list of daily checkpoints with their respective dates, times, descriptions, ZIP files, and IDs. Options to restore, prepare ZIP, and create backup are visible at the top.

21. Staging Environment.

Use a staging environment or local host when making edits to prevent errors/issues being created or a live site going down momentarily.

Graphic of a laptop displaying an error message with a red cross symbol and a "Try again" button on the screen. Background is light blue.

22. Clear Cache.

It is important to always clear the WordPress® cache after any updates have been made to content or development. Anytime the client accesses their site, they should see the most updated version.

A screenshot of a WordPress admin page showing cache settings. A red arrow points to a section labeled "Dynamic Page & Database Cache Control" with buttons for "Purge All Caches" and "Reset File Permissions.

23. Compress Images.

Before uploading an image to a site, make sure to compress it. This will not only save server space, but it will also help to improve loading speeds.

Screenshot showing the details of two PNG files named "testing-on-mobile." The smaller file is 48 KB and the larger file is 1,130 KB, both created on December 15, 2020.

24. Themes.

If using a theme for your website, make sure it is one that is well written and light. They can quickly get overwhelming if not managed properly.

Screenshot of a website page featuring the PaperStreet theme, version 1.5.202. The main area displays the PaperStreet logo and the side panel shows the theme's name, version, author, and description.

25. Simple is Better.

Don’t get too complicated with a solution to a problem or an idea, otherwise, it makes it that much more difficult to troubleshoot or add to it in the future.

Blue speech bubble with white text that reads, "KEEP IT SIMPLE.

26. Expectations.

Have clear and attainable expectations whenever building a site. Doing so can help prevent mix-ups or inconsistencies.

Illustration of five people collaborating around interconnected, colorful puzzle pieces with leaves in the background. One person has a megaphone, others are working on laptops or shaking hands.

CHAPTER 3 – PPC

Web Development Services by PaperStreet

Our development team is here to help keep your site running. Contact us to learn how we can help you.

Our Articles

Our 7 Guarantees

Keeping 2,000+ Clients Happy Since 2001.

1
You Will Love Your Design We design to please you and your clients
2
Same-Day Support 24-hour turnaround edits during business hours
3
Free Education We provide knowledge to help you expand
4
No Hidden Charges We quote flat-rate projects
5
Own Your Site No strings attached
6
We Create Results SEO, PPC, content + design = clients
7
We Make Life Easier One agency for web, branding and marketing