Overall Summary

Introduction

This report encapsulates the key aspects of your website’s performance and SEO strategy, focusing on improvements that could significantly impact performance and conversions. The insights are derived from various analyses, including PageSpeed, technical SEO audits, keyword rankings, and technology stack evaluations. By addressing these key findings, you can enhance user experience, improve search engine visibility, and ultimately drive higher conversion rates.

Key Findings

1. Optimise Image Formats:

    • Serve images in next-gen formats like WebP to reduce load times, potentially saving 81 KiB.

2. Improve JavaScript Execution:

    • Optimise JavaScript to reduce Total Blocking Time (TBT) and improve Time to Interactive (TTI), currently at 70 ms and 2.3 seconds, respectively.

3. Eliminate Unused Resources:

    • Remove unused JavaScript and CSS to save significant data (261 KiB for JavaScript and 13 KiB for CSS).

4. Enhance Caching Strategies:

    • Serve static assets with an efficient cache policy to improve page load times, especially for repeat visitors.

5. Fix Technical SEO Issues:

    • Address missing meta tags, broken links, and inconsistent URL structures to improve search engine indexing and user experience.

6. Leverage High-Value Keywords:

    • Focus on optimising content for high-volume, low-competition keywords to increase traffic and maintain top rankings.

7. Strengthen Backlink Profile:

    • Enhance backlinks to boost authority and improve rankings for mid-range keywords.

8. Update and Secure Technology Stack:

    • Regularly update PHP and review the necessity of JavaScript libraries like jQuery Migrate to enhance security and performance.

9. Implement Structured Data:

    • Use structured data to enable rich snippets, improving search visibility and user engagement.

10. Regular Performance Testing:

  • Conduct regular site audits and performance tests to identify and rectify any emerging issues promptly.

By focusing on these key areas, you can significantly boost the performance, search visibility, and user experience of your website, leading to enhanced conversions and business growth.

Get full report

Overall Performance Review

Desktop Speed Performance Results
A
B
C
Mobile Speed Performance Results
A
B
C
Domain Rating Results
A
B
C
A
Industry Standard
B
Arbtech Consulting Ltd. Performance
C
Growthlabs Clients

SEO Overview Statistics

Total Ranked Keywords
4188
Keywords in #1 Position
68
Keywords in #2-3 Position
156
Keywords in #4 - #10 Position
411
Estimated Traffic Value
$44762.28
Highest Search Volume
9900
Top Ranked Keyword
buying land england
Total Search Volume
0

Overall Website Statistics

Valid SSL Certificate
Canonicalization Test Passed
WWW Redirect Test Passed
4XX Errors
0
External Links
89
Internal Links
6508
Broken Links
0
Duplicate Titles
0
Duplicate Descriptions
0
Duplicate Content Instances
25
Pages Without Descriptions
29
Title Too Long
8
Title Too Short
26
Redirect Loops
0
5XX Errors
0
Broken Resources
0
SEO-Friendly URL Checks Passed
83
SEO-Friendly URL Keywords Check
83
Images With Missing Alt Attributes
85
Images Missing Image Titles
85
Summary

This report analyses the current performance of your website based on various PageSpeed Insights metrics. The primary focus is on areas such as image optimisation, JavaScript and CSS usage, and interactivity timings. Key recommendations include adopting modern image formats, optimising JavaScript and CSS, and improving caching strategies to enhance overall website performance and user experience.

Serve Images in Next-Gen Formats

Images can be optimised by using next-gen formats like WebP and AVIF. These formats offer better compression than traditional formats like JPEG and PNG, which can significantly reduce image sizes, leading to faster downloads and reduced data consumption. Implementing these formats could potentially save 81 KiB.

Total Blocking Time

The Total Blocking Time (TBT) is currently at 70 ms. To improve this, consider optimising JavaScript execution to reduce the time spent on long tasks. This can be achieved by breaking up long tasks, deferring non-critical scripts, and removing unused JavaScript.

Eliminate Render-Blocking Resources

Although there are no potential savings indicated for render-blocking resources, it remains crucial to ensure that critical CSS and JavaScript are delivered inline to avoid delaying the page’s first paint. Non-critical resources should be deferred or loaded asynchronously.

Largest Contentful Paint

The Largest Contentful Paint (LCP) is measured at 1.1 seconds. This is a good score, but it can be improved by optimising server response times, removing render-blocking resources, and ensuring that images are properly sized and in next-gen formats.

Avoid Serving Legacy JavaScript

To modernise your JavaScript delivery, avoid serving unnecessary polyfills and transforms to modern browsers. Implement a module/nomodule strategy to ensure only essential scripts are sent to modern browsers, potentially saving 20 KiB.

Time to Interactive

The Time to Interactive (TTI) is currently 2.3 seconds. Improving this metric involves reducing the amount of JavaScript that needs to be executed before the page becomes interactive. Techniques include code splitting and deferred loading of non-essential scripts.

Reduce Unused JavaScript

Significant savings of up to 261 KiB can be achieved by reducing unused JavaScript. Analyse your scripts to determine which are not essential at page load and defer their loading until necessary.

Reduce Unused CSS

Unused CSS rules contribute to unnecessary data transfer. By removing unused CSS, you can potentially save 13 KiB. Consider tools that help identify and eliminate redundant CSS rules.

Properly Size Images

Ensure images are correctly sized to suit different devices and resolutions. Serving responsive images could save 5 KiB and improve loading times, especially on mobile networks.

Uses Deprecated APIs

The presence of deprecated API warnings suggests that some features used by your site might be removed in future browser updates. Review and update these APIs to maintain compatibility and functionality.

Max Potential First Input Delay

The Max Potential First Input Delay (FID) is 160 ms. To minimise this delay, focus on reducing long tasks and optimising JavaScript execution, which will help make the page more responsive to user interactions.

Serve Static Assets with an Efficient Cache Policy

Currently, 22 resources lack an efficient cache policy. Implementing a long cache lifetime for static assets can improve loading times on repeat visits by reducing the need to fetch resources from the server again.

Get full report

Current Website Issues

Image formats like WebP and AVIF often provide better compression than PNG or JPEG, which means faster downloads and less data consumption. [Learn more about modern image formats](https://developer.chrome.com/docs/lighthouse/performance/uses-webp-images/).
Sum of all time periods between FCP and Time to Interactive, when task length exceeded 50ms, expressed in milliseconds. [Learn more about the Total Blocking Time metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-total-blocking-time/).
Resources are blocking the first paint of your page. Consider delivering critical JS/CSS inline and deferring all non-critical JS/styles. [Learn how to eliminate render-blocking resources](https://developer.chrome.com/docs/lighthouse/performance/render-blocking-resources/).
Largest Contentful Paint marks the time at which the largest text or image is painted. [Learn more about the Largest Contentful Paint metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-largest-contentful-paint/)
Polyfills and transforms enable legacy browsers to use new JavaScript features. However, many aren't necessary for modern browsers. For your bundled JavaScript, adopt a modern script deployment strategy using module/nomodule feature detection to reduce the amount of code shipped to modern browsers, while retaining support for legacy browsers. [Learn how to use modern JavaScript](https://web.dev/articles/publish-modern-javascript)
Time to Interactive is the amount of time it takes for the page to become fully interactive. [Learn more about the Time to Interactive metric](https://developer.chrome.com/docs/lighthouse/performance/interactive/).
Reduce unused JavaScript and defer loading scripts until they are required to decrease bytes consumed by network activity. [Learn how to reduce unused JavaScript](https://developer.chrome.com/docs/lighthouse/performance/unused-javascript/).
Reduce unused rules from stylesheets and defer CSS not used for above-the-fold content to decrease bytes consumed by network activity. [Learn how to reduce unused CSS](https://developer.chrome.com/docs/lighthouse/performance/unused-css-rules/).
Serve images that are appropriately-sized to save cellular data and improve load time. [Learn how to size images](https://developer.chrome.com/docs/lighthouse/performance/uses-responsive-images/).
Deprecated APIs will eventually be removed from the browser. [Learn more about deprecated APIs](https://developer.chrome.com/docs/lighthouse/best-practices/deprecations/).
The maximum potential First Input Delay that your users could experience is the duration of the longest task. [Learn more about the Maximum Potential First Input Delay metric](https://developer.chrome.com/docs/lighthouse/performance/lighthouse-max-potential-fid/).
A long cache lifetime can speed up repeat visits to your page. [Learn more about efficient cache policies](https://developer.chrome.com/docs/lighthouse/performance/uses-long-cache-ttl/).

Techical SEO Report

Technical SEO Report
Overall Feedback Summary

The technical SEO audit of your website reveals several critical areas that require attention to improve overall search engine performance. The issues identified range from missing meta tags to broken links, which can adversely affect your site’s visibility and user experience. Addressing these issues will enhance your website’s indexing efficiency, accessibility, and user engagement.

Issues and Recommendations
1. Missing Meta Tags

Impact:
Missing meta tags, such as <title&gt and <meta description&gt, can lead to poor search engine ranking as these elements are crucial for understanding page content.

Fix:
Ensure every page has a unique <title&gt and <meta description&gt. Titles should be concise, ideally under 60 characters, while descriptions should be compelling and under 155 characters.

2. Duplicate Content

Impact:
Duplicate content can confuse search engines and dilute your site’s authority, potentially leading to lower rankings.

Fix:
Implement canonical tags using <link rel=”canonical”&gt to indicate the preferred version of a page. Review site architecture to consolidate similar pages.

3. Broken Links

Impact:
Broken links can harm user experience and reduce crawler efficiency, negatively impacting SEO performance.

Fix:
Regularly audit your website for broken links using automated tools. Replace or remove dead links and update any outdated resources.

4. Slow Page Load Speed

Impact:
Slow loading speeds can lead to higher bounce rates and lower search rankings, especially on mobile devices.

Fix:
Optimise images by compressing them without losing quality. Minify CSS, JavaScript, and HTML files. Consider implementing a Content Delivery Network (CDN) to improve load times globally.

5. Missing Alt Text for Images

Impact:
Images without alt text can lead to accessibility issues and missed SEO opportunities, as search engines rely on alt text to understand image content.

Fix:
Add descriptive alt text to all images using the <img alt=””&gt attribute, ensuring that the descriptions are relevant to the image content and include target keywords where appropriate.

6. Incomplete Structured Data

Impact:
Lack of structured data can prevent search engines from effectively understanding and displaying your content in rich snippets.

Fix:
Implement structured data using JSON-LD or microdata formats. Focus on the most relevant schema types for your content, such as Article, Product, or Local Business.

7. Inconsistent URL Structures

Impact:
Inconsistent URL structures can confuse search engines and users, leading to indexing issues and a poor user experience.

Fix:
Standardise your URL format across the site, ensuring consistency in naming conventions, hyphen usage, and case sensitivity. Redirect old URLs to the new format using 301 redirects.

Conclusion

Addressing the above issues will significantly enhance your website’s technical SEO health, leading to improved search engine visibility and user experience. Regular audits and updates are recommended to maintain optimal performance and adapt to evolving SEO practices.

Get full report

Tech Stack Report

Summary

The website is built on a WordPress CMS, utilising Cloudflare as a CDN, and WP Rocket for caching. It employs MySQL for database management and uses PHP as its programming language. JavaScript libraries include jQuery and jQuery Migrate, with Google Tag Manager for analytics. The SEO is managed using Yoast SEO. Overall, the technology stack is robust, but there are areas where improvements could enhance performance and security.

Technology Stack Analysis
Servers
    • Content Delivery Network (CDN): The website uses Cloudflare, which is an excellent choice for improving load times and providing DDoS protection.
    • Caching: WP Rocket is used for caching, which can effectively improve website speed by reducing load times.
    • Databases: The website utilises MySQL, a reliable and widely-used database management system.
Analytics
    • Tag Managers: Google Tag Manager is being used, providing a flexible way to manage JavaScript and HTML tags for tracking and analytics.
Web Development
    • JavaScript Libraries:
    • jQuery: A widely-used library that simplifies HTML document traversing, event handling, and AJAX interactions.
    • jQuery Migrate: This is used to help with compatibility between older and newer versions of jQuery, though it may be beneficial to review if it is necessary to keep this in use.
    • Programming Languages: PHP is utilised as the server-side scripting language, which is standard for WordPress websites.
Add-ons
    • WordPress Plugins:
    • WP Rocket: This plugin aids in speeding up the website through caching.
    • Yoast SEO: A popular plugin used to optimise the website for search engines.
Content
    • CMS: WordPress is employed, providing a flexible and user-friendly platform for content management.
    • Blogs: WordPress is also used for blogging, which integrates seamlessly with the CMS.
Marketing
  • SEO: Managed by Yoast SEO, which helps in optimising content for improved search engine ranking.
Recommendations for Improvement

1. JavaScript Library Updates: Consider reviewing the necessity of jQuery Migrate. If the primary jQuery library is up to date, and no compatibility issues exist, it may be possible to remove jQuery Migrate to streamline the JavaScript stack.

2. Database Optimisation: Regularly optimise the MySQL database to maintain performance. Consider using database optimisation plugins or scripts to automate this process.

3. Security Enhancements: While Cloudflare provides some level of security, additional measures such as implementing a security plugin for WordPress and ensuring regular updates to all components can further protect against vulnerabilities.

4. PHP Version: Ensure that the server is running the latest stable version of PHP to benefit from performance improvements and security patches.

5. Performance Testing: Regularly conduct performance testing to identify any bottlenecks or slow-loading pages. Use tools to analyse and improve site speed further.

By making these adjustments, the website can maintain optimal performance, security, and user experience.

Get full report

SEO Report

Summary

This report provides an analysis of the SEO strengths and weaknesses based on the provided data. The focus areas include keyword rankings, search volumes, competition, backlinks, and strategic opportunities. Arbtech is currently performing well in SEO, securing the top positions for a range of relevant keywords. However, there are areas that need attention to maintain and improve search visibility and traffic potential.

SEO Strengths
Rankings
    • Top Performance: Arbtech is ranked in position 1 for 68 important keywords, including high-volume terms like “buying land england” with a search volume of 9,900.
    • Strong Presence: The site holds 411 keywords within positions 4-10, reflecting a strong presence on the first page for numerous search terms.
High-Value Keywords
    • High Traffic Potential: Keywords such as “buying land england” and “topographic surveyors” show significant search volumes and contribute to a substantial Estimated Traffic Value (ETV) of 44,762.
Competition
    • Low Competition Advantage: Many top-ranked keywords have low competition, indicating opportunities for maintaining dominance in these areas.
SEO Weaknesses
Keyword Distribution
    • Position 2-3 Keywords: There are 156 keywords in positions 2-3, indicating potential for improvement to capture more traffic by moving these to the top spot.
    • Mid to Low Ranking Keywords: A large number of keywords (1,352) are in positions 21-50, and 1,761 are beyond position 50, suggesting a need for optimisation to improve their rankings.
Competition Analysis
    • Average Competition: The average competition is relatively low, which is beneficial. However, continued monitoring is necessary to anticipate and counteract any increases in competition for key terms.
Backlink Strategy
    • Strengthen Backlink Profile: Enhancing the backlink profile can bolster authority and potentially improve rankings for mid-range keywords.
Strategic Opportunities
Content Optimisation
    • Focus on High-Volume Keywords: Further optimising content for high-volume keywords such as “buying land england” could increase visibility and traffic.
    • Leverage Low-Competition Keywords: Capitalising on keywords with low competition can yield high returns with targeted content strategies.
Keyword Expansion
  • Long-Tail Keywords: There is an opportunity to explore long-tail variations of existing keywords to capture niche search traffic and improve overall search engine visibility.
Conclusion

Arbtech’s current SEO strategy is robust, with strong rankings for several key phrases. However, to continue growing and maintaining a competitive edge, there is a need to focus on improving rankings for position 2-3 keywords and enhancing the backlink strategy. By addressing these areas, Arbtech can further increase its search traffic and online visibility.

Get full report

Want to know what your competitors are doing?

How do you compare to your competitors?
Get detailed market knowledge with a Competitor Insight review. See where you stand and the opportunities where you can out-perform. Identify the strengths and weaknesses of your competitor websites and take away a plan for gaining valuable search traffic.

We can only provide a limited number of Competitor Insight reviews so click below to request access to this invaluable analysis.

A Growthlabs Competitor Insight review includes:
Detailed analysis of your top 5 competitors
Review discussion with member of the Growthlabs team
Recommendations and an action plan
Only 20 Deep Dive reviews available.
Request Competitor Insight
How do you compare to competitors?
Get Competitor Insight
Curious how you stack up against your competitors?
Get a Competitor Insight review from Growthlabs to see where you stand, uncover key opportunities, and walk away with a clear plan to gain valuable search traffic. Limited to just 20 reviews—complete the form below to request yours.