jacky_K
Forum Replies Created
-
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 6 years ago by jacky_K.
Thanks 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.I 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.
@mazedulislamkhan, yes @mihdan’s solution helped me. But I hoped that the developers will return the desired filter.
I need to not hide the date. I need to change the publication date.
Hello!
I added the code to function.php http://ipic.su/img/img7/fs/kiss_45kb.1589096505.jpg
This filter does not work.
Test page: http://kalinsg5.bget.ru/wordpress/lorem-ipsum/
I see the following code: http://ipic.su/img/img7/fs/kiss_139kb.1589096585.jpgThis 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);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.htmlI have the same problem. And …
Where is in 7.1 sitemap settings?