Quantcast
Channel: WordPress.org Forums » [Yoast SEO] Support
Viewing all 41918 articles
Browse latest View live

meta -title & description missing on homepage

$
0
0

Replies: 2

Helllo,

WP : 5.4.1
PHP : 7.4.7
theme : Astra / Elementor
Exensions : nothing new..

Yoast plugin warned me I had indexations errors and adviced to check with Ryte.
I do have multiple issues, one is : “I don’t have meta-title and meta-description on my homepage”.
Indeed, when I look in dashboard at the pages, the colums of these data about the homepage are empty (empty for the meta-title, and with a “_” in the meta-description colum). The request colum is ok.

But in the Yoast section, before and now with last update (could it be the problem?), the meta-title and the meta-description are well filled out, I even have a green dot from Yoast !!
As it’s the homepage, into the global settings, I’ve tried with “the last articles” and also with a “static page” wich I linked to a “blog” especially created page (I don’t have a blog yet). Both solutions don’t work…
I’d be very greatfull if someone could help me out !

Other problem, Ryte says I don’t have a sitemap… But I do have the Yoast created sitemap, known by google… Or is it only the “xml.gz” version the issue ?? Wich tool do you use to create it ? Thanks again !!

A last one for this message, Ryte tells me I should have a redirect of the http version to https. But I’ve this done by my security plugin, an optimisation plugin etc… I do hesitate to make one more redirect by a specialised plugin as it says it will change important things on the server side.. And again, it should already be all right ???

Thanks to all of you who will try to help me out !!


Yoast version in sourcecode

$
0
0

Replies: 0

Hello,

The Yoast SEO version is visible in the sourcecode of my website.
You can hide the version in sourcecode with the following code

// Remove Yoast version from sourcecode view
add_filter( 'wpseo_hide_version', '__return_true' );

But this only works for the Premium version.

Security:
Showing the version of a plugin in the source code is a security risk, because a potential hacker will know the version of de plugin and can use earlier vulnerabilities.

Is there a way to hide the plugin version without buying the premium version?

  • This topic was modified 37 minutes ago by tomonsweb.

Highlight custom search results excerpt from Yoast

$
0
0

Replies: 1

I am using Genesis with WordPress and I have created some functions with the help from others on the internet to make custom search results in WordPress. With these functions the search results have the Meta title and description from the Yoast SEO plug-in.

I also made a function to hightlight the keywords that somebody used in the searchresults but it only is applying to the title and not to the excerpt that is created with the Yoast Meta description.

This is the function for hightlight the keywords in the results:

function wps_highlight_results($text){
     if(is_search()){
     $sr = get_query_var('s');
     $keys = explode(" ",$sr);
     $text = preg_replace('/('.implode('|', $keys) .')/iu', '<strong class="search-excerpt">'.$sr.'</strong>', $text);
     }
     return $text;
}
add_filter('the_excerpt', 'wps_highlight_results');
add_filter('the_title', 'wps_highlight_results');

I already tried to use this filter to make the highlight work in the excerpt:
add_filter('wpseo_metadesc', 'wps_highlight_results');

But that did not work either.

This are the functions I use to use Yoast in the search results:

function be_search_entry_title() {
    $title = '';
    if( function_exists( 'wpseo_replace_vars' ) ) {
        global $post;
        $title = get_post_meta( get_the_ID(), '_yoast_wpseo_title', true );
        $title = wpseo_replace_vars( $title, $post );
    }
    if( empty( $title ) ) {
        $title = get_the_title();
    }
    return $title;
}

function be_search_entry_excerpt() {
    $excerpt = '';
    if( function_exists( 'wpseo_replace_vars' ) ) {
        global $post;
        $excerpt = get_post_meta( get_the_ID(), '_yoast_wpseo_metadesc', true );
        $excerpt = wpseo_replace_vars( $excerpt, $post );

    }
    if( empty( $excerpt ) ) {
        $excerpt = get_the_excerpt();
    }
    return $excerpt;
}

function be_genesis_search_entry_title( $title ) {
    if( is_search() )
        $title = be_search_entry_title();
    return $title;
}
add_filter( 'genesis_post_title_text', 'be_genesis_search_entry_title');

function be_genesis_search_entry_excerpt() {
    if( ! is_search() )
        return;

    remove_action( 'genesis_entry_content', 'genesis_do_post_content' );
    echo wpautop( be_search_entry_excerpt() );
}
add_action( 'genesis_entry_content', 'be_genesis_search_entry_excerpt', 9 );

I think I am missing something or I have the tweak a function to also apply the highlight on the excerpt. If someone could point me in the right direction that would be great!

OG Image Not Showing Facebook. Yoast.

$
0
0

Replies: 5

Hi,

I am hoping someone will be able to help me. I am getting this on FB Debugger.
Provided og:image URL, could not be processed as an image because it has an invalid content type.

I am using Soledad theme and have set the image using Rank Math Seo and also Yoast SEO.
If I disable Yoast the Debugger says this.
The following required properties are missing: og:url, og:type, og:title, og:image, og:description, fb:app_id

Here is my site.
https://toplifeupdates.com/

Any help would be appreciated.

Will Changing Product URL path cause Error?

$
0
0

Replies: 1

I have Premium Yoast SEO plugin on my website and I want to change path to my products. Right now its domain/shop/category/simple-product, and I want to change it to domain/product/simple-product. Will this cause 404 error everywhere on internet (search results, Facebook posts, Instagram posts, backlinks) or will Yoast Premium fix it automatically? Thanks in advance!

Primary Category not consistently working

$
0
0

Replies: 3

I’m running into an odd issue:

(The reason I’m asking in this support area is that according to https://wordpress.org/support/topic/some-grand-child-categories-are-not-showing-on-breadcrumbs/ the “primary category” option is linked to Yoast, not core WooCommerce.)

Some products that are in multiple categories have the primary category behave as expected in breadcrumbs- the product displays with the primary category as the breadcrumb.

Other products display a non-primary category in the breadcrumb. Note that this is not always the same category that has this issue- in one case, the product has “Category A” as the primary category, but displays a full breadcrumb path to its other category instead (this is an older product, and the “Category A” category was added after the product was already in the other category, if this information is relevant). In another case, the product has a different category as its primary category, but displays “Category A” in its breadcrumb instead. (This second product is a newer product, added after “Category A”).

How would you go about diagnosing/fixing this issue? Any ideas what might be causing this?

sub-categories post page leads to 404

$
0
0

Replies: 1

hello, I have Yoast SEO premium, but wanted to try here first. If I disable the Yoast Plugin, there is no issues, so I need help resolving the conflict.

Top-level category post pages work fine (i.e., mysite.com/category1), but second and third-level pages give a 404 error (ie. mysite.com/category1/category1a/). I have saved the permalink structure as is without changing and the problem still persists.

Please help, thanks.

Homepage noindexed!

$
0
0

Replies: 10

I finally took the plunge and updated to v14.

Then I started to get emails from Google telling me that a page in my sitemap was noindexed. When I looked in Search Console I saw that it was my homepage! Sure enough, when I went to my site and viewed the source, I can see the robots meta says to noindex the homepage!

Of course I immediately turned off Yoast SEO plugin to confirm the issue, and yes, when Yoast is turned off, the noindex goes away.

Only the homepage is noindexed. I know that the original version of v14 had some noindex issues but they were supposed to be fixed. I’m running 14.4.1

My theme is the Extra theme from Elegant Themes (basically this is Divi with some different CSS). The homepage layout is created with a builder and must be stored as a custom post type. But whatever that post type is, it doesn’t show up in Yoast menus to control its search visibility.

If I take a blank page and use the Reading settings in the wordpress menu to define this blank page as my homepage, the robots text changes to index. So this is definitely an issue specific to defining the site’s homepage as one of these custom layouts.

I don’t know what to do 🙁

  • This topic was modified 13 hours, 14 minutes ago by whistlerdan.

Missing editor for titles in settings

$
0
0

Replies: 1

On various installations I am missing completely the editor to personalize how titles and other would be composed on pages, posts, etc

This is “admin.php?page=wpseo_titles”
https://ibb.co/s2QjJT5

i get some JS errors in the console:

`components-1320.js?ver=13.2:29 Uncaught TypeError: Class extends value undefined is not a constructor or null
at Object.<anonymous> (components-1320.js?ver=13.2:29)
at n (components-1320.js?ver=13.2:1)
at Object.<anonymous> (components-1320.js?ver=13.2:1)
at n (components-1320.js?ver=13.2:1)
at Object.<anonymous> (components-1320.js?ver=13.2:29)
at n (components-1320.js?ver=13.2:1)
at components-1320.js?ver=13.2:1
at components-1320.js?ver=13.2:1
search-appearance-1320.js?ver=13.2:1 Uncaught TypeError: Cannot read property ‘StyledSection’ of undefined
at Object.<anonymous> (search-appearance-1320.js?ver=13.2:1)
at f (commons-1320.js?ver=13.2:1)
at Object.<anonymous> (search-appearance-1320.js?ver=13.2:1)
at f (commons-1320.js?ver=13.2:1)
at Object.<anonymous> (search-appearance-1320.js?ver=13.2:1)
at f (commons-1320.js?ver=13.2:1)
at Object.<anonymous> (search-appearance-1320.js?ver=13.2:1)
at f (commons-1320.js?ver=13.2:1)
at t (commons-1320.js?ver=13.2:1)
at Array.r [as push] (commons-1320.js?ver=13.2:1)
2
DevTools failed to load SourceMap: Could not load content for chrome-extension://kahoebmmfnjmjcbclecdkhiapmefpaed/data/shared/libs/js/jquery.min.map: HTTP error: status code 404, net::ERR_UNKNOWN_URL_SCHEME
?v=2.0:6 WebSocket connection to ‘wss://public-api.wordpress.com/pinghub/wpcom/me/newest-note-data’ failed: Error during WebSocket handshake: Unexpected response code: 403

I am trying to find a conflict with another plugin but can’t figure it out (WPML?) any way I could debug what is going on?

[NSFW] Not indexing

$
0
0

Replies: 1

My site has English version and greek version, my problem is that is not indexing the main English version. For example, if i make a post and search the link of the English version there are not results, but if i search the greek version is insexed.
Any idea what is going on and what should i do ?

SEO Widget broken

$
0
0

Replies: 3

Hi!
Since last update, this is how the SEO widget looks like: https://prnt.sc/t8kg0p
How can you fix it?

Thank you,
Ricardo Araújo

Schema code

$
0
0

Replies: 3

I have done a bunch of research on an issue and wanted to verify that I am correct.

I want to use article schema for my blog posts (past and future), but since I am using the classic editor, my understanding is that this is not possible until I switch to the block editor.

If I switch to the block editor, I believe I need to go to every post and change to a classic block to enable article scheme on them. Is this right?

My other question is if I use another schema plugin instead of Yoast, is there presently any schema from Yoast that would conflict? Or is there none since I am in classic editor?

Thanks for any help you can provide.

BeadCrumb error

Wrong og:url and schema url

blocks the feeds

$
0
0

Replies: 3

Good Morning.
I have purchased that the yoast plugin blocks the feeds of my website.
I do not know how it influences but having it activated they block and deactivating it works perfectly.


Plugin compatibility for mihamrah site

$
0
0

Replies: 0

Hello yoast

Do you think the use of the Just plugin is suitable for our website and will it be compatible with it or not?

Our site uses the WordPress content management system, please help.

https://mihamrah.com/

Fatal error after upgrading to 14.4.1

$
0
0

Replies: 2

Hello,

When I try to add a new plugin, my site shows the following fatal error:
Class ‘Yoast\WP\SEO\Config\Ruckusing Framework’ not found

How do I solve it?

Thanks.

Yoast SEOのパンくずリストが表示されない

$
0
0

Replies: 1

Yoast SEOを使っています。プレミアムではないのですが、
『検索での見え方』と言う項目に『パンくずリスト』と言うのがあり『パンくずリストを有効にする』にすればいいだけの簡単なもののはずで有効にして使っていました。(パンくずが表示されているのも確認しました)が、気づくとパンくずリストが表示されなくなっていました。

今現在も有効にしているのですが、表示されていません。
他の設定をいじった覚えもなく、Yoast SEOやテーマの更新で何かが変わってしまったのでしょうか?
無きゃ無いでも構わないのですが、有効に設定しているものが有効になっていないため、スッキリしないので書き込みしてみました。どなたか原因わかりませんか?
よろしくお願いします。

■WordPress:バージョン 5.4.2–ja
■テーマ:Twenty Seventeenバージョン: 2.3
■使用しているプラグイン
Akismet Anti-Spam (アンチスパム)
Contact Form 7
Jetpack by WordPress.com
Login No Captcha reCAPTCHA (Google)
LuckyWP 目次
Meta Slider
Real-Time Find and Replace
SiteGuard WP Plugin
TS Webfonts for お名前.com
What’s New Generator
WP Multibyte Patch
WP-PageNavi
Yoast SEO

ちなみに他に4つほどホームページがありますが、全てでパンくず消えました・・・
設定は有効にしてあります。
他の4つのホームページは制作開始日と使っているプラグインが微妙に違っています。
テーマは全てTwenty Seventeenバージョン: 2.3の最新です。

Custom post type breadcrumb name not updating

$
0
0

Replies: 0

I am using Customizer with option to set name of custom post type. But when CPT name is changed, breadcrumbs name stays the same. So it is probably something to do with indexables. If I check table wp_yoast_indexable, breadcrumb_title value is not changed. How do I force breadcrumb_title to update after changing CPT name?

Nach Update kommt fehlermeldung

$
0
0

Replies: 1

Habe heute ein Update des Yoast SEO Plugins in WordPress gemacht.

Aktualisierung fehlgeschlagen: <!– The First Div (for body) ends in the respective file for the corresponding tab –> {“success”:true,”data”:{“update”:”plugin”,”slug”:”wordpress-seo”,”oldVersion”:”Version 14.3″,”newVersion”:”Version 14.4.1″,”plugin”:”wordpress-seo\/wp-seo.php”,”pluginName”:”Yoast SEO”}}

  • This topic was modified 1 hour, 19 minutes ago by maffylein.
Viewing all 41918 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>