Yoast is a WordPress plugin for website and search engine optimization. Use this tag if you have a question that is directly related to Yoast.
Questions tagged [yoast]
291 questions
25
votes
1 answer
how to add Yoast wordpress plugin to laravel
I develop a website with Laravel and now I'd like to add Yoast plugin to it's blogger section to improve site blogs.
as I can see from Yoast github there is a javascript version of it that can be add to custom sites.
the usage help is not very…

soha1410
- 555
- 5
- 14
8
votes
3 answers
How can I change the title on a WordPress page?
Context: WordPress 5.4.5 and Yoast SEO 3.7.1
I'm a plugin developer who has access to the client's site. The site has Yoast 3.7.1 installed. Is that significant, because no matter what I do I can't change the 404 page's title?
Now on other pages on…

bugmagnet
- 7,631
- 8
- 69
- 131
6
votes
4 answers
Where are the Yoast SEO titles and descriptions stored?
I'm managing a small directory website and I have set some generic titles and descriptions for my pages with Yoast SEO Plugin.
I'd like to duplicate them to every entry/page directly via the MySQL database. However, I cannot find it in the DB.
I…

Laurent Meyer
- 2,766
- 3
- 33
- 57
5
votes
2 answers
Set Yoast title in template for custom post type archive
I'm using Yoast SEO plugin. I've got a custom post type that was initially setup as "news"... this was then changed to "blog". Even though the archive settings are set to be called "Blog", when posting the link in linkedin, the snippet still shows…

Rob
- 6,304
- 24
- 83
- 189
5
votes
6 answers
Is there any way to get Yoast title inside a page using the Yoast variable? ( i.e. %%title%%)
I need to create a function so that I can use that inside any page which is outside the WordPress regular page. I mean wp_head() will not be placed there. I need it for a purpose.
The purpose is for AMP (ampproject.org) a page where I can't use any…

Hasan Tareq
- 345
- 1
- 3
- 11
4
votes
0 answers
Yoast SEO breadcrumbs missing ListItem name and adding #webpage at the end of the URL
I am using Yoast SEO.
Our SEO tool is showing an error that we can't seem to fix through the configuration options.
A value for the name field is required
Apart from the 'missing' name field, Yoast SEO seems to add a #webpage anchor link at the…

jpruizs
- 485
- 1
- 5
- 19
4
votes
0 answers
How can I replace og:image value on Yoast version 15?
Yoast change their way to change og:image and remove wpseo_opengraph functions and replaced it with
wpseo_frontend_presenters, Now I want to change the value of og:image, the thing I don't get it is how to replace the value of og:image instead of…

Nicky Jacobo
- 41
- 1
4
votes
0 answers
How to edit Yoast Breadcrumbs JSON-LD array
I'm using Yoast plugin Wordpress.
My page url is https://abc.example.com/company/aurora-cannabis/latest-news
My actual URL is https://abc.example.com/company/aurora-cannabis/ which is custom post type page.
To create custom URL, I used filter…

Prashant Patil
- 2,463
- 1
- 15
- 33
4
votes
1 answer
Change author @id in JSON-LD schema generated by Yoast
The Yoast plugin for WordPress generates Schema.org markup for posts. In my case it's something like this:…

Jörg
- 261
- 1
- 2
- 6
4
votes
3 answers
Yoast SEO (WordPress Plugin) - Get plugin generated data manually
I wanted to get the Yoast SEO generated data manually, see example code below
This data is being generated by Yoast and automatically add it inside the head tag.