1
Hello everyone!
I put in the geo meta tags theme, my idea is to insert them into the core of xoops such as: xoops_meta_description, xoops_meta_keywords, xoops_meta_copyright, etc., as follows:
<meta name="geo.country" content="xoops_meta_geocountry" />
<meta name="geo.placename" content="xoops_meta_geoplacement" />
<meta name="geo.position" content="xoops_meta_geoposition" />
<meta name="geo.region" content="xoops_meta_region" />
<meta name="ICBM" content="xoops_meta_icbm" />
my meta tags as:
<meta name="geo.country" content="IT" />
<meta name="geo.placename" content="87100 Cosenza CS, Italia" />
<meta name="geo.position" content="39.313582;16.251183" />
<meta name="geo.region" content="IT-Calabria" />
<meta name="ICBM" content="39.313582, 16.251183" />
I use google maps to search for geographic data
I hope all is to the liking for and appreciated by the staff of xoops to incorporate in the core profile module, while the installation or registration of the webmaster
Thanks & Regards