Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Prevent duplicate page in Vanilla Forum when linking comments from Wordpress

aeryaery ✭✭✭
edited November 2012 in Vanilla 2.0 - 2.8

Scenerio -

We have Blog URL - http://www.gtricks.com/google-tricks/google-april-fools-jokes-2012/

Since, comments are linked to forum, we have another URL - http://forum.gtricks.com/discussion/448/complete-list-of-googles-april-fools-jokes-in-2012/p1

Problem - Both pages have same title hence confusing Google therefore low search result rank.

Soulution -

We should include this somewhere custom theme default template -

<?php if ((is_that_page_from_blog)) echo '<meta name="robots" content="noindex,follow" />'; ?>

Now, on what basis I can separate comments from normal discussions?

The only criteria I found was that they are from user system. Anything else on which I can segregate?

There was an error rendering this rich post.

Comments

Sign In or Register to comment.