Director of Sustainability and Product Stewardship, Shaw Industries Inc., BizNGO
Troy Virgo, Director of Sustainability and Product Stewardship, Shaw Industries Inc.

Director of Sustainability and Product Stewardship, Shaw Industries Inc.

Troy Virgo is Director of Sustainability for global flooring manufacturer and supplier Shaw Industries Inc., headquartered in Dalton, Georgia, USA. Troy helps drive sustainability efforts across Shaw, with an emphasis on materials chemistry and the creation of safe and healthy products.  Troy also leads Shaw’s external engagements and partnerships on key sustainability topics in the residential retail, single family, and multifamily business channels.

Troy is a voting member of several flooring related certification standards bodies and serves on several flooring trade association committees.  He is also a member of The International WELL Building Institute (IWBI) Materials Concept Advisory.

Troy has a B.Sc. in Environmental Science from Auburn University. Before college, Troy served as a Marine Engineer in the British Army.

Share:

function externalLinks() { var current = location.hostname.replace(/^www\./, ""); // One reusable accessibility description for all external links var noticeId = "external-link-new-tab"; if (!document.getElementById(noticeId)) { var notice = document.createElement("span"); notice.id = noticeId; notice.className = "visually-hidden"; notice.textContent = "Opens in a new tab."; document.body.appendChild(notice); } document.querySelectorAll("a[href]").forEach(function (link) { var href = link.getAttribute("href"); if ( !href || href.indexOf("#") === 0 || /^(mailto:|tel:|javascript:)/i.test(href) || link.hasAttribute("download") ) {return;} var url; try { url = new URL(href, location.href); } catch (e) {return;} if (!/^https?:$/.test(url.protocol)) {return;} var destination = url.hostname.replace(/^www\./, ""); if (destination === current) {return;} // Allows an intentional same-window exception if ever needed. if ( link.getAttribute("target") === "_self" || link.hasAttribute("data-same-window") ) {return;} link.setAttribute("target", "_blank"); // Preserve any existing rel values. var rel = (link.getAttribute("rel") || "") .split(/\s+/) .filter(Boolean); if (!rel.includes("noopener")) {rel.push("noopener");} link.setAttribute("rel", rel.join(" ")); // Preserve any existing aria-describedby value. var describedBy = (link.getAttribute("aria-describedby") || "") .split(/\s+/) .filter(Boolean); if (!describedBy.includes(noticeId)) {describedBy.push(noticeId);} link.setAttribute("aria-describedby", describedBy.join(" ")); }); }