michel173
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] dateModified younger than datepublish for planed articlesNo problem. Thanks
Forum: Plugins
In reply to: [Yoast SEO] dateModified younger than datepublish for planed articles], 'headline' => $this->helpers->schema->html->smart_strip_tags( $this->helpers->post->get_post_title_with_fallback( $this->context->id ) ), 'datePublished' => $this->helpers->date->format( $this->context->post->post_date_gmt ), 'dateModified' => $this->helpers->date->format( $this->context->post->post_modified_gmt < $this->context->post->post_date_gmt ? $this->context->post->post_date_gmt : $this->context->post->post_modified_gmt), 'mainEntityOfPage' => [ '@id' => $this->context->main_schema_id ], 'wordCount' => $this->word_count( $this->context->post->post_content, $this->context->post->post_title ), ];
Hey there, we adapt this little bugfix in your YOAST Plugin. wordpress-seo/src/generators/schema/article.php on line 57. Could you fix this in the new YOAST SEO Version of your plugin. Because it is now a customized fix by us and after update the problem/bug is back again. Thanks
- This reply was modified 1 year, 10 months ago by michel173.
Forum: Plugins
In reply to: [Yoast SEO] dateModified younger than datepublish for planed articlesHello again, if we publish immediately everything is ok. But if we schedule the post, then dateModified is younger than datepublished. We would like for schedule posts detaPublish = dateModified. There gives a lot of hooks and workarrounds in the wordpress-Community. But at first we would like to ask you about the problem/bugfixing in YOAST. It can also be correct for you or your offical YOAST SEO Plugin. Thanks
Yes, it works again. Thanks
Same Problem. Network Settings are lost and post-sharing is impossible.
Forum: Plugins
In reply to: [Yoast Duplicate Post] Change Slug with rewrite and republishhi @mikes41720
Many thanks for your response. To klone the post isn′t an option for us, because we get an new post-id. We would like to change the title, the body, the img and the slug and use the same post (incl. post-id) and then we republish the post for the weekend and get an redirect from the old slug by wordpress (standard-function if you change the slug by the article).
If there is no options, do you have a hook in your plugin to change the slug? Then we build it adn adept it to your plugin.
Many thanks
Michael
Thanks
Thank you!