<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Shally Ochieng</title>
    <description>The latest articles on DEV Community by Shally Ochieng (@shally_ochieng_41c6407d33).</description>
    <link>https://dev.to/shally_ochieng_41c6407d33</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3473237%2F2ce1e635-d426-4fed-af1e-27671f58bfa2.png</url>
      <title>DEV Community: Shally Ochieng</title>
      <link>https://dev.to/shally_ochieng_41c6407d33</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/shally_ochieng_41c6407d33"/>
    <language>en</language>
    <item>
      <title>SEMANTIC HTML PRESANTATION</title>
      <dc:creator>Shally Ochieng</dc:creator>
      <pubDate>Mon, 01 Sep 2025 19:07:29 +0000</pubDate>
      <link>https://dev.to/shally_ochieng_41c6407d33/semantic-html-presantation-4n9b</link>
      <guid>https://dev.to/shally_ochieng_41c6407d33/semantic-html-presantation-4n9b</guid>
      <description>&lt;p&gt;Semantic html refers to the use of &lt;strong&gt;HTML&lt;/strong&gt;tags that convey meaning about the content they contain both to the browser and to the developers.&lt;/p&gt;

&lt;p&gt;1 &lt;strong&gt;Technical Writing Focus:&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;How semantic HTML tags improve search engine crawling and indexing&lt;/strong&gt;&lt;br&gt;
1 &lt;strong&gt;clear content structure&lt;/strong&gt;&lt;br&gt;
-search engine bots scan a webpage and rely on structure to understand what's important. &lt;br&gt;
-Tags like help Google know which parts are standalone contents &lt;br&gt;
- tell crawlers where the main content is, avoiding distractions like ads or sidebars.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;performance metrics and measurable SEO improvement **&lt;br&gt;
1&lt;/strong&gt;How to measure SEO Improvement**&lt;br&gt;
*&lt;em&gt;Set Baseline Metrics *&lt;/em&gt;&lt;br&gt;
before making changes log your current performance metrics&lt;br&gt;
*&lt;em&gt;Implement Changes *&lt;/em&gt;&lt;br&gt;
Add semantic html improve meta tags optimize speed&lt;br&gt;
*&lt;em&gt;Track overtime *&lt;/em&gt;&lt;br&gt;
Weekly for smaller sites&lt;br&gt;
Daily or hourly for large sites&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical Accessibility implementation&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Testing methodologies for accessibility compliance **&lt;br&gt;
1&lt;/strong&gt;Choose Testing Methods **&lt;br&gt;
-Automated Testing, fast scanning for common issues.&lt;br&gt;
-Manual Testing, Human checks for content structure and behavior.&lt;br&gt;
-User Testing, Includes users with disability in testing.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical specification for WCAG guideline adherence&lt;/strong&gt;&lt;br&gt;
1*&lt;em&gt;Test Alternative&lt;/em&gt;*&lt;br&gt;
-use descriptive keyword in alt text naturally.&lt;br&gt;
-Avoid stuffing a&lt;br&gt;
&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr87bnsvrjj7u5t8nvbxn.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fr87bnsvrjj7u5t8nvbxn.jpg" alt=" " width="800" height="531"&gt;&lt;/a&gt;lt attributes with keywords&lt;br&gt;
-use aria-hidden= "true" for decorative images to hide from screen readers and crawlers. &lt;/p&gt;

&lt;p&gt;2*&lt;em&gt;Key Technical Areas to cover&lt;/em&gt;*&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical testing and validation methods&lt;/strong&gt;&lt;br&gt;
1*&lt;em&gt;site performance Testing *&lt;/em&gt;&lt;br&gt;
-Google pagespeed insite, Measures core Web Vitals for mobile and desktop&lt;br&gt;
-webpage test.org, Deep analysis of load time and waterfall&lt;br&gt;
-Lighthouse, in-browser performance audit&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Implementation Best practices&lt;/strong&gt;&lt;br&gt;
1 &lt;strong&gt;Technical SEO Best practices&lt;/strong&gt;&lt;br&gt;
-use HTTPS, secure your site with an SSL certificate&lt;br&gt;
-Optimize side speed, improve load times, core web vitals&lt;br&gt;
-proper URL structure, use clean descriptive URLS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Practical Application&lt;/strong&gt;&lt;br&gt;
&lt;strong&gt;Integration with modern web development workflows&lt;/strong&gt;&lt;br&gt;
1*&lt;em&gt;version Control and Git workflows&lt;/em&gt;*&lt;br&gt;
-use features branches for SEO related changes, Easire to isolate test and metadata content.&lt;br&gt;
-Review html and metada diffs in pull requests, Catch SEO registration like missing tittles or broken schema.&lt;br&gt;
-Add pre-commit hooks to lint for accessibility or SEO rules, Use ESLint plugins like eslint.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Technical recommendation and standards&lt;/strong&gt;&lt;br&gt;
1 &lt;strong&gt;Security and Index Hygiene standards&lt;/strong&gt;&lt;br&gt;
-No orphan pages, All importance URLs should be linked internally.&lt;br&gt;
-Avoid mixed content, All resources must be HTTPS.&lt;br&gt;
-Canonical tag, Required on all canonical pages.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
