mdwish
Forum Replies Created
-
Forum: Plugins
In reply to: [OneLogin SAML SSO] Why was this disabled?Thank you for the update.
Nevermind, I found what that feature does here:
https://fooplugins.helpscoutdocs.com/article/73-including-and-excluding-foobox-asset-loadingIt would be awesome if you guys had something like:
<?php add_foobox(); ?>
that we could include on a template or conditionally to load the assets.Thanks!
You’re correct that it would stop mobile bots also from indexing the site. It definitely depends on what you’re trying to accomplish with your mobile site.
I’m not sure what the impact is if you load up your page with handheld specific meta tags and such and how google sees that but I think if your site is just a mobile compliant version of your desktop site then just noindex the mobile version. Better than facing duplicate content penalties.
It may make sense, if you have differing content for mobile and desktop users to have your homepage redirect mobile users to a domain or subfolder for mobile content. That may help google understand your site structure properly and I would then allow google to crawl both sites.
You make a good point.
I havent looked at the function but you might want to take it one step further and add the following to the header of the theme you’re using for the mobile version of your site:
<meta name="robots" content="noindex" />That way the page wont even get indexed. Nofollow doesn’t stop search engines from following the link, it just tells them you don’t trust the link.
#1 is a problem I’m struggling with as well. helpp
same problem here