wpbh
Forum Replies Created
-
Hey,
The filters are as follows:
<?php
/********* DO NOT COPY THE PARTS ABOVE THIS LINE *********//*
* Remove robots meta tags from Yoast SEO
* Credit: Yoast development team
* Last Tested: May 09 2020 using Yoast SEO 14.0 on WordPress 5.4.1
*/add_filter( ‘wpseo_robots’, ‘__return_false’ );
add_filter( ‘wpseo_googlebot’, ‘__return_false’ ); // Yoast SEO 14.x or newer
add_filter( ‘wpseo_bingbot’, ‘__return_false’ ); // Yoast SEO 14.x or newerHey,
Sorry for my insistence and constant annoyance.
I went where you recommended, but I didn’t find a custom code solution to generate index tags for different search engines.
I just wanted to add the tags:
<meta name = “googlebot” content = “index, follow />
<meta name = “bingbot” content = “index, follow />
How can I find the custom code to generate the tags I want?
Please, can you help me?
Thank you.
Forum: Themes and Templates
In reply to: [Virtue] H1 HomeHi,
Hannah, I don’t understand anything you said.
Even if I understood, I wouldn’t know how to do it.
Sorry about my stupidity.
There is a use of the theme to be made, but if I update, I will lose all the settings that took me 8 months to make.
Can you guide me, please?
Best regards,
Hi,
I don’t want to add noindex tags to search engines, nor do I want to remove the tags.
I wanted to add these tags:
<meta name = “googlebot” content = “index, follow />
<meta name = “bingbot” content = “index, follow />
Where can I find the functions to add these tags?
Forum: Themes and Templates
In reply to: [Virtue] H1 HomeBen,
Thank you for your help.
A new theme update appeared.
Is there any way to update without losing the current settings?
Thank you!
Hi,
I understand thank you.
I have one more question: how can I add these goals to Yoast?
<meta name = “googlebot” content = “index, follow, max-snippet: -1, max-image-preview: large, max-video-preview: -1” />
<meta name = “bingbot” content = “index, follow, max-snippet: -1, max-image-preview: large, max-video-preview: -1” />
I looked for the link you recommended, but I didn’t find it.
Thank you.
Forum: Themes and Templates
In reply to: [Virtue] H1 HomeHey,
That was it, it worked. You are very good at what you do, Hannah.
Now I want to remove the name that appears in the HTML and put the name of my website.
The HTML code looks like this:
<div class = “wrap contentclass” role = “document”>
<div id = “homeheader” class = “welcomeclass”>
<div class = “container”>
<div class = “page-header”>
<h1 class = “entry-title” itemprop = “name”>
Recent Posts </h1>
</div>
</div>
</div>I want it to look like this:
<div class = “wrap contentclass” role = “document”>
<div id = “homeheader” class = “welcomeclass”>
<div class = “container”>
<div class = “page-header”>
<h1 class = “entry-title” itemprop = “name”>
MY SITE NAME HERE </h1>
</div>
</div>
</div>Has as?
Wpbh
Forum: Themes and Templates
In reply to: [Virtue] datePublishedHi,
Sorry to bother you so much.
Thank you very much. I’m glad there will be an update with the fix.
Thank you, Hannah. Thank you, Ben!
WPBH
Forum: Themes and Templates
In reply to: [Virtue] datePublishedHey,
Were you able to see the other error I mentioned?
If you were unable to view it, just click here:
Thank you very much.
Hi,
Thanks for the answer, I have another problem. I am receiving the following notification:
Your website cannot connect to my.yoast.com
You may not activate your premium plugin (s) and receive updates. A common cause of being unable to connect is an outdated version of cURL, software used to connect to other servers. However, its cURL version looks good. Talk to your host and, if necessary, the Yoast support team to find out what’s broken.
Does this harm SEO or does it prevent the plugin from doing the right and perfect job?
best regards
Forum: Themes and Templates
In reply to: [Virtue] datePublishedBen,
It worked, the error I reported was resolved, but now the same error is in the carousel of related posts, in the similarblog-carousel.php file.
See the error:
Can you help me with this other mistake?
Thank you very much, developer!
Forum: Themes and Templates
In reply to: [Virtue] datePublishedHi,
Were you able to view the Google structured data page?
If you have not been able to view the error in more detail, just click this link:
https://search.google.com/structured-data/testing-tool/#url=https%3A%2F%2Fwww.blogdoheroi.com.br%2F
Thank you!
best regards
Forum: Themes and Templates
In reply to: [Virtue] datePublishedHi,
The message is given by Google’s structured data testing tool.
You can see it below:
https://search.google.com/structured-data/testing-tool/#url=https%3A%2F%2Fwww.blogdoheroi.com.br%2F
When entering, click on BlogPosting, the amount of errors will appear in red, just click on each one.
Ah, there is no conflict with any plugin. According to Google, the error is due to the date format that is not in the ISO standard.
This is the line of code for the error:
<div class=”postmeta updated color_gray”>
<div class=”postdate bg-lightgray headerfont” itemprop=”datePublished”>
<span class=”postday”><?php echo get_the_date(‘j’); ?></span>
<?php echo get_the_date(‘M Y’);?>
</div>
</div>Best regards!
Forum: Plugins
In reply to: [LiteSpeed Cache] JavaScript e CSS não utilizadosHello,
Thanks for the answer.
How do I use .htaccess to manually preload the font https://www.blogdoheroi.com.br/wp-content/themes/virtue/assets/css/fonts/kt-font-awesome.ttf?t9jwae like you said?
best regards
Forum: Themes and Templates
In reply to: [Virtue] Related PostsHi,
Thanks for the answer.
I use the Classic Editor.
As I have more than 700 pages of content, it is impossible and almost impossible for me to manually add the block to all posts.
Are there any other ways, Hannah?
Best regards.