<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>NTEN</title>
	<atom:link href="https://www.nten.org/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.nten.org/</link>
	<description>Connect. Learn. Change.</description>
	<lastBuildDate>Tue, 07 Apr 2026 23:32:17 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://word.nten.org/wp-content/uploads/2021/04/cropped-nten_favicon2-1-32x32.png</url>
	<title>NTEN</title>
	<link>https://www.nten.org/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Innovative phishing simulations to build cyber-resilience</title>
		<link>https://www.nten.org/blog/innovative-phishing-simulations-to-build-cyber-resilience/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 23:11:15 +0000</pubDate>
				<category><![CDATA[Security]]></category>
		<category><![CDATA[cybersecurity]]></category>
		<category><![CDATA[nonprofit tech]]></category>
		<category><![CDATA[security]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=194741</guid>

					<description><![CDATA[<p>As attackers use AI and automation, cybersecurity teams must also innovate their phishing simulations to move beyond 2010s-era scams. </p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/innovative-phishing-simulations-to-build-cyber-resilience/">Innovative phishing simulations to build cyber-resilience</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>A phishing simulation is a controlled, fake cyberattack designed to test employee awareness and resilience against phishing scams. It involves sending realistic, malicious-looking emails or messages to identify security gaps, with common examples including fake credential login pages, simulated ransomware, and targeted spear-phishing. However, in an increasingly adversarial cyber landscape, they are no longer simply about observing who clicks; they are about getting our workforce fully prepared. As attackers use AI and automation, security teams must also innovate in terms of their training methodologies to move beyond the low-hanging fruit of 2010s-era scams. A realistic simulation that runs today must mirror the modern threat landscape, focusing on psychological triggers, technical authenticity, and a culture of proactive reporting.</p>



<h3 class="wp-block-heading"><strong>The gradual decline of the generic phish</strong></h3>



<p>The most significant innovation in phishing simulation is the move toward hyper-personalization. Traditional one-size-fits-all campaigns, such as a generic &#8220;Your package is delayed&#8221; email, often fail to challenge savvy employees and produce misleadingly low click rates. <span style="box-sizing: border-box; margin: 0px; padding: 0px;">According to&nbsp;<a href="https://www.gartner.com/en/newsroom/press-releases/2025-09-22-gartner-survey-reveals-generative-artificial-intelligence-attacks-are-on-the-rise" target="_blank" rel="noopener">Gartner</a>, nearly 29% of cybersecurity leaders reported that their organizations have faced GenAI-driven attacks in the past year, with GenAI used across a broad range of use cases, including phishing, deepfakes, and social engineering.</span> The simulations of today must leverage new-age tactics, such as Business Email Compromise (BEC). These tactics leverage no malicious links at all, but rather a request for a conversation or a change in banking details. <span style="box-sizing: border-box; margin: 0px; padding: 0px;">According to the&nbsp;<a href="https://www.ic3.gov/AnnualReport/Reports/2023_IC3Report.pdf" target="_blank" rel="noopener">FBI IC3 2023 Report</a>, BEC remains one of the most financially devastating forms of cybercrime, with losses exceeding $2.9 billion, underscoring that the human element is the ultimate exploit.</span></p>



<blockquote class="wp-block-quote">
<p>By replicating the exact essence and cadence of corporate communications, employees can be pushed to look for the subtle technical red flags rather than obvious stylistic ones.</p>
</blockquote>



<p>To simulate this effectively, internal security teams should analyze the specific software and communication styles used within their own organization. If an organization uses Slack for 90% of its internal chatter, an email-based &#8220;Internal Memo&#8221; will look suspicious from the start. On the contrary, a simulated direct message on a collaboration platform or a notification from a specific SaaS tool like Jira or Workday is far more likely to test the user&#8217;s actual judgment. By replicating the exact essence and cadence of corporate communications, employees can be pushed to look for the subtle technical red flags rather than obvious stylistic ones.</p>



<h3 class="wp-block-heading" id="h-technical-sophistication-and-mfa-bypass"><strong>Technical sophistication and MFA bypass</strong></h3>



<p>We are gradually going to an era where a simple message such as &#8220;don&#8217;t enter your password&#8221; warning is insufficient. Threat actors are increasingly using Adversary-in-the-Middle (AiTM) techniques to bypass Multi-Factor Authentication (MFA). In such cases, the victim is directed to a certain proxy server that mimics a real login page. After the victim enters their credentials and enables MFA, the attacker captures the session cookie, granting them full access without ever needing the password again. <a href="https://www.microsoft.com/en-us/security/blog/2022/07/12/from-cookie-theft-to-bec-attackers-use-aitm-phishing-sites-as-entry-point-to-further-financial-fraud/">Microsoft’s Security Blog</a> highlights how these session-theft attacks are becoming a standard in the criminal toolkit.</p>



<p>Innovating simulations in organizations means moving toward &#8220;session hijacking&#8221; simulations. Instead of a static page that tells the user they failed, the simulation should demonstrate the danger of &#8220;proxy phishing.&#8221; This involves using tools that can simulate the redirection of a user through a middleman server. When employees see that their MFA code, something they previously thought was an &#8220;invincibility cloak,&#8221; can be intercepted, the educational impact is significantly higher. This shift in training aligns with <a href="https://attack.mitre.org/techniques/T1566/">MITRE ATT&amp;CK Technique T1566</a>, which categorizes the various ways attackers subvert traditional defenses.</p>



<p><strong>Also read: </strong><a href="https://www.nten.org/blog/compliance-requirements-smarter-workflows" target="_blank" rel="noreferrer noopener">Meet rising compliance requirements with smarter workflows</a></p>



<h3 class="wp-block-heading" id="h-the-psychology-of-the-teachable-moment"><strong>The psychology of the &#8216;teachable moment&#8217;</strong></h3>



<p>The goal of a simulation is not to catch people; it is to teach them. The &#8220;teachable moment&#8221; occurs within seconds of a user failing a simulation. If a user clicks and is met with a 30-minute mandatory training video, they will feel punished and likely grow resentful of the security team. Innovation in this space involves Just-in-Time micro-learning. A successful landing page after a click can be visually engaging and immediately highlight the missed cues in the specific email they just interacted with.</p>



<blockquote class="wp-block-quote">
<p>The &#8220;teachable moment&#8221; occurs within seconds of a user failing a simulation.</p>
</blockquote>



<p>Furthermore, the <a href="https://www.nist.gov/news-events/news/2020/09/phish-scale-nist-developed-method-helps-it-staff-see-why-users-click" target="_blank" rel="noreferrer noopener">NIST PhishScale</a> provides a framework for security leaders and teams to understand why certain emails are more effective than others. It analyzes the cue visibility and the human context of a phish. For example, an email sent during a busy period, such as year-end accounting, is naturally more difficult to handle than one sent during a quiet summer week. By using the PhishScale, innovators can ensure they aren&#8217;t just making hard phishes, but relatively fair ones that provide measurable data on employee resilience under different levels of cognitive load.</p>



<h3 class="wp-block-heading" id="h-accessibility-for-all-the-nonprofit-strategy"><strong>Accessibility for all: the nonprofit strategy</strong></h3>



<p>It goes without saying that nonprofits often operate under very tight constraints, such as limited budgets and skeleton IT teams, making them a prime target for threat actors who know that their defenses are not that robust. However, the reality doesn’t have to be that expensive with modern phishing simulation tools and techniques. They can innovate using powerful open-source tools like Gophish, which is an industry-standard toolkit for managing phishing campaigns for free. As outlined in the <a href="https://github.com/gophish/user-guide">Gophish User Guide</a>, the platform allows organizations to clone their own login pages and track results without a recurring subscription fee.&nbsp;</p>



<p>For a low-friction approach, nonprofits can also utilize the starter or free tiers of commercial platforms. For example, certain organizations offer a free phishing simulation starter tool that includes incident insights. Additionally, for the educational component, the <a href="https://www.sans.org/newsletters/ouch">SANS OUCH! Newsletter</a> provides high-quality, free security awareness materials that can be linked directly to the failure pages of a Gophish campaign. This allows a nonprofit to run a professional-grade simulation program with limited or even zero software spend, focusing its limited resources on remediating the vulnerabilities identified during the tests.</p>



<h3 class="wp-block-heading" id="h-from-click-rates-to-a-reporting-culture"><strong>From click-rates to a reporting culture</strong></h3>



<p>The final frontier of innovation in phishing simulation is the metric of success. For too long, the industry has obsessed over the click rate. However, a low click rate might simply mean the simulation was too easy. The more valuable metric is the reporting rate. A high reporting rate indicates that with humans in the loop, they can actively contribute to the company&#8217;s threat intelligence.&nbsp;</p>



<p>A high reporting rate indicates a vigilant human team that actively contributes to the company&#8217;s threat intelligence. When an employee clicks the ‘Report Phishing’ button, they are not just protecting themselves; they are alerting the SOC to a potential campaign.</p>



<blockquote class="wp-block-quote">
<p>When an employee clicks the ‘Report Phishing’ button, they are not just protecting themselves; they are alerting the SOC to a potential campaign.</p>
</blockquote>



<p>Building this culture requires positive reinforcement. According to a <a href="https://www.knowbe4.com/press/knowbe4-report-reveals-security-training-reduces-global-phishing-click-rates-by-86">benchmark report</a>, it is observed that organizations that gamify the reporting process, including regular simulation, training, and reporting mechanisms, see a drastic reduction in their phish-prone percentages. Instead of shaming those who fail, companies that thrive tend to celebrate their top reporters. This shifts the perception of the security team from simply being digital police to partners in defense. Ultimately, a realistic simulation program should strive to turn every employee into a sensor, creating a mesh network of human intelligence that is far more difficult for an attacker to penetrate than any single technical control.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/innovative-phishing-simulations-to-build-cyber-resilience/">Innovative phishing simulations to build cyber-resilience</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Technology adoption in nonprofits: An analysis of NTEN&#8217;s Tech Accelerate data</title>
		<link>https://www.nten.org/blog/tech-accelerate-analysis/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Mon, 05 Jan 2026 19:26:35 +0000</pubDate>
				<category><![CDATA[Leadership]]></category>
		<category><![CDATA[NTEN]]></category>
		<category><![CDATA[Tech Accelerate]]></category>
		<category><![CDATA[tech adoption]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=193490</guid>

					<description><![CDATA[<p>Our analysis examined a dataset of Tech Accelerate assessments from almost 1,300 organizations spanning the past eight years.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/tech-accelerate-analysis/">Technology adoption in nonprofits: An analysis of NTEN&#8217;s Tech Accelerate data</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Nonprofits have always strived to leverage digital tools to advance their missions. The sector is famously scrappy—always finding creative ways to do more with less, even in the face of chronic underfunding and resource constraints. Despite these challenges, nonprofit professionals persistently seek out new technologies to better serve their communities and drive impact. NTEN’s <a href="https://www.nten.org/accelerate">Tech Accelerate</a> is one such tool – a free assessment that helps nonprofits evaluate their technology adoption, practices, and policies across four key areas: engagement, infrastructure, leadership, and organization.</p>



<p><span style="box-sizing: border-box; margin: 0px; padding: 0px;">Last summer,</span> I had the privilege of completing a student capstone paper,&nbsp;Contemporary Practices in Nonprofit Technology Use and Management: An Exploratory Data Analysis, that was a collaborative effort between NTEN and our University of Minnesota team, composed of Nick Bovee-Gazett and me. Our goal was to conduct an exploratory analysis of NTEN’s Tech Accelerate dataset. Our work included quantitative analysis, and a structured literature review to contextualize findings within broader nonprofit sector trends.</p>



<h3 class="wp-block-heading" id="h-what-the-data-confirms-size-age-and-staffing-matter"><strong>What the data confirms: Size, age, and staffing matter</strong></h3>



<p></p>



<p>Our analysis examined a dataset of Tech Accelerate assessments from almost 1,300 organizations spanning the past eight years. We found clear, consistent patterns:</p>



<ul>
<li><strong>Smaller organizations (by staff and budget) report higher technology risk across all categories.</strong> Micro-sized nonprofits with fewer than one full-time employee trigger risk flags on 65% of survey answers, compared to just 34% among organizations with 150+ staff.</li>



<li><strong>Newer organizations face greater digital vulnerability.</strong> Nonprofits founded in the 2010s and 2020s show significantly higher risk levels than those established in earlier decades.</li>



<li><strong>Dedicated technology staff make a difference.</strong> While disparities were evident across multiple dimensions—size, budget, age—the number of technology staff employed by an organization appeared to have the biggest impact. Organizations with no tech staff averaged nearly 60% risk flags, while the rate among organizations with more than ten tech staff dropped to 28%. Investment in people—not just tools—appears to be the most effective lever for digital readiness.</li>
</ul>



<p>These findings may sound familiar, but the granularity of the Tech Accelerate data brings some disparities lurking underneath into sharper focus. Fifteen individual assessment questions show risk flag rate differences of 50 percentage points or more between the smallest and largest organizations. These gaps aren’t just statistical—they’re indicators of structural deficiencies that shape how nonprofit staff perceive and self-report on their digital readiness.</p>



<blockquote class="wp-block-quote">
<p>Investment in people—not just tools—appears to be the most effective lever for digital readiness.</p>
</blockquote>



<h3 class="wp-block-heading" id="h-repeat-engagement-appears-to-drive-improvement"><strong>Repeat engagement appears to drive improvement</strong></h3>



<p></p>



<p>Our most encouraging finding was that organizations conducting multiple Tech Accelerate assessments over time tend to show improving scores. Among 181 organizations with repeat assessments, 61% reduced their overall risk flag rate, with average risk levels falling from 44.2% to 40.8%. The share of organizations in the lowest-risk quartile increased by 50%, suggesting that repeated engagement may support real progress.</p>



<p>This trend raises important questions: Are these improvements actually a reflection of substantive organizational change, and if so, what role does Tech Accelerate play in driving that change? While the data cannot establish causality, it points to the potential of self-assessment as both a diagnostic and developmental tool. Further research is needed to explore whether score improvements correlate with real-world outcomes and how assessment use or cohort participation contributes to that journey.</p>



<h3 class="wp-block-heading" id="h-cohort-participation-a-promising-advantage"><strong>Cohort participation: A promising advantage</strong></h3>



<p></p>



<p>Since 2024, organizations participating in NTEN’s <a href="https://www.nten.org/learn/nonprofit-tech-readiness">Nonprofit Tech Readiness cohorts</a> have reported lower average risk levels than non-group peers. While pre-2024 data showed similar distributions, cohort scores have since diverged in a positive direction. This suggests that structured engagement and support through cohort programs may yield cumulative benefits, though more research is needed to confirm the link between participation and lasting organizational change.</p>



<h3 class="wp-block-heading" id="h-beyond-the-numbers-technology-adoption-is-not-just-technical"><strong>Beyond the numbers: Technology adoption is not just technical</strong></h3>



<p></p>



<p>The evidence gathered in this analysis reinforces a critical lesson: technology adoption in the nonprofit sector cannot be treated as a purely technical exercise. Progress requires:</p>



<ul>
<li>Cultural change</li>



<li>Leadership commitment</li>



<li>Equitable governance</li>



<li>Intentional alignment of digital tools with mission outcomes</li>
</ul>



<p>Emerging technologies, especially AI, bring both transformative potential and new risks. The urgent need for clear policies, robust data hygiene, bias audits, and cross-functional governance structures is more apparent than ever. The sector stands at a critical juncture: opportunities for impact are expanding, but so too are the risks of exclusion, inequity, and strategic drift.</p>



<h3 class="wp-block-heading" id="h-toward-integrated-intentional-strategies"><strong>Toward integrated, intentional strategies</strong></h3>



<p></p>



<p>Meeting modern challenges requires strategies that weave technology into every layer of organizational planning and practice—strategies grounded in equity, informed by data, guided by community voices, and supported by sustained investment in people and systems. The path forward is not about adopting the newest tools for their own sake, but about building the technical, ethical, and organizational capacity to ensure that technology serves as a true enabler of mission and social good.</p>



<blockquote class="wp-block-quote">
<p>Organizations conducting multiple Tech Accelerate assessments over time tend to show improving scores.</p>
</blockquote>



<p>The challenges are real, but so are the opportunities. By embracing integrated approaches, investing in people, and centering equity and mission, nonprofits can harness technology to lead.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/tech-accelerate-analysis/">Technology adoption in nonprofits: An analysis of NTEN&#8217;s Tech Accelerate data</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Keep your website traffic up in an AI-first search world</title>
		<link>https://www.nten.org/blog/website-traffic-up-ai-first-search-world/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Fri, 29 Aug 2025 01:18:46 +0000</pubDate>
				<category><![CDATA[Digital Communications]]></category>
		<category><![CDATA[AI search]]></category>
		<category><![CDATA[generative engine optimization]]></category>
		<category><![CDATA[google AI search]]></category>
		<category><![CDATA[search traffic]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=191913</guid>

					<description><![CDATA[<p>Google's AI Overviews now appear above traditional search results, answering questions without requiring clicks. The good news is that there are concrete steps your team can take to adapt. </p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/website-traffic-up-ai-first-search-world/">Keep your website traffic up in an AI-first search world</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Let’s set the scene: your nonprofit&#8217;s annual report page used to get 5,000 visitors per month from people searching &#8220;climate change statistics.&#8221; Now it has dropped to 1,200. Google&#8217;s AI is answering those questions directly, without sending anyone to your carefully researched content.</p>



<p>These changes to website traffic and search are happening right now to nonprofits everywhere. We&#8217;re seeing this pattern across organizations, from small local charities to major international NGOs.</p>



<p>The good news is that there are concrete steps your team can take to adapt to keep your website traffic up. This guide covers what&#8217;s happening to nonprofit search traffic, how to make your content AI-readable through structured data, the types of search terms that still drive visitors to your site, and how to measure success.</p>



<h3 class="wp-block-heading" id="h-what-exactly-is-happening-to-nonprofit-website-traffic"><strong>What exactly is happening to nonprofit website traffic?</strong></h3>



<p></p>



<p>Google&#8217;s AI Overviews now appear above traditional search results, answering questions without requiring clicks. When someone searches &#8220;how to help homeless veterans,&#8221; Google&#8217;s AI pulls information from your website but displays it directly in search results. The person gets their answer, but you lose a potential volunteer, donor, or advocate.</p>



<p>This creates zero-click conversions where users get answers without visiting your site. AI Overviews could reduce organic traffic by<a href="https://searchengineland.com/how-google-sge-will-impact-your-traffic-and-3-sge-recovery-case-studies-431430"> 18-64%</a> for websites with informational content. That&#8217;s exactly the type of educational content nonprofits create.</p>



<blockquote class="wp-block-quote">
<p>What’s reassuring is that donation conversions seem to be holding steady as traffic being lost comes primarily from informational queries that don&#8217;t typically convert to donations immediately anyway. </p>
</blockquote>



<p>The timing couldn&#8217;t be worse. Many organizations are already stretching limited budgets while depending heavily on organic search for awareness and donor acquisition. Unlike businesses that can quickly pivot marketing spend, nonprofits often lack the resources for rapid digital strategy changes.</p>



<p>What’s reassuring is that donation conversions seem to be holding steady, as traffic being lost comes primarily from informational queries that don&#8217;t typically convert to donations immediately anyway. The real challenge lies in losing that crucial top-of-funnel awareness that eventually leads to engagement.</p>



<p><strong>Also read: </strong><a href="https://www.nten.org/blog/build-equitable-website" target="_blank" rel="noreferrer noopener">Seven ways to build an equitable website</a></p>



<h3 class="wp-block-heading" id="h-how-do-you-make-your-nonprofit-s-content-ai-readable"><strong>How do you make your nonprofit&#8217;s content AI-readable?</strong></h3>



<p></p>



<p>Think of structured data as creating a &#8220;nutrition label&#8221; for your content that AI can easily read. </p>



<p>This structured data, also called &#8220;schema markup”, is a short snippet of code that labels key information on your web pages, like your mission, donation options, or upcoming events. It helps search engines and AI tools interpret and surface your content more accurately, and can be added manually, through a CMS plugin, or with tools like Google’s Markup Helper.</p>



<p>This is code you add behind the scenes that doesn&#8217;t change how your site looks to visitors, but dramatically improves how AI understands your content.</p>



<blockquote class="wp-block-quote">
<p>Think of structured data as creating a &#8220;nutrition label&#8221; for your content that AI can easily read.&nbsp;</p>
</blockquote>



<p>This approach includes Generative Engine Optimization (GEO), and it&#8217;s different from traditional SEO. Instead of optimizing for human searchers clicking through to your site, you&#8217;re optimizing for AI systems that need to understand and reference your content in their responses.</p>



<p>Google&#8217;s algorithms now prioritize content with clear, structured information. When AI systems can quickly identify your organization&#8217;s mission, contact information, and donation opportunities, they&#8217;re more likely to reference your content in responses.</p>



<h4 class="wp-block-heading" id="h-essential-schema-types-for-nonprofits"><strong>Essential schema types for nonprofits</strong></h4>



<p></p>



<p>Organization schema helps search engines display your contact information, mission, and credibility indicators. This markup tells AI systems exactly what your organization does and how people can support your work.</p>



<p><a href="https://schema.org/DonateAction" target="_blank" rel="noreferrer noopener">DonateAction schema</a> makes your fundraising pages more visible to AI systems:</p>



<ul>
<li>Add to donation landing pages and fundraising campaign pages</li>



<li>Include donation amount options and currency</li>



<li>Specify recipient organization details</li>



<li>Link to your secure donation processing page</li>
</ul>



<p><a href="https://schema.org/Event" target="_blank" rel="noreferrer noopener">Event schema</a> helps your fundraising events and program activities appear in AI-generated event listings:</p>



<ul>
<li>Mark up fundraising galas, volunteer training sessions, and awareness events</li>



<li>Include date, time, location, and registration details</li>



<li>Add performer or speaker information when relevant</li>



<li>Specify ticket prices and availability</li>
</ul>



<p><a href="https://schema.org/FAQPage" target="_blank" rel="noreferrer noopener">FAQPage schema</a> structures your common questions about your cause:</p>



<ul>
<li>Use for &#8220;How can I help?&#8221; sections on your website</li>



<li>Include donation process explanations</li>



<li>Cover volunteer opportunity questions</li>



<li>Address common misconceptions about your cause</li>
</ul>



<h4 class="wp-block-heading" id="h-implementation-approaches"><strong>Implementation approaches</strong></h4>



<p></p>



<p>Google&#8217;s <a href="https://www.google.com/webmasters/markup-helper/u/0/" target="_blank" rel="noreferrer noopener">Structured Data Markup Helper</a> provides a free, user-friendly way to add this markup to your pages. The tool walks you through tagging different elements on your pages without requiring extensive coding knowledge.</p>



<p>WordPress users can leverage several nonprofit-focused plugins that automatically generate appropriate schema markup. These plugins handle the technical implementation while you focus on content creation.</p>



<blockquote class="wp-block-quote">
<p>Organization schema helps search engines display your contact information, mission, and credibility indicators. This markup tells AI systems exactly what your organization does and how people can support your work.</p>
</blockquote>



<p>For complex websites or organizations with extensive technical needs, bringing in developer support makes sense. A developer can implement complex schema markup across your entire site so it integrates properly with your existing systems.</p>



<h4 class="wp-block-heading" id="h-testing-your-structured-data"><strong>Testing your structured data</strong></h4>



<p></p>



<p>Google&#8217;s<a href="https://search.google.com/test/rich-results" target="_blank" rel="noreferrer noopener"> Rich Results Test</a> tool shows you exactly how your markup appears to search engines. Paste your URL into the tool and it reveals which schema elements Google can detect and any errors that need fixing.</p>



<p>Common mistakes include marking up content that doesn&#8217;t actually exist on your page or using incorrect schema types. The testing tool catches these issues before they affect your search visibility.</p>



<h3 class="wp-block-heading" id="h-which-search-terms-should-nonprofits-focus-on-now"><strong>Which search terms should nonprofits focus on now?</strong></h3>



<p></p>



<p>AI Overviews appear most often for broad, informational queries. Specific, actionable queries still drive clicks to your website. Understanding this shift helps you create content that keeps reaching your audience despite AI changes.</p>



<h4 class="wp-block-heading" id="h-query-types-that-still-work-vs-those-that-don-t"><strong>Query types that still work vs. those that don&#8217;t</strong></h4>



<p></p>



<p><strong>Queries that still drive clicks:</strong></p>



<ul>
<li>&#8220;How to donate to [specific cause]&#8221; &#8211; requires transaction completion</li>



<li>&#8220;Volunteer opportunities in [location]&#8221; &#8211; needs real-time, local information</li>



<li>&#8220;[Organization name] contact information&#8221; &#8211; branded searches</li>



<li>&#8220;Register for [specific event]&#8221; &#8211; requires interactive registration</li>
</ul>



<p><strong>Queries now answered by AI (fewer clicks):</strong></p>



<ul>
<li>&#8220;What is climate change?&#8221; &#8211; general educational content</li>



<li>&#8220;Homelessness statistics 2024&#8221; &#8211; factual information AI can summarize</li>



<li>&#8220;How to help endangered species&#8221; &#8211; broad advice AI can compile</li>



<li>&#8220;Nonprofit fundraising best practices&#8221; &#8211; general guidance</li>
</ul>



<h4 class="wp-block-heading" id="h-content-strategy-shifts"><strong>Content strategy shifts</strong></h4>



<p></p>



<p>Focus on &#8220;how to take action&#8221; rather than &#8220;what is this issue.&#8221; Instead of writing &#8220;What is food insecurity,&#8221; create content like &#8220;How to volunteer at your local food bank this weekend.&#8221; The difference matters because AI can easily summarize abstract concepts, but it can&#8217;t help someone actually show up to volunteer.</p>



<p>Create interactive content like donation calculators, volunteer matching tools, or impact assessments. These require user engagement that AI can&#8217;t replicate. When someone needs to input their zip code to find volunteer opportunities or calculate their potential tax deduction for a donation, they have to visit your site.</p>



<blockquote class="wp-block-quote">
<p>AI Overviews appear most often for broad, informational queries. Specific, actionable queries still drive clicks to your website. Understanding this shift helps you create content that keeps reaching your audience despite AI changes.</p>
</blockquote>



<p>Build content around specific, local needs rather than general topics. For instance, &#8220;Animal rehoming shelter in Miami&#8221; performs better than &#8220;animal rehoming shelter information&#8221; because people searching for local help need current details that can change daily. Your Miami shelter content might include specific locations, supply drop-off times, and volunteer coordinator phone numbers.</p>



<p>Think about the questions people ask after they&#8217;ve learned the basics. AI handles &#8220;What is climate change?&#8221; well. But it struggles with &#8220;How do I start a climate action group at my workplace?&#8221; or &#8220;What supplies should I bring to the beach cleanup this Saturday?&#8221; These actionable queries still send people to your website.</p>



<h4 class="wp-block-heading" id="h-protecting-your-brand-visibility"><strong>Protecting your brand visibility</strong></h4>



<p></p>



<p>With organic clicks declining, Google Ad Grants become even more critical. Nonprofits get up to<a href="https://www.google.com/grants/"> $10,000/month</a> in free advertising to maintain visibility for branded searches and high-intent keywords.</p>



<p>Focus paid campaigns on branded terms and high-intent phrases like &#8220;donate to [your cause]&#8221; or &#8220;volunteer with [your organization].&#8221; These queries have clear commercial intent that AI responses can&#8217;t fulfill.</p>



<p>Google Search Console now shows which queries trigger AI Overviews for your content. Monitor this data to understand how AI affects your specific keywords and adjust your strategy accordingly.</p>



<h3 class="wp-block-heading" id="h-how-should-nonprofits-measure-success-when-clicks-disappear"><strong>How should nonprofits measure success when clicks disappear?</strong></h3>



<p></p>



<p>Traditional metrics like total organic traffic become less meaningful when AI answers questions without sending visitors to your site. New measurement approaches focus on engagement quality and brand visibility.</p>



<blockquote class="wp-block-quote">
<p>Set realistic expectations for both timeline and results. Schema markup might take 3-6 months to show measurable impact, and Google continues tweaking how AI Overviews work.</p>
</blockquote>



<h4 class="wp-block-heading" id="h-new-metrics-that-matter"><strong>New metrics that matter</strong></h4>



<p></p>



<p>Track brand mentions in AI responses rather than just click volume. When AI references your organization&#8217;s expertise or data, that builds authority even without direct traffic.</p>



<p>Monitor conversion rates rather than total visitors. Higher-quality traffic that converts at better rates can be more valuable than previous traffic volumes with lower engagement.</p>



<p>Email sign-ups and newsletter subscriptions become leading indicators of engagement. These metrics show whether your content resonates with the people who do visit your site.</p>



<h4 class="wp-block-heading" id="h-tools-for-tracking-ai-impact"><strong>Tools for tracking AI impact</strong></h4>



<p></p>



<p><strong>Setting up Google Search Console tracking:</strong></p>



<ul>
<li>Performance report filtered for &#8220;AI Overview&#8221; impressions</li>



<li>Query data showing which terms trigger AI responses</li>



<li>Click-through rate changes for high-volume keywords</li>



<li>Brand name search performance trends</li>
</ul>



<p><strong>Third-party tools for AI tracking:</strong></p>



<ul>
<li>SEMrush: AI Overview keyword tracking (premium feature)</li>



<li>Ahrefs: SERP feature monitoring for AI responses</li>



<li>BrightEdge: AI impact measurement dashboard</li>



<li>Custom Google Alerts for brand mentions in AI responses</li>
</ul>



<p>Set up Google Alerts for your organization name and key terms to monitor when AI systems reference your content. This helps you understand your brand&#8217;s AI visibility beyond traditional click metrics.</p>



<h4 class="wp-block-heading" id="h-reporting-to-your-board-or-leadership"><strong>Reporting to your board or leadership</strong></h4>



<p></p>



<p>Explain the shift from quantity to quality metrics. Board members need to understand that fewer, more engaged visitors can drive better outcomes than high-volume, low-intent traffic.</p>



<p>Create dashboards that show multiple traffic sources rather than focusing solely on organic search. Include email traffic, social media referrals, direct visits, and paid advertising performance. When board members see that email newsletter clicks are up 40% while organic search drops 25%, they understand you&#8217;re successfully diversifying your digital reach.</p>



<p>Set realistic expectations for both timeline and results. Schema markup might take 3-6 months to show measurable impact, and Google continues tweaking how AI Overviews work. Let leadership know that early wins might include better brand mention tracking rather than immediate traffic recovery.</p>



<p>Frame the challenge as an opportunity to strengthen owned media channels. While you can&#8217;t control Google&#8217;s algorithms, you can build email lists, social media followers, and direct relationships that don&#8217;t depend on search engines. Building these owned channels often creates more reliable long-term engagement than chasing organic search rankings.</p>



<p><strong>Also read: </strong><a href="https://www.nten.org/blog/cybersecurity-strategies-for-nonprofit-websites" target="_blank" rel="noreferrer noopener">Cybersecurity strategies for nonprofit websites</a></p>



<h3 class="wp-block-heading" id="h-ready-to-take-action"><strong>Ready to take action?</strong></h3>



<p></p>



<p>Google&#8217;s AI changes require immediate action, but you don&#8217;t need to overhaul everything at once. Start with these foundational steps that will protect your nonprofit&#8217;s search visibility as AI continues evolving.</p>



<h4 class="wp-block-heading"><strong>Immediate next steps:</strong></h4>



<ul>
<li>Audit your current content&#8217;s AI Overview presence by searching for your organization&#8217;s key terms and noting when AI responses appear and whether they reference your content</li>



<li>Implement basic organization schema markup on your homepage and about page to help AI systems understand your organization&#8217;s basic information and mission</li>



<li>Begin tracking new metrics in Google Search Console by setting up custom reports that monitor impression data and AI Overview performance alongside traditional click metrics</li>



<li>Train team members on structured data basics so your team can make informed decisions about content optimization and technical improvements</li>



<li><a href="https://imagexmedia.com/blog/ai-web-strategy-tips-higher-ed-nonprofit">Establish ongoing optimization processes</a> rather than treating this as a one-time project, since AI search continues evolving and successful nonprofit website ranking requires consistent attention to these changes</li>
</ul>



<p>Many nonprofits haven&#8217;t realized what&#8217;s happening to their search traffic yet. If you’re reading this you likely have a head start. Time to use it.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/website-traffic-up-ai-first-search-world/">Keep your website traffic up in an AI-first search world</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Meet rising compliance requirements with smarter workflows</title>
		<link>https://www.nten.org/blog/compliance-requirements-smarter-workflows/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Wed, 20 Aug 2025 21:27:21 +0000</pubDate>
				<category><![CDATA[Governance]]></category>
		<category><![CDATA[Operations]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=191849</guid>

					<description><![CDATA[<p>Tackling this growing compliance burden with only people power is a recipe for burnout; and risk. Below are five expanded automation approaches to help nonprofit teams streamline compliance workflows, reduce manual toil, and stay focused on mission impact.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/compliance-requirements-smarter-workflows/">Meet rising compliance requirements with smarter workflows</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Over the past year, nonprofits have seen a surge of new requirements at both the federal and state levels. <a href="https://www.philanthropy.com/article/five-alarm-fire-how-new-tax-law-could-decimate-nonprofits-and-what-can-be-done" target="_blank" rel="noreferrer noopener">Tax-reform proposals</a> in Congress threaten to reshape or even revoke 501(c)(3) status for certain organizations, while state legislatures from Louisiana to beyond are demanding more <a href="https://www.councilofnonprofits.org/nonprofit-champion-may-19-2025" target="_blank" rel="noreferrer noopener">frequent audits, performance data, and on-site reviews before releasing funding</a>. Tackling this growing compliance burden with only people power is a recipe for burnout; and risk. Below are five expanded automation approaches to help nonprofit teams streamline compliance workflows, reduce manual toil, and stay focused on mission impact.</p>



<h4 class="wp-block-heading"><strong>1. Build a centralized “compliance calendar”</strong></h4>



<p>Effective compliance starts with knowing exactly what’s due and when. Rather than relying on tribal knowledge or siloed spreadsheets, catalog every federal, state, and grant-specific filing requirement, everything from IRS Form 990 to quarterly foundation reports, and capture its due date, frequency, and required attachments. Feed that into a shared calendar or project-management tool that can:</p>



<ul>
<li><strong>Trigger multiple reminders.</strong> Configure notifications at 90, 60, 30, and 7 days out so teams have time to gather data, draft narratives, and route drafts for review.</li>



<li><strong>Assign clear ownership.</strong> Tag each deadline with a primary and secondary owner so responsibilities are never ambiguous.</li>



<li><strong>Archive automatically.</strong> When a filing is marked complete, have your system save a timestamped PDF to a designated folder (e.g., “2025_Federal_Filings”) and notify key stakeholders.</li>
</ul>



<p>Over time, this living calendar becomes a single source of truth, eliminating last-minute scrambles, over-reliance on individual memory, and the risk of missing a critical deadline.</p>



<h4 class="wp-block-heading" id="h-2-embed-policy-checks-into-everyday-requests"><strong>2. Embed policy checks into everyday requests</strong></h4>



<p>Rather than catching policy violations in after-the-fact audits, shift controls to the moment of spend. Translate your finance and procurement policies into simple rules such as “any expense over $2,000 needs executive sign-off” or “office supplies must come from approved merchants” and integrate them into your purchase-request workflows. Many nonprofit spend management platforms now offer:</p>



<ul>
<li><strong>Virtual cards programmable by merchant category.</strong> Limit usage to office supplies, travel, or vendor codes you predefine.</li>



<li><strong>Real-time transaction controls.</strong> Block or flag charges that fall outside policy thresholds.</li>



<li><strong>Automated approval routing.</strong> If a request exceeds policy, it automatically creates a ticket for the appropriate manager; if it’s within policy, it logs and processes without manual intervention.</li>
</ul>



<p>By embedding these checks directly into the tools your team uses daily, you reduce the volume of post-transaction reviews, minimize human error, and ensure every dollar flows through pre-approved paths.</p>



<h4 class="wp-block-heading" id="h-3-centralize-and-tag-all-key-documents"><strong>3. Centralize and tag all key documents</strong></h4>



<p>Audits and grant renewals often hinge on your ability to produce board minutes, contracts, and financial statements within minutes. To make document retrieval frictionless:</p>



<ol>
<li><strong>Adopt one repository.</strong> Whether you choose a cloud-based drive, an open-source document management system, or a repository within your CRM, funnel all compliance-related files into a single platform.</li>
</ol>



<ol start="2">
<li><strong>Standardize filenames.</strong> Use a clear pattern, such as YYYYMMDD_Type_FunderOrVendor_Name.pdf, so documents are sorted chronologically and by category.</li>
</ol>



<ol start="3">
<li><strong>Implement metadata tagging.</strong> Beyond just folders, apply tags like “audit,” “grant2025,” “boardMinutes,” or program-specific labels.</li>
</ol>



<ol start="4">
<li><strong>Don’t forget receipts</strong>. Use a mobile scanning app or your spend management platform’s receipt-capture feature to digitize every purchase, then upload and tag those images alongside corresponding invoices.</li>
</ol>



<p>With these conventions, a quick full-text search or filter by tag will unearth exactly what you need, whether it’s “all 2024 audits” or “grant agreement for ParkAccess project,” in seconds, not days. The push for <a href="https://www.thecentersquare.com/louisiana/article_5df578bf-8db5-49bc-828b-48f1c3f69495.html">more frequent state-level oversight</a> makes instant access even more critical.</p>



<h4 class="wp-block-heading" id="h-4-generate-real-time-reports-with-one-click"><strong>4. Generate real-time reports with one click</strong></h4>



<p>Preparation for board presentations, annual reviews, or funder check-ins often drains dozens of hours as teams copy data from accounting systems into slides or spreadsheets. Instead:</p>



<ul>
<li><strong>Connect systems via API or secure export.</strong> Link your general ledger, CRM, or spreadsheet tool to a reporting dashboard.</li>



<li><strong>Design reusable report templates.</strong> Create your standard views—budget vs. actual, cash-burn forecast, program spend breakdown, and save them as templates.</li>



<li><strong>Enable one-click refresh.</strong> At the start of each reporting cycle, hit “refresh” to pull in the latest data and export directly to PDF or presentation format.</li>
</ul>



<p>This approach slashes report-prep time from days to minutes, eliminates version-control headaches, and ensures leadership always sees accurate, up-to-the-minute insights.</p>



<h4 class="wp-block-heading" id="h-5-seek-out-nonprofit-discounts-for-your-tools"><strong>5. Seek out nonprofit discounts for your tools</strong></h4>



<p>Investing in compliance-automation software can feel costly, but many vendors offer generous programs for registered nonprofits. To maximize savings:</p>



<ul>
<li><strong>Search proactively.</strong> Before purchasing, Google “[tool name] nonprofit discount” or check for an “Education” or “Social Impact” section on vendor sites.</li>



<li><strong>Track eligibility periods.</strong> Note when proof of status needs renewal and set calendar reminders to resubmit documentation, so you never lose discount eligibility.</li>



<li><strong>Leverage free tiers and grants.</strong> Some platforms provide free credits or grants (especially during open calls for social-impact tools) that you can apply toward consulting hours, extra seats, or advanced modules.</li>
</ul>



<p>By systematically hunting down and documenting available discounts, you can give your finance team breathing room to reinvest savings into programs rather than overhead.</p>



<h3 class="wp-block-heading" id="h-in-conclusion"><strong>In conclusion</strong></h3>



<p>By cataloging every deadline in a shared compliance calendar, embedding policy checks at the point of spend, centralizing and tagging documents, automating real-time reporting, and taking full advantage of nonprofit discounts, you’ll transform compliance from a reactive scramble into a proactive, transparent ecosystem. Your auditors, funders, board members, and most importantly, your team, will thank you.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/compliance-requirements-smarter-workflows/">Meet rising compliance requirements with smarter workflows</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How to tell a story with your data</title>
		<link>https://www.nten.org/blog/how-to-tell-a-story-with-your-data/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Tue, 29 Jul 2025 19:58:14 +0000</pubDate>
				<category><![CDATA[Data]]></category>
		<category><![CDATA[data storytelling]]></category>
		<category><![CDATA[NTEN]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=191552</guid>

					<description><![CDATA[<p>The default charts you can produce with your go-to software, like Excel or Google Sheets or even Tableau, will never get you to a data story. Because they don’t know your story. You do. </p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/how-to-tell-a-story-with-your-data/">How to tell a story with your data</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Strong data storytelling is like a decoder ring that unlocks the insights within your datasets and propels your teams onward, to the decision-making and action-taking that takes your work to the next level. It’s the key to becoming a truly data-informed organization.&nbsp;</p>



<p>The default charts you can produce with your go-to software, like Excel or Google Sheets or even Tableau, will never get you to a data story. Because, even if enhanced with AI, they don’t know your story. You do.&nbsp;</p>



<p>That said, you can reshape those default charts so that the story you see is clear and direct for your team, your audience, and your stakeholders. It’s easier than you might think.</p>



<h2 class="wp-block-heading" id="h-the-defaults-don-t-do-you-justice">The defaults don&#8217;t do you justice</h2>



<p>Let’s say you&#8217;re evaluating the effectiveness of your nonprofit&#8217;s email strategy. You’ve run three types of email campaigns this year: <strong>Advocacy</strong>, <strong>Fundraising</strong>, and <strong>Newsletter. </strong>Now you want to show how they performed over the last four quarters.</p>



<p>A default chart of that campaign data would look like this:</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/07/NTEN1.png"><img decoding="async" fetchpriority="high" src="https://word.nten.org/wp-content/uploads/2025/07/NTEN1.png" alt="A bar chart titled 'Click Through Rates (CTR) by Email Campaign Type'. The x-axis is the CTR for 4 quarters - Q1 CTR through Q4 CTR. The y-axis is percentage, going up from 0 to 7. Each quarter has a grouping of three bars with varying lengths – blue, orange, and green respectively. The legend below the chart reads: blue - advocacy, orange - fundraising, green - newsletter. " class="wp-image-191555" style="width:1112px;height:668px" width="1112" height="668"/></a></figure></div>


<p>This column chart might not seem so bad at first glance. But try to pull out a story. It’s a challenge that requires some insight, some data literacy, and some mental effort &#8211; all of which will clog up your team meeting and slow down your progress.</p>



<p>The reasons this default chart drags you down:</p>



<ul>
<li><strong>Vague title: </strong>“Click Through Rates by Email Campaign Type” states what the data is about. But it doesn’t tell you the story in the dataset. What a wasted opportunity!</li>



<li><strong>Overly colorful: </strong>A different bold color on each email campaign makes a viewer’s eyes bounce all over the chart, never landing on the evidence that conveys the story.</li>



<li><strong>Cluttered labeling: </strong>The repeated (%) along the x-axis is redundant of the “percent” y-axis label. Additionally, the data labels on every column are redundant of the y-axis altogether! All that excess creates more noise for your viewer to dig through.</li>



<li><strong>Hard-to-follow comparisons</strong>: The chart type itself makes for some needless strain. In order to see how, for example, Newsletter performed over the 4 quarters, a viewer’s brain has to try to un-see the blue and orange columns to try to piece together the green columns &#8211; which is very difficult for human cognition.</li>
</ul>



<p>Let’s adjust these defaults and make over this chart so the story pops out.&nbsp;</p>



<h2 class="wp-block-heading">Change the title to state the key takeaway</h2>



<p>Truly, the simplest way to tell a story with your data is to maximize your chart’s title space to, well, tell the story.</p>



<p>Rather than the vague “Click Through Rates by Email Campaign Type” use your insider knowledge and your data literacy skills to interpret the data and highlight what you see: “Click through rates for advocacy emails gained ground while fundraising lagged behind.”</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/07/NTEN2.png"><img decoding="async" src="https://word.nten.org/wp-content/uploads/2025/07/NTEN2.png" alt="The same chart as earlier, with a new title: &quot;Click through rates for advocacy gained ground while fundraising lagged behind.&quot;" class="wp-image-191556" style="width:1112px;height:668px" width="1112" height="668"/></a></figure></div>


<p>The title is now a complete sentence that tells the audience exactly what you want them to notice about the email campaign data.&nbsp;</p>



<p>Now that we have a clear story to highlight, we need to reformat the rest of the chart so the evidence that supports that story is more obvious.&nbsp;</p>



<p><strong>Also read: </strong><a href="https://www.nten.org/blog/build-equitable-website" target="_blank" rel="noreferrer noopener">Seven ways to build an equitable website</a></p>



<h2 class="wp-block-heading">Use color intentionally to highlight the story</h2>



<p>Bold colors on every data series will create visual competition. Once you see the story, reserve your bold colors for those data points and tone down the other data with gray.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/07/NTEN3.png"><img decoding="async" src="https://word.nten.org/wp-content/uploads/2025/07/NTEN3.png" alt="The same chart as before, except in the title, &quot;Click through rates for advocacy emails gained ground while fundraising lagged behind&quot;, the words 'advocacy emails' are bolded in blue, while 'fundraising' is bolded in orange. 

The color scheme has been changed so that the advocacy and fundraising bars in each quarter are in blue and orange respectively, while the third bar - newsletter - is in gray. " class="wp-image-191557" style="width:1112px;height:668px" width="1112" height="668"/></a></figure>



<p>Gray will fade the rest of the data into the background and let the more important data points jump out.&nbsp;</p>



<p>When you apply action colors to the salient points in your chart, your audience knows exactly where to look.&nbsp;</p>



<p>Even better, leverage that storytelling title and color-match the words that correspond to their associated data series. Now you have a chart title and a dataset that unite. But we can make this chart <em>even clearer.</em></p>



<h2 class="wp-block-heading">Simplify axes and labels</h2>



<p>Despite the smart changes we’ve made so far, viewers can still get bogged down by the redundancy and clutter in the graph. And it isn’t your fault! Every software program we use to make charts will include clutter by default. You just need to learn to recognize the clutter and cut it out.</p>



<p>Look for repetition that doesn’t add clarity. For example, we don’t need CTR in every label along the x-axis if the title is already telling everyone that this data is about click-through rates. We can ditch the (%) all along the x-axis AND the y-axis label “percent” if we just add percentage signs to the data labels.</p>



<p>In fact, if we have data labels on every column, we don’t need the y-axis at all. Bye!</p>


<div class="wp-block-image">
<figure class="aligncenter size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/07/NTEN4.png"><img decoding="async" loading="lazy" src="https://word.nten.org/wp-content/uploads/2025/07/NTEN4.png" alt="The chart no longer has a y axis. The x axis only reads Q1, Q2, Q3 and Q4. Also, there are no lines to denote the x-axis, just the labels Q1 etc., under each cluster of three bars.  " class="wp-image-191558" style="width:1112px;height:667px" width="1112" height="667"/></a></figure></div>


<p>Clutter also shows up as excessive and unhelpful lines.</p>



<p>If we remove the y-axis, we don’t need its associated horizontal gridlines either. Also, you can almost always remove your chart border.</p>



<p>These might seem like minor tweaks &#8211; and they are so minor it will only take you a moment to implement them &#8211; but they add up to a chart that’s much easier to read.</p>



<p>We could stop right here and we’d have a suitable chart that does the data justice and sparks conversations with our team. But let’s go one step further.&nbsp;</p>



<h2 class="wp-block-heading">Try a different chart type</h2>



<p>Though we have significantly improved this visual, the chart type itself is still posing a problem. To track progress on any one email campaign, our brains have to weed through and attempt to ignore the data for the other email campaigns. This dilemma is inherent to every clustered column chart.</p>



<p>Convert to a line chart.</p>



<p>Line charts do a better job of showing trends over time. They connect the data points for each series so our brains don’t have to work overtime to see where we increased sharply or where we stayed flat.</p>



<figure class="wp-block-image aligncenter size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/07/NTEN5.png"><img decoding="async" loading="lazy" src="https://word.nten.org/wp-content/uploads/2025/07/NTEN5.png" alt="The chart is a plain white backgrond, with the title 'Click through rates for advocacy emails (bolded in blue) gained ground while fundraising (bolded in orange) lagged behind.&quot;

There are no grid lines or borders. The x-axis is simply four quarters - Q1 through Q4. There is no legend.

The chart has three lines running from left to right, with advocacy on top in blue, newsletter in the middle in gray, and fundraising at the bottom in orange. On the right-edge of each line are the words 'Advocacy 6.3%', 'Newsletter 4.2%', 'Fundraising 3.0%' respectively in their corresponding colors. " class="wp-image-191559" style="width:1112px;height:666px" width="1112" height="666"/></a></figure>



<p>Because the inclines are now so clear, I took a risk and removed the exact data label from most of the data points and only retained it on the most recent time period. I assumed the most recent quarter would be of most interest to my audience, but you know your audience and what they’ll want to see.&nbsp;</p>



<p>The remaining data label was also an opportunity for me to embed the legend directly into the chart. No more attention bouncing back and forth between the legend entry and its corresponding line. Saving everyone’s mental energy is always a win.</p>



<p>The story told in the chart’s title is now much more obvious in the chart itself.</p>



<p><strong>Also read:</strong> <a href="https://www.nten.org/blog/what-user-centered-could-mean-to-you" target="_blank" rel="noreferrer noopener">What &#8216;user-centered&#8217; could mean for you</a></p>



<h2 class="wp-block-heading" id="h-bottom-line">Bottom line</h2>



<p>You are the person best positioned to know the story in your data. You just need to adjust the default chart formatting so the story you see is just as evident to everyone else.&nbsp;</p>



<ul>
<li>Use the chart title space to articulate your point as a complete sentence.</li>



<li>Gray out the less germane data and apply an action color on the data you want your audience to notice.</li>



<li>Strip out clutter like redundant labeling and unnecessary lines.</li>



<li>Explore alternative chart types that can better highlight your data.&nbsp;</li>
</ul>



<p>With just a few moments of effort (that will get even faster with practice), you will end up with a chart that produces clearer insights, easier decision-making, better engagement, and tells your data story effectively.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/how-to-tell-a-story-with-your-data/">How to tell a story with your data</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Seven ways to build an equitable website</title>
		<link>https://www.nten.org/blog/build-equitable-website/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Tue, 17 Jun 2025 00:31:58 +0000</pubDate>
				<category><![CDATA[Digital Communications]]></category>
		<category><![CDATA[Equity]]></category>
		<category><![CDATA[NTEN]]></category>
		<category><![CDATA[technology planning]]></category>
		<category><![CDATA[website design]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=191252</guid>

					<description><![CDATA[<p>An equitable website isn’t just a “nice to have.” It’s a core part of serving your mission and your community.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/build-equitable-website/">Seven ways to build an equitable website</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>As Juneteenth and Pride Month prompt many nonprofits to reflect on equity, it&#8217;s a good time to remember that equity doesn’t stop at your programs, policies, staffing, or who’s in the room. Your website is part of that equation too. It’s often the first—and sometimes only—place where the public interacts with your organization. And for many people, that interaction shapes whether they feel welcome, respected, and able to access what you offer.</p>



<p>An equitable website isn’t just a “nice to have.” It’s a core part of serving your mission and your community—and not just in June, but all year long.</p>



<p><strong>Also read:</strong> <a href="/blog/opportunity-mapping-elevate-brainstorms/" target="_blank" rel="noreferrer noopener">6 steps to elevate brainstorming with opportunity mapping</a></p>



<h2 class="wp-block-heading" id="h-what-makes-a-website-equitable"><strong>What makes a website equitable?</strong></h2>



<h3 class="wp-block-heading"><strong>1. It reflects your full community</strong></h3>



<p>The people who visit your site should see themselves represented — not just visually, but culturally and contextually. That starts with the language you use and the photos you choose, and extends to how you frame your services.</p>



<ul>
<li><strong>Honor different lived experiences</strong> – Make sure your instructions and examples respect diverse family structures, income levels, gender identities, and life situations.</li>



<li><strong>Show real diversity</strong> – Use images that reflect the racial, cultural, and generational diversity of the people in your community — not as tokenism, but as an honest reflection of those you serve and a welcome to those you’d like to include. Make sure you show diversity in people in different roles — not just in the people you’re serving.</li>



<li><strong>Don’t focus on people suffering, in sadness or poverty.</strong> These images are dehumanizing. Instead, show people so that it’s easy to imagine them with strengths, relationships, and lives beyond the challenges they may face.</li>



<li><strong>Avoid assumptions</strong> – Think through how your webpages will be perceived by people of different marital statuses, income levels, cultural backgrounds, gender identities, or family structures, to make them inclusive to as wide a range of people as possible.</li>
</ul>



<p>Representation helps build trust. It shows your organization sees the full humanity of your audience—and values it.</p>



<h3 class="wp-block-heading"><strong>2. It prioritizes accessibility</strong></h3>



<p>An equitable website works for everyone, regardless of ability, device, or sensory needs.&nbsp;</p>



<ul>
<li><strong>Meet technical accessibility standards</strong> – Ensure your site is navigable by screen readers, works without a mouse, has readable contrast, and follows <a href="https://www.w3.org/WAI/WCAG22/quickref/" target="_blank" rel="noreferrer noopener">WCAG guidelines </a>for contrast, alt text, labels, and keyboard access.</li>



<li><a href="https://prototypr.io/post/neurodiversity-and-inclusion-choosing-kinder-design?utm_source=swlinks-tw" target="_blank" rel="noreferrer noopener"><strong>Support neurodiverse users</strong></a> – Go beyond minimum standards by reducing visual clutter, keeping layouts predictable and easily scannable, offering a dark mode or other display options, and avoiding moving images on a page. These changes help users focus and feel more in control. </li>
</ul>



<p>Accessibility is not an add-on; it’s fundamental. If your website isn’t working for everyone, it isn’t truly working.</p>



<h3 class="wp-block-heading"><strong>3. It works on visitors’ devices</strong></h3>



<p>Not everyone accesses your website on a giant desktop screen — and equity means designing with that reality in mind. Your site should:</p>



<ul>
<li><strong>Work well on mobile</strong> – Many people, including lower-income users and people of color, rely on phones as their primary (or only) way to get online. Make a habit of <a href="https://laurasquinn.com/2025-0506-walk-a-mile-on-your-mobile-site" target="_blank" rel="noreferrer noopener">using your own mobile site!</a></li>



<li><strong>Load on slow connections</strong> – Reduce large images, unnecessary animations, and bandwidth-heavy features so your site stays usable for people with limited data or spotty internet access.</li>



<li><strong>Run on older devices</strong> – Ensure compatibility with outdated phones, older browsers, and public computers like those in libraries, which may have slower speeds or outdated software.</li>
</ul>



<p>Designing for these constraints is about meeting people where they are. If your site only works in perfect conditions, it doesn’t work equitably.</p>



<h3 class="wp-block-heading"><strong>4. It uses inclusive language and forms</strong></h3>



<p>Small choices in language and form design can have a big role in building an equitable website. They signal whether people are respected or erased.</p>



<ul>
<li><strong>Avoid insider language</strong> – Steer clear of jargon, acronyms, or references that assume a white, middle-class, liberal, English-speaking default.</li>



<li><strong>Respect gender diversity</strong> – <a href="https://www.ohsu.edu/inclusive-language-guide" target="_blank" rel="noreferrer noopener">Use gender-neutral language</a> (like “they” instead of “he” or “he/she”) and include pronouns and nonbinary options on forms.</li>



<li><strong>Support diverse names</strong> – Make sure <a href="https://www.nten.org/blog/create-accessible-and-inclusive-forms" target="_blank" rel="noreferrer noopener">form fields accept names with accents, hyphens, and multiple parts</a> to accommodate cultural and linguistic differences.</li>
</ul>



<p>Inclusive design shows people they belong — and that your organization is thinking beyond default settings.</p>



<h3 class="wp-block-heading"><strong>5. It provides language access, if relevant</strong></h3>



<p>If your site provides essential services — such as housing assistance, legal aid, healthcare, or crisis support — your website must be readable for the people who rely on it.&nbsp;</p>



<ul>
<li><strong>Translate key content</strong> – Offer translated materials for the most common languages in your community (even if just the most critical content).</li>



<li><strong>Make translation options easy to find</strong> – Place language choices in obvious, prominent places — not hidden in a footer or dropdown.</li>
</ul>



<p>For many sites, language access is just as important as accessibility for people with disabilities.</p>



<h3 class="wp-block-heading"><strong>6. It prioritizes clarity and usability for all</strong></h3>



<p>Equity includes making your site easy to use for everyone, including those under stress, with limited literacy, or unfamiliar with your systems. Good design and clear writing are powerful tools for inclusion.</p>



<ul>
<li><strong>Use plain language</strong> – Write at a 6th–8th grade reading level to ensure broad understanding.</li>



<li><strong>Design for readability</strong> – Break up text with clear headings, short paragraphs, and generous white space.</li>



<li><strong>Organize content by user needs</strong> – Structure your site around what visitors are trying to do, not your internal departments.</li>



<li><strong>Be transparent and actionable</strong> – Make it clear what someone can do, how to do it, and what to expect. Typically, visitors care much more about understanding what they can do next rather than the detailed context (for instance, legal, legislative, or scientific details).</li>
</ul>



<p>Clarity is an act of respect. It honors people’s time, energy, and attention and helps your site serve its purpose.</p>



<h3 class="wp-block-heading"><strong>7. It’s built with (not just for) communities</strong></h3>



<p>Equity isn’t just about what’s on the site—it’s also about how the site is built. An equitable website is shaped with the input of the people it serves.</p>



<ul>
<li><strong>Involve your community early</strong> – Talk to potential visitors before you design to understand their needs, challenges, and expectations. Listening at the start helps you build something that actually works for them.</li>



<li><strong>Center lived experience in decisions</strong> – Use surveys, <a href="https://laurasquinn.com/user-interviews-on-a-shoestring" target="_blank" rel="noreferrer noopener">interviews</a>, and <a href="https://laurasquinn.com/building-a-habit-of-tiny-user-studies" target="_blank" rel="noreferrer noopener">user testing</a> to gather real feedback, and prioritize input from those directly impacted by the issues your organization addresses.</li>
</ul>



<p>A site shaped with community input helps ensure it meets real needs, making it more relevant, and more trustworthy.</p>



<h2 class="wp-block-heading" id="h-equity-is-a-foundation-not-a-feature">Equity is a foundation, not a feature</h2>



<p>An equitable website doesn’t require perfection or a big budget. But it does require intention. It means asking better questions, centering the people you serve, and being willing to adjust how you work.</p>



<p>Websites have the power to reinforce injustice—or to challenge it. Embedding equity into your website helps ensure your organization isn’t just reflecting the world as it is, but helping shape it for the better.</p>



<div style="display: grid; gap: 2rem; grid-template-columns: 1fr;" class="wp-block-fellinidev-divider"><h3>Divider (MUI component)</h3><hr/></div>



<p><em>This article was written by a cis, heterosexual white woman with a consulting practice built in part on generational privilege. What business do I have talking about equity? It’s everybody’s business. It’s especially the job of white people to learn, listen, and then educate other white people about how they can move in an anti-racist and more equitable direction. </em><a href="https://laurasquinn.com/equity-commitment" target="_blank" rel="noreferrer noopener"><em>Read my full equity statement</em></a><em>.</em></p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/build-equitable-website/">Seven ways to build an equitable website</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>Digital equity is a key enabler to public participation and stronger communities</title>
		<link>https://www.nten.org/blog/digital-equity-act-statement/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Sun, 11 May 2025 00:56:56 +0000</pubDate>
				<category><![CDATA[Advocacy]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=190741</guid>

					<description><![CDATA[<p>This is not a moment to stop the progress that creates more jobs, positively contributes to the economy, and increases opportunities for veterans, seniors, low-income families, communities of color, and rural communities across the country.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/digital-equity-act-statement/">Digital equity is a key enabler to public participation and stronger communities</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Access to the internet enables access to many crucial rights and freedoms necessary for a functioning democracy and upholding the human rights of people in this country. From accessing education to jobs to starting small businesses and staying in touch with our loved ones, the internet is the great enabler to participation in civic and political life. Yet, for millions of people in the U.S. &#8211; <a href="https://www.digitalequityact.org/why/">nearly 30% </a>&#8211; this is not possible because they do not have broadband internet at home or the devices and skills to use it.&nbsp;</p>



<p>The Digital Equity Act, passed with bipartisan support by Congress, enables all 50 states to build locally contextual digital equity plans to shrink digital divides across the country. It enables infrastructure support to expand broadband coverage, and programmatic support to local organizations who work with their communities to build digital literacy and confidence among new users. In the <a href="https://www.murray.senate.gov/senator-murray-blasts-trumps-attack-on-resources-to-close-digital-divide-republicans-will-have-to-explain-why-middle-schoolers-in-rural-districts-shouldnt-get-laptops/">words of Senator Murray,</a> who passed this Act in 2019, attacking the validity of this Act would impede “local libraries from getting funding to help seniors navigate telehealth options or middle schoolers in rural districts from getting laptops.”</p>



<blockquote class="wp-block-quote">
<p>The Digital Equity Act, passed with bipartisan support by Congress, enables all 50 states to build locally contextual digital equity plans to shrink digital divides across the country. </p>
</blockquote>



<p>Accusations that the Digital Equity Act is unconstitutional are blatantly false and a direct reproach of what Congress, state leaders, and communities in every region have already committed to. This is not a moment to stop the progress that creates more jobs, positively contributes to the economy, and increases opportunities for veterans, seniors, low-income families, communities of color, and rural communities across the country.</p>



<p>Through 10 years of NTEN’s Digital Inclusion Fellowship, we have worked with hundreds of local organizations helping local populations who are cut off from internet access get online and get access to the thousands of resources that the people reading this online take for granted every day. What does digital equity really mean for these communities? Here are some stories of individuals whose lives changed through internet access and digital literacy.&nbsp;</p>



<ul>
<li>A frequent library patron who had never used a computer before would visit the library to fill out paper job application forms in her job search. She was trained to use the internet by a digital literacy trainer, and was able to find many more jobs online, apply directly, and land a new job.</li>



<li>A mother from a low-income family wanted to support her children’s education, but didn’t know how to use a computer or communicate with her children’s teachers. She attended a free training program at the school district’s parent center, earned a free laptop for completing the training, signed up for her first email account, and learned t access the school’s communication platform.</li>



<li>A senior citizen joined an activity with neighbors in the community center’s computer lab, where a digital literacy trainer showed him how to use the internet to find recordings of concerts from his favorite bands from his youth. Inspired, he began to host regular listening sessions and created a community built around music sharing.</li>



<li>A veteran who already had valuable leadership and entrepreneurial skills, but wasn’t connected to the internet, found a local nonprofit’s internet skills course. After training, he started a business and launched his first website.</li>
</ul>



<blockquote class="wp-block-quote">
<p>This is not a moment to stop the progress that creates more jobs, positively contributes to the economy, and increases opportunities for veterans, seniors, low-income families, communities of color, and rural communities across the country.</p>
</blockquote>



<p>The internet is a powerful and necessary tool. It is vital that the internet is affordable and accessible to all people. NTEN will continue to work in collaboration with organizations of all sizes and mission areas to advance initiatives that help everyone be part of the digital world.&nbsp;</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/digital-equity-act-statement/">Digital equity is a key enabler to public participation and stronger communities</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How donors are approaching nonprofit technology funding</title>
		<link>https://www.nten.org/blog/nonprofit-technology-funding/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Wed, 12 Feb 2025 00:38:27 +0000</pubDate>
				<category><![CDATA[Fundraising]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=189662</guid>

					<description><![CDATA[<p>Technology isn’t merely an overhead expense like rent or utilities. It is a mission enabler that facilitates nonprofits&#8217; ability to achieve greater impact, generate efficiencies, and deepen engagement with their constituents. From data-driven decision-making that helps food banks better meet the needs of their constituents and reduce food waste or an AI-powered chatbot that expands&#8230; <a class="more-link" href="https://www.nten.org/blog/nonprofit-technology-funding/">Continue reading <span class="screen-reader-text">How donors are approaching nonprofit technology funding</span></a></p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/nonprofit-technology-funding/">How donors are approaching nonprofit technology funding</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Technology isn’t merely an overhead expense like rent or utilities. It is a mission enabler that facilitates nonprofits&#8217; ability to achieve greater impact, generate efficiencies, and deepen engagement with their constituents.</p>



<p>From data-driven decision-making that helps <a href="https://foodbanknews.org/greater-boston-food-banks-5m-tech-plan/" target="_blank" rel="noreferrer noopener">food banks better meet the needs of their constituents and reduce food waste</a> or an <a href="https://www.aicareercoach.org/" target="_blank" rel="noreferrer noopener">AI-powered chatbot that expands opportunities for underserved communities</a>, funding technology empowers organizations to do more with limited resources.&nbsp;These innovations demonstrate that when leveraged effectively, technology isn’t just an operational tool—it’s a force multiplier for social good.</p>



<h2 class="wp-block-heading" id="h-encouraging-progress-meets-concerning-trends"><strong>Encouraging progress meets concerning trends</strong></h2>



<p>The 2024 <a href="https://www.tagtech.org/report/2024-state-of-philanthropy-tech-survey/" target="_blank" rel="noreferrer noopener">State of Philanthropy Tech Survey</a> from the <a href="https://www.tagtech.org/" target="_blank" rel="noreferrer noopener">Technology Association of Grantmakers</a> reveals a mixed landscape regarding funder support for nonprofit technology. The survey, released biennially, includes responses from more than 350 private, community and family grantmaking organizations on their technology practices, applications and strategies.</p>



<blockquote class="wp-block-quote">
<p>Adequate funding ensures nonprofits can scale their impact and serve communities that need them.&nbsp;Grantmakers have an obligation to ensure that their grantees can deliver on their promise. </p>
</blockquote>



<p>While the survey showed strides have been made in some areas, ongoing challenges risk undermining nonprofits’ ability to deliver on their missions without adequate investments in technology.</p>



<figure class="wp-block-image size-full is-resized"><a href="https://word.nten.org/wp-content/uploads/2025/02/TAG-Graph-1-1.png"><img decoding="async" loading="lazy" src="https://word.nten.org/wp-content/uploads/2025/02/TAG-Graph-1-1.png" alt="A line graph of: How is your organization continuing to support nonprofit partners in 2024?

Each option shows the percentages from 2022 and 2024, respectively.

Other – 15%, 12%
Use paperless payments  – 64%, 72%
Provide training and technical assistance – 36%, 42%
Provide tech &amp; tools – 23%, 20%
Use streamlined reporting – 51%, 56%
Remove funding restrictions – 34%, 30%
Use streamlined applications – 62%, 67%
Auto-renew grants – 7%, 8%" class="wp-image-189680" style="width:835px;height:467px" width="835" height="467"/></a></figure>



<p>The good news is that a majority of funders are committed to streamlining grant applications (67%) and reporting processes (56%). Additionally, the transition to paperless payments is gaining traction, with 72% of funders adopting digital payment practices.</p>



<p>However, troubling trends have emerged:</p>



<ul>
<li>Only 20% of funders are providing technology tools and resources to nonprofits, down from 23% in 2022.</li>



<li>Unrestricted funding has also declined, with just 30% of funders offering this flexibility, a drop from 34% in 2022.</li>
</ul>



<p>According to <a href="https://www.salesforce.com/form/sfdo/ngo/6th-edition-nonprofit-trends-report/">Salesforce’s Nonprofit Trends Report</a>, digitally mature nonprofits are four times more likely to achieve their mission goals than their less-equipped peers. While these declines may reflect a return to pre-pandemic norms, in an era defined by AI, increasing cybersecurity threats, and evolving nonprofit needs, technology funding is more critical than ever.</p>



<h2 class="wp-block-heading"><strong>The equity implications of technology funding</strong></h2>



<p>Why should grantmakers take notice? Technology is not just an operational need — it&#8217;s a driver of equity and enabler of mission.</p>



<p>According to <a href="https://www.nten.org/publications/2024-nonprofit-digital-investments-report?creative=483787436530&amp;keyword=&amp;matchtype=&amp;network=g&amp;device=c&amp;gad_source=1&amp;gclid=Cj0KCQiA4-y8BhC3ARIsAHmjC_GcweftiGeubTMerevdtKd3Q0NoKH4dQDe1p7uowQ-R2zZDKsmG9kEaAtONEALw_wcB" target="_blank" rel="noreferrer noopener">NTEN’s Nonprofit Digital Investment Report</a>, nearly half of nonprofits (45%) say they aren&#8217;t spending enough on technology. The top barriers include lack of budget (77%), funder support (47%), and donor support (38%). Small organizations, which make up 92% of nonprofits, often lack the resources to prioritize technology. Without intervention, this disparity risks deepening inequities for grassroots organizations serving underserved communities.</p>



<blockquote class="wp-block-quote">
<p>According to <a href="https://www.salesforce.com/form/sfdo/ngo/6th-edition-nonprofit-trends-report/">Salesforce’s Nonprofit Trends Report</a>, digitally mature nonprofits are four times more likely to achieve their mission goals than their less-equipped peers</p>
</blockquote>



<p>When nonprofits can invest in technology, the impact is undeniable:</p>



<ul>
<li>96% report improved program and service delivery.</li>



<li>89% experience increased organizational capacity and growth.</li>



<li>82% achieve better fundraising and financial stability.</li>
</ul>



<p>Whether it’s engaging constituents, securing funding, or delivering services efficiently, technology is the backbone of nonprofit operations. Adequate funding ensures nonprofits can scale their impact and serve communities that need them.&nbsp;Grantmakers have an obligation to ensure that their grantees can deliver on their promise. By removing barriers, offering unrestricted funding, or supporting specific technology needs, funders are supporting organizations ability to increase their capacity, be more impactful and efficient, and achieve shared goals more effectively.</p>



<h2 class="wp-block-heading"><strong>Tips for nonprofits applying for technology funding</strong></h2>



<p>Securing technology funding requires nonprofits to articulate their needs clearly and strategically. Here are three tips:</p>



<ol type="1" start="1">
<li><strong>Articulate impact</strong>: Frame technology as an enabler of mission outcomes, not just a tool. For example, highlight how improved systems will enhance program delivery or constituent engagement.</li>



<li><strong>Demonstrate need</strong>: Connect technology investments to your strategic plan. Use data to illustrate gaps or risks that technology funding will address.</li>



<li><strong>Tailor requests</strong>: Understand funders&#8217; priorities and align your proposals. Show how your technology needs directly support their goals and values.</li>
</ol>



<p>By leveraging these strategies, nonprofits can strengthen their applications and advocate effectively for the technology resources they need to thrive.</p>



<p>Funders also need to recognize that funding for tech is not arbitrary overhead; it is a mission-critical investment. Closing the technology gap doesn’t just lead to stronger organizations, it contributes to healthier and more vibrant communities, better outcomes, and a more equitable world.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/nonprofit-technology-funding/">How donors are approaching nonprofit technology funding</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>De-silo your nonprofit workplace</title>
		<link>https://www.nten.org/blog/de-silo-nonprofit-management/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Wed, 05 Feb 2025 21:24:11 +0000</pubDate>
				<category><![CDATA[Organizational Culture]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=189617</guid>

					<description><![CDATA[<p>Except for the smallest organizations, as soon as there is enough organizational complexity to merit the beginning of staff specialization, there will be an inexorable shift to siloing.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/de-silo-nonprofit-management/">De-silo your nonprofit workplace</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>It’s a reality as old as the cubicle: departments within an organization experience “siloing.” It doesn’t matter whether the organization produces goods or services or is for-profit or not-for-profit. Except for the smallest organizations, as soon as there is enough organizational complexity to merit the beginning of staff specialization, there will be an inexorable shift to siloing.</p>



<p>This might look like the marketing department not fully understanding the program with resulting accusations of “false advertising” (or the program team doing its own advertising!). It might look like the finance department enforcing policies and procedures that don’t align with the other teams&#8217; workflows and slowing down work across all departments.</p>



<p>Is there a better way? Definitely. Let’s consider how each functional area within a nonprofit organization can effectively interact with its counterparts toward mission fulfillment. For the purposes of this article, we’ll consider four functional areas: programs, development, marketing, and finance/administration. Whether some or all of these functional areas are “departments of one” at your organization, the ideas here are meant to be broadly applicable and start conversations between colleagues across different functions.</p>



<p>We’ll identify how siloing manifests at the intersections of those functional areas, and then explore how to de-silo those pairings. We’ll conclude with a brief look at how executive leadership fits into this effort to de-silo.</p>



<h2 class="wp-block-heading" id="h-programs-and-marketing">Programs and Marketing</h2>



<p>We hinted at how this cross-functional relationship can go awry above. If marketing doesn’t know what’s happening in programs, how will they ever tell the story to the public toward garnering new clients or customers? In a healthier relationship between these areas:</p>



<ul>
<li>Program invites Marketing to attend or observe events.</li>



<li>Program suggests clients and customers who can provide testimonials.</li>



<li>Program helps Marketing access the best opportunities for capturing content.</li>



<li>Marketing uses the knowledge and content library to expand the number of people who know of the organization&#8217;s programs.</li>
</ul>



<p>If your organization provides services for a fee or has other earned revenue, there’s an even greater need for marketing to have the content library to support the sales and contracting process.</p>



<h2 class="wp-block-heading">Programs and Finance/Administration</h2>



<p>Finance and administration is a broad functional area, covering needs such as payroll, insurance, and interface with regulatory agencies. One especially significant process is preparing the annual operating budget. Budgets reflect an organization’s priorities, and since programs are the entire reason the organization exists:</p>



<ul>
<li>Finance must shape the budget to reflect how programs operate.</li>



<li>Financial resources should be allocated and optimized according to the programs’ taxonomy.</li>



<li>Finance should be willing to alter their budget templates as programs evolve year over year, rather than annual copy-and-paste exercises.</li>



<li>Program must keep accurate records and notes of their work – including future plans such as the anticipated number of future clients – so that finance has the data needed to shape the budget accurately.</li>
</ul>



<p><strong>Also read: </strong><a href="/blog/opportunity-mapping-elevate-brainstorms" target="_blank" rel="noreferrer noopener">6 steps to elevate brainstorming with opportunity mapping</a></p>



<h2 class="wp-block-heading">Marketing and Development</h2>



<p>A nonprofit organization doesn’t just need to communicate with its clients and customers; it must also communicate with its donors and funders. There may be overlap in recipients, but even so, the messaging is different when offering services as compared to inviting support.</p>



<ul>
<li>Communication is needed not only to reach new donors, but also to steward current donors.</li>



<li>Leverage the work done between Programs and Marketing and re-package that content for the donor audience.</li>
</ul>



<h2 class="wp-block-heading">Development and Finance/Administration</h2>



<p>This pairing of two critical support functions requires a dose of humility for each function to understand the other’s particular nomenclature and professional standards. Accrual accounting rules can run against the grain of donor stewardship timelines. Ambiguous pledges are seen differently depending on which side of this pairing one falls.</p>



<p>A healthy relationship between these two functions looks like:</p>



<ul>
<li>Finance understanding the campaign calendars.</li>



<li>Development understanding Finance’s documentation needs and building those considerations into the solicitation and stewardship workflows.</li>



<li>Both teams having a regular cadence of reconciliation so that donor records match revenue records.</li>



<li>Finance recognizes its role is to support development, so that development can support programs, the mission of the organization.</li>
</ul>



<h2 class="wp-block-heading">Executive Leadership</h2>



<p>The above ideas will help start the conversations among colleagues and teams – and there’s a lot of value to be had from this work beginning between peers. At the same time, there is a critical role for executive leadership. Nonprofit executives often rise through their organizations, or at least through the sector, from one of the functional areas, and must thus:</p>



<ul>
<li>Resist the tendency to favor that functional area.</li>



<li>Take time to learn the nuances of the other areas.</li>



<li>Foster a culture of collaboration.</li>



<li>Encourage teams to find synergies.</li>
</ul>



<p>The organization’s board has a role here as well if there is an established committee structure. Similar to how the management-level finance and development function must work against siloing, so too must the finance and development committees of the board recognize the dependencies between those functions and encourage collaboration from their oversight perspective.</p>



<p>Where do you see siloing in your organization? Are certain intersections more prone to it than others? Try some of the above ideas, and see how your organization can overcome those silos and the different teams work better together toward fulfilling your important mission.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/de-silo-nonprofit-management/">De-silo your nonprofit workplace</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>How nonprofits can off-ramp from Big Tech</title>
		<link>https://www.nten.org/blog/nonprofits-off-ramp-big-tech/</link>
		
		<dc:creator><![CDATA[Asmita Ghosh]]></dc:creator>
		<pubDate>Mon, 27 Jan 2025 23:36:42 +0000</pubDate>
				<category><![CDATA[Change Management]]></category>
		<category><![CDATA[Equity]]></category>
		<category><![CDATA[Big Tech]]></category>
		<category><![CDATA[technology planning]]></category>
		<guid isPermaLink="false">https://www.nten.org/?p=189527</guid>

					<description><![CDATA[<p>What does the trend toward the right mean for our nonprofits when many of us are downright dependent on Big Tech? </p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/nonprofits-off-ramp-big-tech/">How nonprofits can off-ramp from Big Tech</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></description>
										<content:encoded><![CDATA[
<p>Many of us invested countless hours, months,&nbsp;and years learning how to use Twitter and Facebook&nbsp;to build followers, promote our organizations, and&nbsp;engage&nbsp;and mobilize&nbsp;new folks with our projects and campaigns. The <a href="https://progressivetech.org/" target="_blank" rel="noreferrer noopener">Progressive Technology Project</a>&nbsp;even held&nbsp;organizing and strategic communication&nbsp;trainings to help nonprofit organizations avoid getting left behind&nbsp;during the&nbsp;Web 2.0 mania.</p>



<p>Fast forward a decade and Twitter, now renamed X and owned by Elon Musk, has gotten so bad that the <a href="https://www.theatlantic.com/technology/archive/2024/11/x-white-supremacist-site/680538/" target="_blank" rel="noreferrer noopener"><u>Atlantic has officially declared it a &#8220;White Supremacist Site&#8221;</u></a>.</p>



<p>Never one to be left behind, Facebook’s parent company Meta has <a href="https://www.forbes.com/sites/siladityaray/2024/12/12/meta-donates-1-million-to-trumps-inaugural-fund-weeks-after-ceo-zuckerberg-met-president-elect/" target="_blank" rel="noreferrer noopener"><u>contributed a million dollars to Donald Trump’s inauguration</u></a> while announcing the <a href="https://theintercept.com/2025/01/07/facebook-fact-check-mark-zuckerberg-trump/" target="_blank" rel="noreferrer noopener"><u>elimination of its fact checking team</u></a>&nbsp;in an obsequious capitulation to Donald Trump.</p>



<p>Being seen on X is not only unhelpful, but has become a liability. And, given the direction of Meta, Facebook is not far behind.</p>



<p>Are X and Facebook exceptions, or is this the future of&nbsp;Big Tech?&nbsp;</p>



<p>Silicon Valley, once known for its support of liberal causes, has&nbsp;pivoted to&nbsp;the right;&nbsp;a move accelerated&nbsp;and exacerbated&nbsp;by Trump&#8217;s victory. This&nbsp;change&nbsp;is&nbsp;largely fueled by economic realities. Big Tech corporations&nbsp;are&nbsp;some of&nbsp;the&nbsp;largest&nbsp;companies on the planet,&nbsp;now&nbsp;representing&nbsp;<a href="https://www.forbes.com/lists/global2000/" target="_blank" rel="noreferrer noopener"><u>three of the top ten&nbsp;largest&nbsp;corporations&nbsp;in the world</u></a>—Amazon, Microsoft, and&nbsp;Google.</p>



<blockquote class="wp-block-quote">
<p><strong>What does this trend towards the right&nbsp;mean for our organizations&nbsp;when we not&nbsp;only use these&nbsp;technologies, but&nbsp;many of us are&nbsp;downright dependent on them?</strong></p>
</blockquote>



<p>How does a technology company&nbsp;worth billions of dollars stay on top&nbsp;when strategies like inventing yet another new app or adding even more features to Gmail are played out?&nbsp;They pursue&nbsp;<a href="https://theintercept.com/2024/11/17/tech-industry-trump-military-contracts/" target="_blank" rel="noreferrer noopener"><u>military and police contracts</u></a>.&nbsp;The <a href="https://www.cnn.com/2022/12/08/tech/pentagon-cloud-contract-big-tech/index.html"><u>Pentagon has signed multi-billion dollar contracts</u></a> with&nbsp;Big&nbsp;Tech, <a href="https://aws.amazon.com/federal/defense/" target="_blank" rel="noreferrer noopener"><u>Amazon</u></a> makes no effort to hide their military ambitions, and&nbsp;<a href="https://www.theverge.com/2024/12/3/24311951/google-project-nimbus-internal-documents" target="_blank" rel="noreferrer noopener"><u>Project Nimbus</u></a>&nbsp;includes a deal between Google and the Israeli Ministry of Defense worth&nbsp;$525 million dollars.</p>



<p>In the case of Amazon, their&nbsp;facial recognition contracts&nbsp;with the police&nbsp;were so offensive that a mass organizing effort <a href="https://www.technologyreview.com/2020/06/12/1003482/amazon-stopped-selling-police-face-recognition-fight/" target="_blank" rel="noreferrer noopener"><u>forced&nbsp;the corporate behemoth&nbsp;to pause the program</u></a> back in 2020. But now, with every Big Tech giant pursuing artificial intelligence, we can expect&nbsp;<a href="https://www.technologyreview.com/2024/11/19/1106979/how-the-largest-gathering-of-us-police-chiefs-is-talking-about-ai/" target="_blank" rel="noreferrer noopener"><u>more and more&nbsp;contracts&nbsp;with police&nbsp;and military&nbsp;forces</u></a> around the world.</p>



<p>And now we hear&nbsp;Mark Zuckerberg’s announcement of the <a href="https://www.nbcnews.com/tech/social-media/meta-ends-fact-checking-program-community-notes-x-rcna186468" target="_blank" rel="noreferrer noopener"><u>end of independent fact-checking&nbsp;for Facebook</u></a>, including ending most content moderation policies on&nbsp;what he called&nbsp;&#8220;hot-button&#8221; issues such as immigration and gender. Zuckerberg&nbsp;has <a href="https://www.npr.org/2025/01/07/nx-s1-5251151/meta-fact-checking-mark-zuckerberg-trump" target="_blank" rel="noreferrer noopener"><u>changed his tune to parrot right-wing MAGA talking points</u></a> with statements like&nbsp;&#8220;the company&#8217;s content moderation approach resulted too often in censorship&#8221;.&nbsp;</p>



<p>Many in the&nbsp;nonprofit&nbsp;sector are raising the alarm.&nbsp;What does this trend towards the right&nbsp;mean for our organizations&nbsp;when we not&nbsp;only use these&nbsp;technologies, but&nbsp;many of us are&nbsp;downright dependent on them? Will other&nbsp;social media platforms&nbsp;like&nbsp;BlueSky&nbsp;meet our needs in the same way, or will they fall to the right as well?&nbsp;What if&nbsp;artificial intelligence-powered algorithms flag our content&nbsp;as too political,&nbsp;banning our accounts&nbsp;and cutting off our organizing before we even have an opportunity&nbsp;to&nbsp;download&nbsp;our data?&nbsp;Will Trump further erode privacy laws and, in what seems like a growing partnership with Big Tech, increase surveillance of our internet use, our email, and our data?</p>



<h3 class="wp-block-heading" id="h-why-aren-t-more-of-us-leaving-corporate-technology-behind"><a><strong>Why aren’t more of us leaving corporate technology behind?</strong></a></h3>



<p></p>



<p>For the 25 years that Progressive Technology Project has been doing technology justice work, one of our major focal points has been on increasing understanding about why Big Tech is so detrimental to our movements, our organizations and our communities. Over the past 10 years as the U.S. and global political climate has pivoted to the right and it’s become more widely known that Big Tech is in bed with right-wing extremists, we’re seeing some organizations reach a deeper understanding about the importance of embedding technology into their wider strategies. But, even as organizational leadership acknowledges that a move away from Big Tech is needed, the number of groups actually committing to transitioning doesn’t match the level of alarm. Why is this?&nbsp;Over the past 6 months, the Progressive Technology Project has been conducting a research project to ask the movement this very question so that we—and our network of technology justice partners—can be better prepared to help.</p>



<p>Our research surveyed 460 individuals and organizations, and we focused our questions to ask about the barriers to leaving Gmail and Google so that we could get specific data that could then be applied beyond Google and Gmail transitions. Our&nbsp;<a href="https://mayfirst.coop/en/audio/cutting-the-cord/slide-show.pdf" target="_blank" rel="noreferrer noopener"><u>initial findings</u></a> indicate that the biggest barrier to leaving Google is not a lack of features or concerns over the stability of alternatives, instead it&#8217;s the fact that everyone else is on Google. Through follow-up interviews, we found that people had similar reasons for hesitating to leave Facebook, Zoom, and Apple. The top three additional barriers to leaving Big Tech services like Google included 1) a concern about whether all of a person’s data would transfer seamlessly to a new system, 2) people felt they had too much data to make a transition, and 3) people were concerned that an alternative, non-corporate technology would not be able to integrate with other systems the way that their current technology tool could (for example, people use their Google information to log into masses of other tools and websites).</p>



<blockquote class="wp-block-quote">
<p><strong>The biggest barrier to leaving Google is not a lack of features or concerns over the stability of alternatives, instead it&#8217;s the fact that everyone else is on Google.</strong></p>
</blockquote>



<p>Encouragingly, people were not generally concerned about the security of non-corporate technologies, and we found this was reinforced in our follow-up interviews, where respondents expressed that alternative technologies were probably more secure than Big Tech tools. People also thought that alternative technologies had no issues with government and other compliance requirements, and they felt that non-corporate options were stable and reliable.</p>



<p>This research is proving incredibly valuable as PTP and our partners work to strengthen the network of values-aligned technologies and providers, add and improve functionality for the technologies themselves, and create more capacity to help organizations transition away from the technologies owned by the very same Big Tech corporations that they fight.&nbsp;</p>



<p>We’ve got a whole network of providers poised to help organizations start transitioning away from Big Tech, but what if you’re not officially ready for that step? What can you and your organization do to start thinking about technology more strategically and take steps towards a transition?</p>



<h3 class="wp-block-heading"><strong>How to find the Big Tech off-ramp</strong></h3>



<p></p>



<p>Building political education about technology strategy into your regular organizational planning and discussions is a good place to start. Thinking about technology as a tool in a silo is not helpful. Thinking about technology politically as an integral part of your campaigns will help increase understanding among your staff and teams about the importance of this issue. Many people don’t know that Google has contracts with the Israeli military or that Amazon assists the police with improving facial recognition software meant to surveil us or that Zoom is using AI to comb through our meeting data. Without political education and a concerted effort among all of the stakeholders in your organization to see a transition through its inevitable learning curves and pain points, any technology transition is unlikely to be successful.</p>



<blockquote class="wp-block-quote">
<p><strong>While Big Tech options can seem cheaper and sometimes prettier than some of the alternatives, their costs—both monetary and otherwise—are much higher. </strong></p>
</blockquote>



<p>Secondly, it is important to start slowly. Go for the low-hanging fruit. Let&#8217;s face it—technology transitions are painful, and the learning curve is usually steep. People are comfortable with what they are already using, and as we saw from our research, are comfortable that everyone else is using it as well. <span style="box-sizing: border-box; margin: 0px; padding: 0px;">This may mean that your organization keeps all of your current technology and doesn’t mandate some huge, immediate change, but starts to use an open-source collaborative note-tak</span>ing pad for some virtual meetings like those offered by&nbsp;<a href="https://riseup.net/" target="_blank" rel="noreferrer noopener">Riseup</a>. Or, instead of using Zoom for every meeting, try using the alternative <a href="https://jitsi.org/" target="_blank" rel="noreferrer noopener"><u>Jitsi.meet</u></a> or <a href="https://bigbluebutton.org/" target="_blank" rel="noreferrer noopener"><u>Big Blue Button</u></a> for smaller meetings to see how you like it. <a href="https://nextcloud.com/" target="_blank" rel="noreferrer noopener"><u>Next Cloud</u></a> is an open-source alternative to Google Docs that you could try out for specific, non-urgent tasks, and organizations like <a href="https://cloud68.co/index.html" target="_blank" rel="noreferrer noopener"><u>Cloud68</u></a> can help host and support Next Cloud for you if needed.</p>



<p>Transitioning to using new technology will require a cultural change in your organization—and this will take time. A strategy that can be useful and sustainable during the early phases of considering a technology transition is to develop organizational policies and protocols on how and when to use different communication channels. For example, it may be critical for your organizers to use <a href="https://signal.org" target="_blank" rel="noreferrer noopener"><u>Signal</u></a> rather than texting through corporate phone providers for sensitive communications during mobilizations or protests. Building internal agreements about what information can or cannot be shared, and creating policies describing when it’s okay to use corporate platforms for general outreach and announcements are also examples of what to consider.</p>



<p>Also read: <strong><a href="https://www.nten.org/publications/data-empowerment-report" target="_blank" rel="noreferrer noopener">Data empowerment for nonprofits</a></strong></p>



<p>As you and your staff slowly grow comfortable with some of the alternative options and learn that the politics of many of these options are aligned with yours, you may consider taking the next step. Perhaps you could decide to transition just one of your main technology systems to a liberatory alternative. If you use a <a href="https://us1.campaign-archive.com/?u=23c640fc15bca8deabcbdc872&amp;id=bd778d92fe" target="_blank" rel="noreferrer noopener"><u>Bonterra</u></a> CRM database for example, explore what a transition to <a href="https://civicrm.org/" target="_blank" rel="noreferrer noopener"><u>civiCRM</u></a> or <a href="https://ourpowerbase.net/" target="_blank" rel="noreferrer noopener"><u>Powerbase</u></a> would look like. Plan ahead and get input and feedback from every part of your organization, making sure you commit to the time and resources it takes to truly integrate a technology into your work (which includes loads of post-transition time and dedication and a commitment to seeking ongoing support). Maybe you choose to transition all of your virtual meetings from Zoom to Jitsi or Big Blue Button. Or you move your organizational email away from Gmail to <a href="https://mayfirst.coop/en/" target="_blank" rel="noreferrer noopener"><u>May First Movement Technology’s</u></a> email client.</p>



<blockquote class="wp-block-quote">
<p><strong>A strategy that can be useful and sustainable during the early phases of considering a technology transition is to develop organizational policies and protocols on how and when to use different communication channels.</strong></p>
</blockquote>



<p>Another step you could take is to build technology strategy more thoughtfully into your budgets. While Big Tech options can seem cheaper and sometimes prettier than some of the alternatives, their costs—both monetary and otherwise—are much higher. That being said, the network of liberatory alternative technology organizations and providers is grossly underfunded and under-resourced. We need to start divesting from Big Tech and investing in these liberatory alternatives to scale their viability for the movement and to do that, we need funders to pay attention to technology strategy. If organizations build budgets and fundraising efforts that include technology strategy, it will go a long way to lift up movement technology.</p>



<p>Finally, as you begin thinking about a technology transition away from Big Tech and towards open-source and movement-aligned alternatives, it helps to get lots of support. Organizations like <a href="https://progressivetech.org/" target="_blank" rel="noreferrer noopener"><u>Progressive Technology Project</u></a>, <a href="https://mayfirst.coop/en/" target="_blank" rel="noreferrer noopener"><u>May First Movement Technology</u></a>, the <a href="https://www.eff.org/" target="_blank" rel="noreferrer noopener"><u>Electronic Frontier Foundation</u></a>, <a href="https://mediajustice.org/" target="_blank" rel="noreferrer noopener"><u>Media Justice</u></a>, the <a href="https://www.apc.org/" target="_blank" rel="noreferrer noopener"><u>Association for Progressive Communications</u></a>, and many more can help point you in the right direction whether it be about strategy or finding alternative tools. The Electronic Frontier Foundation has one of the best resources for learning about the importance of digital security, and the why and how of technology transitions—their <a href="https://ssd.eff.org/" target="_blank" rel="noreferrer noopener"><u>Surveillance Self Defense</u></a> article.</p>



<blockquote class="wp-block-quote">
<p><strong>The network of liberatory alternative technology organizations and providers is grossly underfunded and under-resourced. We need to start divesting from Big Tech and investing in these liberatory alternatives to scale their viability for the movement and to do that, we need funders to pay attention to technology strategy. </strong></p>
</blockquote>



<p>Any conversation about technology transitions inevitably becomes about the tools. But the meaning behind the technology we use goes much deeper than that. It is where the data about our constituents’ immigration status is stored. It’s where we track cases about reproductive health needs. It’s where we post our political viewpoints for all the world to see. It’s where we store our credit card information. It’s where we text our best friends about our deepest fears. Progressive Technology Project and our partners work tirelessly to make this data about us—about every part of our lives—safe, more secure, and firmly in the hands of the people, rather than with Big Tech billionaires using extractive surveillance of our lives to increase their power and profit and to censor our speech and track our actions.</p>



<h3 class="wp-block-heading"><strong>Join PTP at 25NTC!</strong></h3>



<p></p>



<p>If you are interested in learning more, reach out to us or any of the organizations we mentioned in this article! We also invite you to join the Progressive Technology Project for our&nbsp;<em><strong><a href="https://www.nten.org/gather/ntc/program/sessions/cutting-the-cord-understanding-our-dependence-on-surveillance-capitalism" target="_blank" rel="noreferrer noopener">Cutting the Cord: Understanding our Dependence on Surveillance Capitalism</a></strong></em>&nbsp;session at the 2025 Nonprofit Technology Conference to learn more about the political and security reasons to consider transitioning off of Big Tech, the challenges to these transitions uncovered by our research, and some practical steps that nonprofit organizations can take to overcome them. Finally, we invite you to visit our website at&nbsp;<a href="https://progressivetech.org/" target="_blank" rel="noreferrer noopener"><u>https://progressivetech.org/</u></a>&nbsp;and <a href="https://ptp.ourpowerbase.net/civicrm/profile/create?gid=23&amp;reset=1" target="_blank" rel="noreferrer noopener">sign up for our newsletter</a>.</p>
<p>The post <a rel="nofollow" href="https://www.nten.org/blog/nonprofits-off-ramp-big-tech/">How nonprofits can off-ramp from Big Tech</a> appeared first on <a rel="nofollow" href="https://www.nten.org">NTEN</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
