Adding 'Keywords' and 'description' for wordpress site
Most of Wordpress themes do not provide keywords and description tags.
That can be a problem when optimising SEO. Of course, there are many plugins
for solving this issue. However, not all servers are confortable with those plugins.
Some high-ranked SEO plugins may work perfectly on servers with high standard
configurations and features but they are disasters for small personal servers.
It can be a serious problem to load a plugin consuming hundreds of megabytes on
a small server with 1 gigabyte for instance. At the worst case, the website may
not be loaded eventually.
So if you only want to add those meta tags in your website with no need of monitoring
the traffic statistics, here is a more efficient way for your references.
Implementation
Adding the following codes to funciton.php located in your child theme will do the job
and you are off to go.