Century Forest and Farm Recognition

The Century Forest and Century Farm Programs recognize and honor the families in the Commonwealth who have maintained their ownership and management of their working lands for 100 years or more. Upon acceptance of the property as a Century Forest or Century Farm, the owner shall receive a certificate signed by the Governor and a sign to display on the property.

 

 

 

Century Forest Program

Established in 2016, the Virginia Century Forest Program recognizes those individuals and families who have made a long-term commitment to enhancing the environment and protecting the quality of life for their fellow Virginians through forestry. The Century Forest designation is intended to be an honorary recognition for landowners of qualifying properties that have at least 20 contiguous acres of managed forest.

The application process provides landowners with an opportunity to demonstrate how their family property meets the program criteria and attest that the information provided is true and accurate to the best of their knowledge. Join the 70+ landowners already recognized as Century Forest landowners.

The name of the property and its owners is maintained on the publicly viewable list of Virginia’s Century Forests.

Virginia’s Century Forests

To Apply

Submit Form 10.3 Century Forest Application and supporting documentation to the Office of Working Lands Preservation as designated on the application form.

If your family and property may be eligible, contact us to apply.

Century Farm Program

As established in the Code of Virginia, the Virginia Century Farm Program recognizes and honors those farms that have been in operation for at least 100 consecutive years and the generations of Virginia farm families whose diligent and dedicated efforts have maintained these farms, provided nourishment to their fellow citizens and contributed so greatly to the economy of the Commonwealth. Join the 1,500+ landowners already recognized as Century Farm landowners.

The name of the farm and its owners is maintained on the publicly viewable list of Virginia’s Century Farms.

Virginia’s Century Farms

To Apply

The Virginia Century Farm Program is administered by the Virginia Department of Agriculture and Consumer Services (VDACS). For more information about Virginia’s Century Farms, eligibility and how to apply, visit VDACS.


ImageTitleIDDescriptionContent TypeViewhf:tax:document-categoryhf:tax:Media
Century Forest Application
Century Forest Application10.03

Application to apply for the recognition in the Century Forest Program.

FormViewforestform
Virginia Century Forest Program - Celebrating and Recognizing Family Dedication to Forestry and Conservation
Virginia Century Forest Program – Celebrating and Recognizing Family Dedication to Forestry and ConservationFT0029

Forestry topic information sheet provides information about the Virginia Century Forest Program, which recognizes those individuals and families who have made a long-term commitment to enhancing the environment and protecting the quality of life for their fellow Virginians through forestry. The Program honors families whose property has been in the same family for 100 years or more and includes at least 20 contiguous acres of managed forest.

PublicationViewforestpublication

Contact Us

For more information or questions, e-mail us or use our contact form.



`; frag.appendChild(card); }); if (!append) els.list.innerHTML = ''; els.list.appendChild(frag); } function updateCounter(total, shown) { if (els.count) els.count.textContent = `Showing ${shown} of ${total} Century Forest properties`; } function updatePager(total, shown) { if (!els.loadMore) return; const more = shown < total; els.loadMore.hidden = !more; if (more) els.loadMore.textContent = `Load ${Math.min(PAGE_SIZE, total - shown)} more`; } function renderAll({ append = false } = {}) { const filtered = applyFilters(rows); const end = state.page * PAGE_SIZE; const visible = filtered.slice(0, end); renderCards(append ? filtered.slice((state.page - 1) * PAGE_SIZE, end) : visible, { append }); updateCounter(filtered.length, visible.length); updatePager(filtered.length, visible.length); } // events if (els.search) { els.search.addEventListener('input', (e) => { state.q = e.target.value || ''; state.page = 1; renderAll(); }); } if (els.county) { els.county.addEventListener('change', (e) => { state.county = e.target.value || ''; state.page = 1; renderAll(); }); } if (els.loadMore) { els.loadMore.addEventListener('click', () => { state.page += 1; renderAll({ append: true }); }); } // initial draw renderAll(); });