Source URL field in Posts Will add nofollow?

Posted in: Newspaper
Post count: 26

Hey team,

I’m using NewsPaper 6 theme and i want to know whether SOURCE URL field in posts will automatically add nofollow to the links or not.

If not, please help to automatically add nofollow links in SOURCE URL field.

Post count: 22421

Hi,
I can confirm the source and via URL’s already have the ‘nofollow’ value in the code: http://screencast.com/t/KeRLTMv10e
Thank you!

Post count: 65

Hello,

The “onPage.org Zoom” (from Updaft) is reporting that all my posts have “internal nofollow”.

In fact, my posts are linked between them, which means that this reference makes sense due to your previous answer for this topic.

However, I ask you if there is a way to change that, I mean, allow to retire the “nofollow” code for the internal links.

Thank you.

Post count: 23312

Hello onPage.org,

Please keep in mind that the nofollow tag appears only in td_module_single_base.php. If you want to get rid of them you should simply delete them from the core file.

Thanks for the message!

Post count: 65

Hello,

Sorry, but I´m not a developer and so I have limitations in programing.

I found the file and the part where there are 2 mentions to “nofollow”:

$buffy .= ‘<div class=”td-post-source-via ‘ . $td_no_tags . ‘”>’;
if (!empty($this->td_post_theme_settings[‘td_via’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘VIA’, TD_THEME_NAME) . ‘</span>‘ . $this->td_post_theme_settings[‘td_via’] . ‘</div>’;
}

if (!empty($this->td_post_theme_settings[‘td_source’])) {
$buffy .= ‘<div class=”td-post-small-box”><span>’ . __td(‘SOURCE’, TD_THEME_NAME) . ‘</span>‘ . $this->td_post_theme_settings[‘td_source’] . ‘</div>’;
}
$buffy .= ‘</div>’;
}

My question is: how do I retire the “nofollow”? What code should I delete?

Thanks.

Post count: 23312

Hello Pedro,

Look at this -> https://www.screencast.com/t/bVkWLCi2 and follow this steps.

Thanks for the message!

Viewing 6 posts - 1 through 6 (of 6 total)
The forum ‘Newspaper’ is closed to new topics and replies.