The author meta tag
<meta name=”author” content=”<?php bloginfo('name'); ?>” />
I created a wordpress plugin that creates the page description after installation, unlike the previous article.
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
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
Dear User,
We would like to continue our work and keep providing you with free content and services. However, we need your help to do that.
If you are satisfied with our website and the information we offer, please consider making a donation. Most of our work is done on a voluntary basis, and donations help cover operating costs and support the development of new content.
Every contribution, no matter how big or small, contributes to the maintenance and improvement of our website. Click the PayPal button below to donate easily and securely. Thank you for your generous support!
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
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.