open

Archive for the meta tag tag on desktop

07.09.2022.

The author meta tag

Last update: 16.09.2022.
 <meta name=”author” content=”<?php bloginfo('name'); ?>” />
Copy to Clipboard

04.09.2022.

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.

read more


16.08.2022.

Theme color meta tag with code snippet or with wordpress plugin

Last update: 16.09.2022.

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


12.08.2022.

What are the keywords?

Last update: 14.08.2022.

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


09.08.2022.

Automatic filling of the description meta tag on wordpress head

Last update: 16.09.2022.

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


03.08.2022.

Add Twitter meta tag to header – wordpress plugin

Last update: 15.11.2022.

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


28.07.2022.

Add Facebook meta tag to the header with code snippet or with wordpress plugin

Last update: 16.09.2022.

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


22.07.2022.

Removing the generator from the wordpress header

Last update: 14.08.2022.

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.

read more