Archive for the meta tag tag on desktop
The author meta tag
<meta name=”author” content=”<?php bloginfo('name'); ?>” />
Add meta description to the wordpress header – wordpress plugin
I created a wordpress plugin that creates the page description after installation, unlike the previous article.
Theme color meta tag with code snippet or with wordpress plugin
You can use this code snippet or wordpress plugin to set the theme color on mobile devices.
The settings apply to Chrome Frefox Windows and Safari devices. read more
What are the keywords?
Keywords are the terms most relevant to the topic of your website. Since keywords are also used for search, you should design your website content so that the content you produce and the search terms you want to use are consistent. read more
Automatic filling of the description meta tag on wordpress head
Use this code snippet to automate the filling of the description metatag under the wordpress engine. On the home page, the general settings page description will be taken from the code. read more
Add Twitter meta tag to header – wordpress plugin
This wordpress plugin adds the Twitter Cards meta members to the header and fills them in automatically, helping you to share on Twitter. The plugin also comes with a settings page where you can set your Twitter username. read more
Add Facebook meta tag to the header with code snippet or with wordpress plugin
This code snippet adds Facebook Open Graph meta tags to the header and fills them in automatically, helping you to share on Facebook pages or groups. read more
Removing the generator from the wordpress header
Including the wordpress version number in the source code will help malicious attacks, as known exploits of non-updated versions of wordpress can be exploited.
Use the code snippet or plugin below to solve the problem.