ShmellyCat
Forum Replies Created
-
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Submitted URL marked ‘noindex’@zegabytez if you look at your page’s source code
view-source:https://zegabytez.com/2022/07/
You will see this:
<meta name=’robots’ content=’noindex, follow’ />
which is what makes your page noindex.I looked at your August page and it says the same. To fix, please look at your Yoast plugin settings. It is most likely the plugin that is adding the noindex meta tag.
@polaatx
Your sitemap’s source code did not show the meta tag for noindex, so I used a tool to find out what is applying it to the page.
here’s the tool:
https://datayze.com/index-noindex?url=http%3A%2F%2Fescapefromtehran.com%2Fsitemap.xmlIt appears that your noindex tag is being added by http headers.
You might want to check either a) your .htaccess file or b) check with your webhost (For reference, I looked up some answers here)Hope this helps!
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] How to exclude a page from the sitemapHi there, I’m pretty sure the place you found for excluding posts, is the same place where you excluded pages.
The section where you see this:”Exclude posts:
Exclude the following posts or pages: List of IDs, separated by comma”You just have to find the page ID of the page you want to exclude and put it there.In case you need help with that:
https://www.competethemes.com/blog/find-page-id/Forum: Plugins
In reply to: [XML Sitemap Generator for Google] Submitted URL marked ‘noindex’ ERROR!I have the same issue with Google Search Console, unfortunately. There is a little box on the plugin settings page where we can list the page IDs of posts/pages that we want to exclude from the sitemap. If you only have a few pages that are noindex, you can get their page Ids and input them into the box, and that will effectively exclude them from the sitemap.
(However, if you wish to remove the noindex status of the page, this is not done via this plugin. You probably need to edit the page itself in WordPress)
Our situation is, we have hundreds of noindex nofollow pages. It’s very hard to get the ids of all of them and to input them, comma separated, into the tiny box.
It would be more logical if the plugin automatically excludes noindex pages from the sitemap, and I am hoping this would be addressed in a future update ??
Forum: Plugins
In reply to: [XML Sitemap Generator for Google] remove noindexI just wanted to share what fixed this for me.
I was using the Genesis Framework. To remove the noindex issue in the sitemap, I’ve had to change something in the SEO Settings tab.
I removed the checkmarks next to:
1. Apply noindex to Category Archives
2. Apply noindex to Tag Archives
3. Apply noindex to Search ArchivesI’m not sure which of those 3 exactly fixed the error.
So hopefully this helps you too; search not for the answer within the sitemap plugin. Search for noindex settings in your website (especially if you have SEO settings, or SEO plugins such as Yoast).
Hi,
I tried this.
I kind of have the same problem.
I have custom ‘questions’ in the gravity form, and I can’t map them in the Admin page. There is only one box there for “question” and I have many ‘questions’.So I tried picking one, but after I submitted the form, I got this error message:
Fatal error: Call to a member function attributes() on a non-object in /home/parrotpr/public_html/wp-content/plugins/dnd-gravity-forms-to-office-autopilot-contact-builder/gravity-to-officeAP.php on line 720
I don’t know what that means, but I hope it can help you make some adjustments to the plugin, as the concept of the plugin is wonderful. ??
I spoke too soon.
Apparently, when I did that, I screwed up some other widgets..testimonial strong, .testimonial a {
float:right;
}this takes effect on the page where all the testimonials appear.
If you want it to float on the right on the widget,
then this code worked for me:.testimonials_solution_widget strong, .testimonials_solution_widget a {
float:right;
}Thanks Husker Infotech.
Trimmode, I pasted the code in the Testimonial plugin settings, in the Custom CSS box, didn’t work either, but when I removed .testimonial, it worked great ??
i.e.:
strong, a{float:right;}