Define Link Relationships
a tag LInk ေတြ ၾကားက ဆက္ႏြယ္မႈေတြကို rel
attribute သံုးျပီးေတာ့ ေဖာ္ျပႏိုင္ပါတယ္။ ဒီ link ဟာ author link လား prev , next စတဲ့ link လား။ help လား စသည္ျဖင့္ သတ္မွတ္ႏိုင္ပါတယ္။ Search engine အေနနဲ႕ outgoing link ကို analyze လုပ္တဲ့ အခါမွာ အမ်ုိးအစား ခြဲျပီး သတ္မွတ္ဖို႕ အတြက္ အသံုးဝင္ပါတယ္။
<html>
<head>
<title>Link</title>
</head>
<body>
<p>This page authored by <a rel="author" href="http://www.saturngod.net">Saturngod</a></p>
<p>Test out the <a rel="external nofollow" href="http://beta.newdesign.com">beta version of the site</a>
</body>
</html>
အဲဒီ code မွာ <a rel="author" href="http://www.saturngod.net">Saturngod</a>
ဆိုတဲ့ ေနရာမွာ rel ကို author လုိ႕ ေပးထားတာ ေတြ႕ပါလိမ့္မယ္။ link က author နဲ႕ သက္ဆိုင္တယ္လို႕ ဆိုထားပါတယ္။ ေနာက္ျပီးေတာ့ multiple realation အတြက္ space ထားျပီး အသံုးျပဳႏိုင္ပါတယ္။ link relationship type ေတြကိုေတာ့ ေအာက္က table မွာ ၾကည့္ႏိုင္ပါတယ္။
Name | Description |
---|---|
alternate | ယခု စာမ်က္ႏွာ ရဲ႕ အျခား ပံုစံ တစ္ခု |
author | ယခု စာမ်က္ႏွာရဲ႕ စာေရးသူ |
external | site ရဲ႕ အျပင္ဘက္ link |
first , prev , next , last | စာမ်က္ႏွာမ်ား အတြက္ link |
help | အကူအညီ စာမ်က္ႏွာကို ခ်ိတ္ဆက္ထားျခင္း |
licence | copyright လိုင္စင္ႏွင့္ သက္ဆိုင္ေသာ |
nofollow | search engine အေနနဲ႕ လက္ရိွ link ဟာ လက္ရိွ document ႏွင့္ သက္ဆိုင္ မႈ မရိွျခင္း။ ဒါေၾကာင့္ page ranking အတြက္ အသံုးမျပဳရန္ |
noreferrer | browser အေနနဲ႕ referrer information ကို click လုပ္လွ်င္ မပို႕ရန္ |
search | search page ကို သြားမည့္ link |
tag | tag သို႕မဟုတ္ keyword ေဖာ္ျပထားသည့္ link |