<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Basic SEO for Web Developers Part 3]]></title><description><![CDATA[<p dir="auto"><strong>1. Important Social Metadata</strong></p>
<ul>
<li>
<p dir="auto">Sample Meta Tag Template: "Article"</p>
</li>
<li>
<p dir="auto">Place this data between the &lt;head&gt; tags of your website</p>
<pre><code>&lt;!-- Open Graph data --&gt;
&lt;head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# article:     http://ogp.me/ns/article#"&gt;

&lt;meta property="og:title" content="Your Title Here" /&gt;
&lt;meta property="og:type" content="article" /&gt;
&lt;meta property="og:url" content="https://example.com/" /&gt;
&lt;meta property="og:image" content="https://example.com/image.jpg" /&gt;
&lt;meta property="og:description" content="Your Description Here" /&gt;
&lt;meta property="og:site_name" content="Your Site Name, i.e. Moz" /&gt;
&lt;meta property="fb:app_id" content="Your FB_APP_ID" /&gt;
</code></pre>
<pre><code>&lt;!-- Twitter Card data --&gt;
&lt;meta name="twitter:card" content="summary"&gt;
&lt;meta name="twitter:site" content="Your @publisher_handle"&gt;
&lt;meta name="twitter:title" content="Your Page Title"&gt;
&lt;meta name="twitter:description" content="Your Page description less than 200 characters"&gt;
&lt;meta name="twitter:creator" content="Your @author_handle"&gt;

&lt;!-- Twitter Summary card images must be at least 120x120px --&gt;
&lt;meta name="twitter:image" content="https://example.com/image.jpg"&gt;
</code></pre>
</li>
<li>
<p dir="auto">Social Metadata Best Practices<br />
i. Default to Open Graph</p>
<ul>
<li>Facebook</li>
<li>Twitter</li>
<li>Google+</li>
<li>LinkedIn</li>
<li>Pinterest</li>
</ul>
<p dir="auto">ii. Optimal Image Sizing</p>
<ul>
<li>Choose large images over small</li>
<li>Twitter
<ul>
<li>Minimum 120 x 120px</li>
<li>No larger than 1MB</li>
</ul>
</li>
<li>Facebook
<ul>
<li>Minimum 200 x 200px</li>
<li>Over 1200 x 630px recommended</li>
</ul>
</li>
</ul>
</li>
</ul>
<p dir="auto"><strong>2. Rich Snippets and Structured Data</strong></p>
<ul>
<li>Enhance search results and help machines to understand your content</li>
<li>Common Vocabularies
<ul>
<li><a href="http://schema.org" target="_blank" rel="noopener noreferrer nofollow ugc">schema.org</a></li>
<li><a href="http://datavocabulary.org" target="_blank" rel="noopener noreferrer nofollow ugc">datavocabulary.org</a></li>
<li><a href="http://microformats.org" target="_blank" rel="noopener noreferrer nofollow ugc">microformats.org</a></li>
</ul>
</li>
<li>Popular Formats
<ul>
<li>Microdata</li>
<li>RDFa</li>
<li>JSON-LD</li>
</ul>
</li>
<li>Breadcrumbs<pre><code>&lt;ol itemscope itemtype="http://schema.org/BreadcrumbList"&gt;
    &lt;li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"&gt;
        &lt;a itemprop="item" href="https://example.com/widgets"&gt;
            &lt;span itemprop="name"&gt;Widgets&lt;/span&gt;
        &lt;/a&gt;
        &lt;meta itemprop="position" content="1" /&gt;
    &lt;/li&gt;
   ›&lt;li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem"&gt;
        &lt;a itemprop="item" href="https://example.com/widgets/large"&gt; 
           &lt;span itemprop="name"&gt;Large Widgets&lt;/span&gt;
        &lt;/a&gt;
        &lt;meta itemprop="position" content="2" /&gt;
    &lt;/li&gt;
&lt;/ol&gt;
</code></pre>
</li>
<li>Reviews<pre><code>&lt;div itemscope itemtype="http://schema.org/Review"&gt;
    &lt;div itemprop="itemReviewed" itemscope itemtype="http://schema.org/Book"&gt;
        &lt;span itemprop="name"&gt;The Art of SEO&lt;/span&gt;
    &lt;/div&gt;
    &lt;span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"&gt;
        &lt;span itemprop="ratingValue"&gt;5&lt;/span&gt;
    &lt;/span&gt;
    stars -  &lt;b&gt;"&lt;span itemprop="name"&gt;A good read.&lt;/span&gt;" &lt;/b&gt;
    &lt;span itemprop="author"&gt;Roger Mozbot&lt;/span&gt;
    &lt;span itemprop="reviewBody"&gt;The Art of SEO is a good book.&lt;/span&gt;
&lt;/div&gt;
</code></pre>
</li>
<li>Common Structured Data Uses
<ul>
<li>Events</li>
<li>Business Information</li>
<li>People</li>
<li>Mobile Apps</li>
<li>Recipes</li>
<li>Media Content</li>
<li>Contact Data</li>
<li>Email Markup</li>
</ul>
</li>
</ul>
]]></description><link>https://lankadevelopers.lk/topic/40/basic-seo-for-web-developers-part-3</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 01:52:08 GMT</lastBuildDate><atom:link href="https://lankadevelopers.lk/topic/40.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 19 Dec 2018 11:06:02 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Basic SEO for Web Developers Part 3 on Thu, 20 Dec 2018 04:40:44 GMT]]></title><description><![CDATA[<p dir="auto">thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a></p>
]]></description><link>https://lankadevelopers.lk/post/245</link><guid isPermaLink="true">https://lankadevelopers.lk/post/245</guid><dc:creator><![CDATA[Nubelle]]></dc:creator><pubDate>Thu, 20 Dec 2018 04:40:44 GMT</pubDate></item><item><title><![CDATA[Reply to Basic SEO for Web Developers Part 3 on Wed, 19 Dec 2018 14:29:55 GMT]]></title><description><![CDATA[<p dir="auto">Thanks <a class="plugin-mentions-user plugin-mentions-a" href="https://lankadevelopers.lk/uid/2">@dev_lak</a>  😍</p>
]]></description><link>https://lankadevelopers.lk/post/241</link><guid isPermaLink="true">https://lankadevelopers.lk/post/241</guid><dc:creator><![CDATA[fern]]></dc:creator><pubDate>Wed, 19 Dec 2018 14:29:55 GMT</pubDate></item><item><title><![CDATA[Reply to Basic SEO for Web Developers Part 3 on Wed, 19 Dec 2018 12:49:59 GMT]]></title><description><![CDATA[<p dir="auto">Part One : <a href="https://lankadevelopers.com/topic/28/basic-seo-for-web-developers-part-1/6" target="_blank" rel="noopener noreferrer nofollow ugc">https://lankadevelopers.com/topic/28/basic-seo-for-web-developers-part-1/6</a><br />
Paer Two : <a href="https://lankadevelopers.com/topic/32/basic-seo-for-web-developers-part-2/6" target="_blank" rel="noopener noreferrer nofollow ugc">https://lankadevelopers.com/topic/32/basic-seo-for-web-developers-part-2/6</a></p>
<p dir="auto">Fatta bro. thanx</p>
]]></description><link>https://lankadevelopers.lk/post/240</link><guid isPermaLink="true">https://lankadevelopers.lk/post/240</guid><dc:creator><![CDATA[root]]></dc:creator><pubDate>Wed, 19 Dec 2018 12:49:59 GMT</pubDate></item></channel></rss>