Skip to main content

SITE IDENTY: Wordpress has the option to add a site Icon. This is perfect when you want to add shorcut to your mobiles home screen etc. I do this personally for various reasons as it's easer for me to save links to various parts of the website. Eg, Support, Boards, Bookings, et, etc, ect...(I do not require an APP)

Would it be possible to hook into this? I would love to add the Community to my Mobile. Alternatively can you add an option for us to upload a custom 512x512 image?

Mat β€Ž

if possible please add also option for Crowlers: all, index, noindex, follow, nofollow - it might be useful when fCommunity is Public. Regular Meta tags are a bit different than Open Graph tags

Also please add link rel meta tag: follow, nofollow option for all external links so we avoid SEO spammy links in posts etc. Unless we need to do it from the WP-Admin end - but I am not sure how to sepficy those meta tags from there only for /portal (fCommunity) since it is not a "WP Page".

<meta name="robots" content="index,follow">
<meta name="robots" content="noindex,nofollow">
Header set X-Robots-Tag "noindex, nofollow"
<title>Best Title for Community</title>
<meta name="description" content="Some description for Community">
<link rel="canonical" href="https://www.domain.com/portal" />
<meta charset="UTF-8">
<html lang="en">

Joe Williams

Mat β€ŽΒ It looks like the social links and website links on a member's pages are followed. If so, they could do with nofollowing.

Mat β€Ž

Joe WilliamsΒ yes. currently your endusers can use fCommunity for building links to their own websites. I am talking about all kind of links (not only a href, but all kind of external resources) so sooner or later Google might penalize such link and/or domain with farm links or UGC etc.

User Generated Content (UGC) or links in links should have at least rel=nofollow atriibute (if we don't allow for (rel=sponsor etc than just have nofollow attribute for all external links excluding: our domain, cdn domain, whitelisted domains by Admin etc) to avoid SEO surprises.

Joe Williams

Mat β€ŽΒ Yer, I'd agree. Just a blanket "nofollow" for external links should suffice.

Nicolas D

Mat β€ŽΒ Agree with Mat, we need to be able to optimize FC for SEO :)

Wilco

any update on this?

Any update on this?