jacky_K
Forum Replies Created
-
Forum: Plugins
In reply to: [Yoast SEO] How to change breadcrumb title for categories?I started turning Yoast settings on and off in turn.
Hmmm when I activated / deactivated the “REST API: Head endpoint” I saw the advanced section of Yoast.
A very strange problem.- This reply was modified 4 years, 10 months ago by jacky_K.
Forum: Plugins
In reply to: [Yoast SEO] Filter for canonicalThanks for the answer.
1. Your code does not change the canonical. He removes it. This is different.
2. You are linking to an outdated article. Google hasn’t supported rel=next/prev since Mar 21, 2019 https://searchengineland.com/google-no-longer-supports-relnext-prev-314319
I’m sorry that the developers of the plugin for SEO do not know the latest changes in Google.Forum: Plugins
In reply to: [Yoast SEO] Filter for canonicalI used the filter on category pagination pages.
For example, for pages:
site.com/category/wordpress/page/2/
site.com/category/wordpress/page/3/
site.com/category/wordpress/page/4/
The filter changed the canonical address to the address of the first page:
<link rel="canonical" href="https://site.com/category/wordpress/" />
After update 14, I see in the source code of the page:
<link rel="canonical" href="https://site.com/category/wordpress/page/2/" />
<link rel="canonical" href="https://site.com/category/wordpress/page/3/" />
<link rel="canonical" href="https://site.com/category/wordpress/page/4/" />
`This is very very very bad for SEO.
Forum: Plugins
In reply to: [Yoast SEO] Filter for Open Graph article:published_time@mazedulislamkhan, yes @mihdan’s solution helped me. But I hoped that the developers will return the desired filter.
Forum: Plugins
In reply to: [Yoast SEO] Filter for Open Graph article:published_timeI need to not hide the date. I need to change the publication date.
Forum: Plugins
In reply to: [Yoast SEO] Filter for Open Graph article:published_timeHello!
I added the code to function.php https://ipic.su/img/img7/fs/kiss_45kb.1589096505.jpg
This filter does not work.
Test page: https://kalinsg5.bget.ru/wordpress/lorem-ipsum/
I see the following code: https://ipic.su/img/img7/fs/kiss_139kb.1589096585.jpgForum: Plugins
In reply to: [Yoast SEO] Filter for Open Graph article:published_timeThis filter does not work.
Forum: Plugins
In reply to: [Broken Link Checker] Check brocken link in shortcodeThanks for the answer.
For lazyLoad I need this code:
<div class="relpost-block-single-image" alt="Chevrolet Aveo" style=" background: transparent url(https://site.com/wp-content/uploads/2012/12/chevrolet-aveo-150x150.jpg) no-repeat scroll 0% 0%; width: 150px; height: 150px; "></div>
replace with one with parameter data-bgset
<div class="relpost-block-single-image" alt="Chevrolet Aveo" data-bgset="https://site.com/wp-content/uploads/2012/12/chevrolet-aveo-150x150.jpg"></div>
I wanted to use the function in my snippet
preg_match('/background-image\s*:\s*(?<attr>\s*url\s*\((?<url>[^)]+)\))\s*;?/is', $input_line, $url);
Forum: Plugins
In reply to: [Yoast SEO] What is rl_gallery-sitemap.xml in sitemap?Thank you!
I already installed the plugin Redirection and made such redirects:
/wp-content/cache/all/(.*) /$1
/(.*)/index.html /$1/
Perhaps this is not the best solution, but it works!
(And I tested page in https://www.browserling.com)
Hi! I have the same problem and this solution does not help https://www.wpfastestcache.com/tutorial/redirection-to-wp-contentcacheallindex-html-problem/
If I activate the plugin, the pages are available again /wp-content/cache/all//index.htmlForum: Plugins
In reply to: [Yoast SEO] Upgrading to 7.x resets all sitemap settings.I have the same problem. And …
Where is in 7.1 sitemap settings?