Mahdi Bashirpour
Mahdi Bashirpour

Reputation: 18883

Different description meta tag for each page in wordpress without plugin

how to use different description meta tag for each page in wordpress.

I have one header.php file for all of the theme.

Upvotes: 0

Views: 835

Answers (2)

gael
gael

Reputation: 1493

To add different description Meta tags Without using plugin you could create Custom fields in Wordpress and then call them in your header.php file

https://wordpress.org/support/article/custom-fields/

Upvotes: 1

Sri Gokul Krishnan
Sri Gokul Krishnan

Reputation: 11

Do check the SEO dashboard, Where you can change the description for each pages.

Go through the theme documentation, Every theme has a plugin to change the description.

Or use Google web master tool there are many resources and youtube tutorial which might help you.

Upvotes: 1

Related Questions