CGustafson commited on
Commit
82b45b2
·
verified ·
1 Parent(s): 80ad948

undefined - Follow Up Deployment

Browse files
Files changed (1) hide show
  1. index.html +27 -0
index.html CHANGED
@@ -212,6 +212,7 @@
212
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="performance">Web Performance</button>
213
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="quarterly">Quarterly Projects</button>
214
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="social">Social Media</button>
 
215
  </div>
216
  </div>
217
 
@@ -1331,6 +1332,32 @@
1331
  </div>
1332
  </div>
1333
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1334
  <!-- Quarterly Tasks Tab -->
1335
  <div id="quarterly" class="tab-content">
1336
  <h2 class="text-2xl font-bold text-primary mb-6">Quarterly Projects & Tasks</h2>
 
212
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="performance">Web Performance</button>
213
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="quarterly">Quarterly Projects</button>
214
  <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="social">Social Media</button>
215
+ <button class="tab-btn px-4 py-2 font-medium text-gray-600 hover:text-primary border-b-2 border-transparent hover:border-primary transition" data-tab="industry">Industry Trends</button>
216
  </div>
217
  </div>
218
 
 
1332
  </div>
1333
  </div>
1334
 
1335
+ <!-- Industry Trends Tab -->
1336
+ <div id="industry" class="tab-content">
1337
+ <h2 class="text-2xl font-bold text-primary mb-6">Industry Trends & News</h2>
1338
+ <div class="bg-white rounded-lg shadow p-6 mb-6">
1339
+ <p class="hovered-element text-lg font-semibold text-gray-700">Shift toward first-party data post-cookie deprecation</p>
1340
+ <ul class="space-y-2 mb-4">
1341
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>With third-party cookies being phased out, brands are rapidly moving toward first-party data strategies to maintain personalization and analytics integrity.</li>
1342
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>Ref: <a href="https://digital.neweratech.com/articles/tag/digital-transformation?utm_source=chatgpt.com"> digital.neweratech.com+1Digital Marketing & Web Development+1</a></li>
1343
+ </ul>
1344
+ </div>
1345
+ <div class="bg-white rounded-lg shadow p-6 mb-6">
1346
+ <p class="hovered-element text-lg font-semibold text-gray-700">AI-driven search affecting organic traffic</p>
1347
+ <ul class="space-y-2 mb-4">
1348
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>Recent studies show AI-powered search overviews are directly causing 15–64 % drops in organic traffic. When people search online now, AI tools (like Google's AI Overviews or Bing’s Copilot) often give them direct answers at the top of the page; without needing to click on any website. This means fewer people are clicking on regular search results. For some websites, this change is causing a big drop in the number of visitors who come from search engines. Some call it the “60% problem” because traffic can drop by more than half in some cases. In short: AI is giving people answers faster, but it's also cutting into the visits that websites used to get from Google.</li>
1349
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>Ref: <a href="https://www.forbes.com/sites/torconstantino/2025/04/14/the-60-problem---how-ai-search-is-draining-your-traffic/?utm_source=chatgpt.com"> Search Atlas - Advanced SEO Software+5Forbes+5Coalition Technologies+5</a></li>
1350
+ </ul>
1351
+ </div>
1352
+ <div class="bg-white rounded-lg shadow p-6 mb-6">
1353
+ <p class="hovered-element text-lg font-semibold text-gray-700">Core Web Vitals becoming more important for SEO</p>
1354
+ <ul class="space-y-2 mb-4">
1355
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>Core Web Vitals (LCP, INP/FID, CLS) are a set of metrics Google uses to measure how user-friendly a website is. These are part of how Google decides which pages to rank higher in search results. This represents a broader opportunity for CWS to explore site performance improvements, and it would be valuable to bring this forward for discussion in an upcoming Product Council meeting.</li>
1356
+ <li class="flex items-start"><span class="text-secondary mr-2">•</span>Ref: <a href="https://searchatlas.com/blog/seo-ranking-factors/?utm_source=chatgpt.com"> https://searchatlas.com/blog/seo-ranking-factors/?utm_source=chatgpt.com</a></li>
1357
+ </ul>
1358
+ </div>
1359
+ </div>
1360
+
1361
  <!-- Quarterly Tasks Tab -->
1362
  <div id="quarterly" class="tab-content">
1363
  <h2 class="text-2xl font-bold text-primary mb-6">Quarterly Projects & Tasks</h2>