Generation NEXT and Virginia Farm Link

Family farms and forestland are most at risk of subdivision, fragmentation, and possibly passing out of working land use or even family hands, at the time of intergenerational transfer. Respondents to a 2018 Benefits and Barriers Analysis in Southside (Virginia) overwhelmingly expressed a desire to keep their family lands intact, in farm and forest, and in family ownership; yet 79% of them had not developed a succession plan. The full report is available in additional resources below.

Generation NEXT

Generation Next Program logoVirginia’s Generation NEXT program – a collaboration between Virginia Cooperative Extension and the Virginia Department of Forestry (DOF) – is an outreach program specifically designed to help family farm and forestland owners make informed and intentional decisions regarding passing their land forward to the next generation. Generation NEXT workshops provide landowners with necessary tools and resources as they begin planning for intergenerational land transfers.

The comprehensive publication Legacy Planning: A Guide for Virginia Landowners was published in 2020 as an invaluable supplementary resource to the workshops provided by the Generation NEXT program. The guide provides a step-by-step overview for planning land transfers and features landowner stories as case studies and is available in the additional resources below.

Virginia Farm Link

Virginia Farm Link logo imageThe Virginia Farm Link Program was established in the Code of Virginia to facilitate the transfer of farm businesses and properties from retiring farmers to active and new farmers, and to provide (i) assistance in the preparation of business plans for the transition of business interests; (ii) assistance in the facilitation of transfers of existing properties and agricultural operations to interested buyers; (iii) information on innovative farming methods and techniques; (iv) research assistance on agricultural business, finance, marketing, and other matters; and (v) assistance in locating conservation programs aimed at improving water quality.

The Office of Working Lands Preservation (OWL) is exploring new strategies to better achieve the program’s objectives. In addition to the resources and services provided by the Generation NEXT team, more information regarding farm transition and succession can be found at Virginia Farm Link. The Virginia Department of Agriculture and Consumer Services also provides information and resources for new and beginning farmers.


Logo VCE

Additional Resources

ImageTitleIDDescriptionContent TypeViewhf:tax:document-categoryhf:tax:Media
Forestland Conservation Review 2013-04
Forestland Conservation Review 2013-04P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2013-12
Forestland Conservation Review 2013-12P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2014-10
Forestland Conservation Review 2014-10P00210

Report provides an update on current forest conservation topics in the Commonwealth, such as Forest Legacy Program, DOF conservation easements, Virginia Grown program and more.

PublicationViewforestpublication
Forestland Conservation Review 2021-11
Forestland Conservation Review 2021-11P00210

Report provides an update on current forest conservation topics in the Commonwealth, DOF conservation easements,  Generation Next planning, and more.

PublicationViewforestpublication
Legacy Planning Stories
Legacy Planning Stories

Stories about how landowners “like me” are ensuring the future of their land.

PublicationViewforestpublication
Legacy Planning… A Guide for Virginia Landowners
Legacy Planning… A Guide for Virginia LandownersCNRE-121

A comprehensive guide to successful legacy planning for your forestland.

PublicationViewforestpublication
Woodland Owner Legacy Planning Benefits and Barriers
Woodland Owner Legacy Planning Benefits and Barriers

Summary report of research about the benefits and barriers for landowners in keeping their forestland in tact.

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(); });