How to remove Yoast from blog posts page - wordpress

I am running into an error were Yoast keeps pulling blog posts that are for members only and causing login screen to pop up. When I disable Yoast across the whole website it works. But i need to be able to keep keep the plugin without running into errors like this.

Log in to your WordPress website. When you're logged in, you will be in your 'Dashboard'. On the left-hand side, you will see a menu. In that menu, click on 'SEO'.
Hope this help.

There is no any option for custom apply plugin in yoast. If you find any error then change plugin and use All in One SEO Plugin. This is best.

Yoast SEO is a WordPress plug-in designed to help you improve some of the most important on-page SEO factors–even if you aren’t experienced with Web development and SEO. This plug-in takes care of everything from setting up your meta titles and descriptions to creating a sitemap. Yoast even helps you tackle the more complex tasks like editing your robots.txt and .htaccess.
Some of the settings may seem a little complex if you’re new to SEO and WordPress, but Yoast created a complete tutorial to help you get everything set up. And the team at WPBeginner made this handy video to help you get set up quickly.

Related

Wordpress Display Issues

I am trying to use the widget 'Super Store Finder' with no luck. Well I had some luckas I can get it to work on the page it is supposed to be on, however it shows up above the header on my home page too. Thinking it had something to do with the Goodlayers theme and page builder I am using, I tried building a standalone site with WPBakery and Elementor with less luck. Keep in mind with my first theme, all I had to do was activate the theme and it started showing up. Didn't add it to a page or anything at all. I don't want to get in to the complexities of fixing the plugin. I more or less am interested in a workaround.
I am using all the latest versions of everything btw.
My big question is simply...How can I stop this plugin from showing up on my homepage?
Continuing my search, I came across a plugin called 'freesoil Deactivate Plugins' and you can choose which page you do not want a plugin to show up on. Easy peasy finally....

Removing /product-category/ and /shop/ from URL in WooCommerce

I'm building an ecommerce store with WooCommerce, and I would like to change how my URLs are created. At the moment the structure is
domain.com/product-category/category-name
domain.com/shop/category-name/product-name
For SEO purposes would like to change it to
domain.com/category-name
domain.com/category-name/product-name
but when I delete the product category base in Wordpress permalink settings, it just reappears. Then I found this page stating that I shouldn't change it at all. Is that true? Am I wrong in wanting to alter the URLs?
If it's fine to change them, how can I do it?
I think this is helps you.
Removing those URL is definitely one of the major improvements in search engine optimization for any online store because then search engines will not take into account the unnecessary words in the link. So, the search for your products will become more precise. I also encountered this problem and tested most of the plugins that were available on the WordPress website. Now I definitely can recommend Permalink Manager by Premmerce because it's free, very user friendly and simple plugin.
You can download it in WordPress site here: https://wordpress.org/plugins/woo-permalink-manager/
Thanks.

Wordpress permalinkslug changed page to page__trashed

A Wordpress site of mine seems to have changed some of my pages permalinks by adding __trashed after the slug.
Note that not all pages are affected, neither do other post types.
Anyone might have seen the same problem & a clue what might have caused it? I can remove it manualy, but it's kind of weird and I don't want it to happen again :)
I'm using WP v 4.5.3 & the plugins are up to date.
plugins used:
Bulletproof security
comet cache (former zencache, former quick cache)
Yoast SEO
Mailpoet
Captcha by BestWebSoft
Event organiser
ACF
Posted my question above also # the Wordpress forums, it seems to be caused by the Press permit addon pack: PP Collaborative Editing Pack
It changes page names when you edit and save your sites menu.
For more info, see this thread: https://wordpress.org/support/topic/wordpress-permalinkslug-changed-page-to-page_trashed/
Simply export the page then change the page title (existing) then import the exported page. When a page shows trashed in permalink then not considered as a page so you need to remove that.
no need of deletion the existing page with trashed in permalink before a fresh copy imported.
I changed http://www.artbabyalbania.com/trashed/homepage-4 to http://www.artbabyalbania.com/homepage-4 to http://www.artbabyalbania.com/ (set as a front static page from settings)
quick edit the page and change the slug. I changed https://restorify.io/jobs and it worked

Yoast Plugin causes content to repeat multiple times

I've run into an issue where a page's content repeats multiple times. This only happens on 1 page on my site. http://prntscr.com/99pn5s
Disabling Yoast SEO solves the issue, but disabling the plugin really isn't an acceptable long term solution.
If anyone has run into a similar situation, I would appreciate any help on how to prevent this content from being repeated, or knowing what causes this.
Here is the rendered HTML markup: http://pastebin.com/Xbi0ce6Z
I'm the developer behind the custom plugin.
After some digging, I find out:
Yoast SEO plugin will use get_the_excerpt as og:description and it'll output it by default.
the default filter of get_the_excerpt: wp_trim_excerpt will use the_content as excerpt when post doesn't have a native excerpt.
my solution is disable the get_the_excerpt in that particular page.

Woocommerce - Cart Empty for Non Logged In Users

I have a problem in my Woocommerce shop. Not logged-in users can't add products in their cart! When they press the "add-to-cart-button", the products is added to the cart. But if they refresh the page or go to the cart, it is empty!
If I am logged-in, it is not happening and everything is working good.
Can someone please help?
I think the problem is in your server configuration. If you use any caching plugin deactivate it and hard refresh your browser. Then check again if it works or not?
Here is an article Mike Jolley wrote: http://mikejolley.com/2013/12/20/problems-with-cart-sessions-and-woocommerce/
I had this problem. For me, I realised it was because the session_id column in the wp_woocommerce_sessions table was not auto incrementing. After I modified the table, it worked.
In case anybody else runs into this: hosting providers like WP Engine make extensive use of caching to improve the performance of your webshop. Although, they're excluding pages where this is not desired, like the cart or checkout page.
They do this for the default paths (/cart, /checkout) only, though. So if you change the default path to adapt the URLs to your language of choice, for example, make sure to write to their support so they can add exceptions for your pages.
See here for a description of this issue from WP Engine.
It sounds like the website is behaving differently for logged in users vs. visitors – this won’t be affected by the “checkout without registering” option. This kind of problem is usually caused by either a conflict with your theme, Plugin or with Cache.
The best way to determine if the issue is being caused by a theme and/or plugin is to temporarily switch your theme to Storefront and disable all plugins except for WooCommerce. A good way to do this is with a free plugin called Meks Quick Plugin Disabler ( https://wordpress.org/plugins/meks-quick-plugin-disabler/ ), which will remember what plugins you currently have active so it’s easy to switch back.
If that resolves the issue, then slowly re-enable features until you find the one that’s causing the conflict.
Please follow this link for Cache full detail: https://businessbloomer.com/woocommerce-solving-cart-empty-issue/
For me the issue was using "cart-2". WP-Engine does not cache "cart" but does for other pages. I changed the URL and it started working.

Resources