# ProCalcPro Aggregates Calculator Create this folder and file in Hostinger: ```text public_html/ └── aggregates/ └── index.html ``` This page uses your existing stylesheet: ```text public_html/css/style.css ``` --- ## File: `public_html/aggregates/index.html` ```html Aggregates Calculator UK | MOT Type 1, Sand, Gravel | ProCalcPro

Aggregates calculator

Calculate how much aggregate you need.

Estimate tonnes of MOT Type 1, sand, gravel, sub-base and other aggregates using length, width and depth.

Best for

  • Driveway sub-bases
  • Patio bases
  • Hardcore fill
  • Sand and gravel jobs

Aggregates Calculator

Enter your measurements below. Use metres for length and width, and millimetres for depth.

Different materials use different approximate density rates.

Your Result

Enter values above

The estimate will appear here.

Need materials for the job?

Use this estimate to compare prices from local aggregate suppliers.

Ask About Supplier Listings

Aggregates Calculator FAQs

Quick answers for common aggregate estimating questions.

How do I calculate aggregate in tonnes?

Multiply length × width × depth to get cubic metres, then multiply by the material density. This calculator does that for you automatically.

Should I add wastage?

For most site jobs, adding around 10% allowance is sensible because ground levels, compaction and spreading can vary.

Is this exact?

No calculator can be perfect because aggregate density, moisture and compaction vary. Use this as a practical estimate before ordering.

``` --- ## Upload Steps 1. Open Hostinger File Manager. 2. Go to `public_html`. 3. Create a folder called `aggregates`. 4. Inside `aggregates`, create a file called `index.html`. 5. Paste the code above into that file. 6. Save. 7. Visit: ```text https://www.procalcpro.com/aggregates/ ``` --- ## Important The homepage card already links to: ```text /aggregates/ ``` So once this page is uploaded, the homepage button should work automatically.