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.
Overall Performance Review
Desktop Speed Performance Results
Mobile Speed Performance Results
Domain Rating Results
Additional Metrics
SEO Overview Statistics
Overall Website Statistics
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.
Current Website Issues
Serve images in next-gen formats
Total Blocking Time
Eliminate render-blocking resources
Largest Contentful Paint
Avoid serving legacy JavaScript to modern browsers
Time to Interactive
Reduce unused JavaScript
Reduce unused CSS
Properly size images
Uses deprecated APIs
Max Potential First Input Delay
Serve static assets with an efficient cache policy
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> and <meta description>, can lead to poor search engine ranking as these elements are crucial for understanding page content.
Fix:
Ensure every page has a unique <title> and <meta description>. 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”> 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=””> 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.
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.
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.
Want to know what your competitors are doing?
How do you compare to your competitors?
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: