How can we add meta tags in joomla site

kusagedo

New Member
in site devloped in Joomla, How can We add meta tags like description tag, keywords tag title tag in each and every page.

Its very important for me.. please give your very understanding answer.. You need to install another component to your joomla. I'm not sure what is the component called, its like sh301 or something. hi
Follow these steps :
layout/ HTML
find this tag : <head>
after this tag put The following codes
1- title code
<META CONTENT='write your title here' NAME='Title'/>
2- description code
<META content='write your description here' name='description'/>
3- keywords code
<META content='write your keywords here' name='keywords'/>
4- robots cod
<meta content='all' name='robots'/>
in the last code don't make any Changes
You can customize the website by adding SEO
 
Back
Top