يا حبيبي أنا الي فهمته من الوصله غير الي أنت مسويه
أنت تفتح ملف و تحط فيه هالكود
<meta name="author" content="name">
<meta name="keywords" content="php documentation">
<meta name="DESCRIPTION" content="a php manual">
<meta name="geo.position" content="49.33;-86.59">
</head> <!-- parsing stops here -->
مع تغير التالي
author= اسم الكاتب / اسم المؤلف و يفضل تحط اسم الموقع
keywords= يعني تحط مثلا موقعي اسمه المايسترو أحط شبكة المايسترو أو منتديات المايسترو
DESCRIPTION= وصف الموقع مثال : شكبة تحتوي على كذا و كذا و من هالكلام
و الباقي ما أعرف إذا يبالهم تغيير
أو هذا الكود
<?php
// Assuming the above tags are at
www.example.com
$tags = get_meta_tags('http://www.example.com/');
// Notice how the keys are all lowercase now, and
// how . was replaced by _ in the key.
print $tags['author']; // name
print $tags['keywords']; // php documentation
print $tags['description']; // a php manual
print $tags['geo_position']; // 49.33;-86.59
?>
تحياتي