echo esc_attr(max($score, 10)); ?> %;"> <div class="scribe-keyword-details-graph-score"><?php echo esc_html($score); ?> </div> </div> </div> </div> </td> <td class="scribe-keyword-suggestions-competition"> <div class="scribe-keyword-details-graph-outer"> <div class="scribe-keyword-details-graph"> <div class="scribe-keyword-details-graph-bar <?php echo scribe_bar_graph_class($keyword->competition, 'competition'); ?> " style="width: <?php echo esc_attr(max($keyword->competition, 10)); ?> %;"> <div class="scribe-keyword-details-graph-score scribe-keyword-details-competition-score"> <?php printf(' %d', $keyword->competition); ?> </div> </div> </div> </div> </td> <?php
<?php printf('<a data-placement="%s" rel="popover" title="%4$s" data-content="%2$s" href="%3$s">%4$s »</a>', 'right', esc_html__('The authority of your site, as reported by SEOMoz, is compared to the average page authority of sites that are ranking for the term. A score of 100 or greater indicates that you are on par with the average authority of sites that are ranking.', 'scribeseo'), scribe_get_domain_authority_score_more_link($details->scoreDomainAuthority), esc_html__('Tell me more', 'scribeseo')); ?> </p> </div> <div class="scribe-keyword-details-graph-container alt"> <h4><?php esc_html_e('Social Media Shares', 'scribeseo'); ?> </h4> <div class="scribe-keyword-details-graph-symbol scribe-keyword-details-graph-symbol-check"></div> <div class="scribe-keyword-details-graph-outer"> <div class="scribe-keyword-details-graph"> <div class="scribe-keyword-details-graph-bar <?php echo scribe_bar_graph_class($details->scoreFacebookLikes); ?> " style="width: <?php echo esc_attr(min($details->scoreFacebookLikes, 100)); ?> %;"> <div class="scribe-keyword-details-graph-score"><?php echo $details->scoreFacebookLikes <= 100 ? (int) $details->scoreFacebookLikes : '100+'; ?> </div> </div> </div> </div> <p class="scribe-keyword-details-graph-description"><?php scribe_the_facebook_likes_score_description($details->scoreFacebookLikes); ?>
<p>Use <em>Scribe’s Difficulty Score</em> to determine how likely it is that another online publisher will link to you—the higher your score, the harder it will be earn external links … the lower your score, the easier.</p> <p><a href="http://www.copyblogger.com/content-marketing/" target="_blank">Click here</a> to study a few useful tutorials that’ll help you write the kind of content your audience is looking for.</p> </div> <h3 class="scribe-link-building-tab-difficulty-header"><?php printf(esc_html__('Link Difficulty Score for %s', 'scribeseo'), implode(' + ', (array) $link_building_info->keywords)); ?> </h3> <div class="scribe-link-building-tab-difficulty-score-container scribe-popup-analysis-score-wrap"> <div class="scribe-link-building-tab-difficulty-score <?php echo scribe_bar_graph_class($link_building_info->linkScore, 'difficulty'); ?> " style="float: left; width: 30%"><span><?php echo isset($link_building_info->linkScore) && is_numeric($link_building_info->linkScore) ? (int) $link_building_info->linkScore : 0; ?> </span></div> <span class="scribe-wrap scribe-link-building-tab-difficulty-score-text" style="float: left; width: 55%"><?php echo esc_html($link_building_info->score_description); ?> </span> <div class="clear"></div> </div> <?php echo esc_html($score_help_text); ?>