<[REPORT pageNum="6"]> <[DEFINE name="PAGE_SUMMARY" value="0"/]> <[DEFINE name="PAGE_BY_SE" value="1"/]> <[DEFINE name="PAGE_BY_KEYWORD" value="2"/]> <[DEFINE name="PAGE_BY_KEI" value="3"/]> <[DEFINE name="PAGE_HISTORICAL" value="4"/]> <[DEFINE name="PAGE_COMPETITORS" value="5"/]> <[DEFINE name="company" value="reportData.company"/]> <[DEFINE name="customer" value="reportData.customer"/]> <[DEFINE name="currentDate" value="reportData.currentDate"/]> <[DEFINE name="dateFormat" value="reportData.createDateFormat('MMM d, yyyy', 'en')"/]> <[DEFINE name="dateFormat2" value="reportData.createDateFormat('MMMMM yyyy', 'en')"/]> <[DEFINE name="singlePage" value="reportData.singlePage"/]> <[DEFINE name="currentPage" value="reportData.currentPage"/]> <[DEFINE name="numberFormat" value="reportData.createNumberFormat('0.00')"/]> <[DEFINE name="compareAgainst" value="reportData.compareAgainst"/]> <[DEFINE name="keywords" value="reportData.keywords"/]> <[DEFINE name="searchEngines" value="reportData.searchEngines"/]> <[DEFINE name="maxResults" value="reportData.maxResults"/]> <[DEFINE name="ENTERED_VALUE" value="2147483647"/]> <[DEFINE name="DROPPED_VALUE" value="-2147483646"/]> <[DEFINE name="NOT_RANKED_VALUE" value="-2147483647"/]> <[DEFINE name="NOT_CHECKED_VALUE" value="-2147483648"/]> <[DEFINE name="ALEXA_ERROR" value="-3"/]> <[DEFINE name="NON_IN_TOP" value="'Not in top'"/]> <[DEFINE name="visibilityScore" value="Math.round((keywords.getVisibilityScore(searchEngines) * 100) / (keywords.size() * searchEngines.size() * 30))"/]> <[DEFINE name="poorVisibility" value="'POOR'"/]> <[DEFINE name="veryLowVisibility" value="'VERY LOW'"/]> <[DEFINE name="lowVisibility" value="'LOW'"/]> <[DEFINE name="moderateVisibility" value="'MODERATE'"/]> <[DEFINE name="goodVisibility" value="'GOOD'"/]> <[DEFINE name="veryGoodVisibility" value="'VERY GOOD'"/]> <[DEFINE name="strongVisibility" value="'STRONG'"/]> <[DEFINE name="veryStrongVisibility" value="'VERY STRONG'"/]> <[DEFINE name="excellentVisibility" value="'EXCELLENT'"/]> <[DEFINE name="rankPage1Difference" value="keywords.getInTop(searchEngines, 10) - keywords.getInTop(compareAgainst, searchEngines, 10)"/]> <[DEFINE name="rankPage2Difference" value="(keywords.getInTop(searchEngines, 20) - keywords.getInTop(searchEngines, 10)) - (keywords.getInTop(compareAgainst, searchEngines, 20) - keywords.getInTop(compareAgainst, searchEngines, 10))"/]> <[DEFINE name="rankPage3Difference" value="(keywords.getInTop(searchEngines, 30) - keywords.getInTop(searchEngines, 20)) - (keywords.getInTop(compareAgainst, searchEngines, 30) - keywords.getInTop(compareAgainst, searchEngines, 20))"/]> <[DEFINE name="rankOtherDifference" value="(keywords.getInTop(searchEngines, maxResults) - keywords.getInTop(searchEngines, 30)) - (keywords.getInTop(compareAgainst, searchEngines, maxResults) - keywords.getInTop(compareAgainst, searchEngines, 30))"/]> <[DEFINE name="rank1stDifference" value="keywords.getInTop(searchEngines, 1) - keywords.getInTop(compareAgainst, searchEngines, 1)"/]> <[DEFINE name="rank2ndDifference" value="(keywords.getInTop(searchEngines, 2) - keywords.getInTop(searchEngines, 1)) - (keywords.getInTop(compareAgainst, searchEngines, 2) - keywords.getInTop(compareAgainst, searchEngines, 1))"/]> <[DEFINE name="rank3To5Difference" value="(keywords.getInTop(searchEngines, 5) - keywords.getInTop(searchEngines, 2)) - (keywords.getInTop(compareAgainst, searchEngines, 5) - keywords.getInTop(compareAgainst, searchEngines, 2))"/]> <[DEFINE name="rank5To10Difference" value="(keywords.getInTop(searchEngines, 10) - keywords.getInTop(searchEngines, 5)) - (keywords.getInTop(compareAgainst, searchEngines, 10) - keywords.getInTop(compareAgainst, searchEngines, 5))"/]> <[DEFINE name="rankTop10Difference" value="keywords.getInTop(searchEngines, 10) - keywords.getInTop(compareAgainst, searchEngines, 10)"/]> <[DEFINE name="rankTop20Difference" value="keywords.getInTop(searchEngines, 20) - keywords.getInTop(compareAgainst, searchEngines, 20)"/]> <[DEFINE name="rankTop30Difference" value="keywords.getInTop(searchEngines, 30) - keywords.getInTop(compareAgainst, searchEngines, 30)"/]> <[DEFINE name="rankMaxResultsDifference" value="keywords.getInTop(searchEngines, maxResults) - keywords.getInTop(compareAgainst, searchEngines, maxResults)"/]> <[DEFINE name="moveUpCounter" value="0"/]> <[DEFINE name="moveDownCounter" value="0"/]> <[DEFINE name="enteredTopCounter" value="0"/]> <[DEFINE name="leftTopCounter" value="0"/]> <[DEFINE name="notChangedCounter" value="0"/]> <[DEFINE name="notRankingCounter" value="0"/]> Rankings Report - <[ECHO text="customer.name"/]>, <[ECHO text="dateFormat2.format(currentDate)"/]> | <[ECHO text="company.name"/]> <[IF condition="currentPage == PAGE_SUMMARY || singlePage == true"]> <[THEN]> " class="header_page_name">

Rankings Overview

<[ECHO text="keywords.getInTop(searchEngines, maxResults)"/]>  rankings for   <[ECHO text="keywords.size()"/]>  keywords

Online Visibility Score

<[ECHO text="visibilityScore"/]>% <[IF condition="visibilityScore > 0 && visibilityScore < 10"]> <[THEN]> <[ECHO text="poorVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 9 && visibilityScore < 15"]> <[THEN]> <[ECHO text="veryLowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 14 && visibilityScore < 21"]> <[THEN]> <[ECHO text="lowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 20 && visibilityScore < 36"]> <[THEN]> <[ECHO text="moderateVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 35 && visibilityScore < 51"]> <[THEN]> <[ECHO text="goodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 50 && visibilityScore < 66"]> <[THEN]> <[ECHO text="veryGoodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 65 && visibilityScore < 81"]> <[THEN]> <[ECHO text="strongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 80 && visibilityScore < 91"]> <[THEN]> <[ECHO text="veryStrongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 90"]> <[THEN]> <[ECHO text="excellentVisibility"/]> <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>

Rank Checking Mode

<[ECHO text="maxResults"/]>  top results in   <[ECHO text="searchEngines.size()"/]>  search engines

Rankings Distribution

rankings *
■ Page 1 <[ECHO text="keywords.getInTop(searchEngines, 10)"/]> <[IF condition="rankPage1Difference < 0"]> <[THEN]>   (<[ECHO text="rankPage1Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage1Difference > 0"]> <[THEN]>   (+<[ECHO text="rankPage1Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage1Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Page 2 <[ECHO text="keywords.getInTop(searchEngines, 20) - keywords.getInTop(searchEngines, 10)"/]> <[IF condition="rankPage2Difference < 0"]> <[THEN]>   (<[ECHO text="rankPage2Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage2Difference > 0"]> <[THEN]>   (+<[ECHO text="rankPage2Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage2Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Page 3 <[ECHO text="keywords.getInTop(searchEngines, 30) - keywords.getInTop(searchEngines, 20)"/]> <[IF condition="rankPage3Difference < 0"]> <[THEN]>   (<[ECHO text="rankPage3Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage3Difference > 0"]> <[THEN]>   (+<[ECHO text="rankPage3Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankPage3Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Other (up to <[ECHO text="maxResults"/]> results) <[ECHO text="keywords.getInTop(searchEngines, maxResults) - keywords.getInTop(searchEngines, 30)"/]> <[IF condition="rankOtherDifference < 0"]> <[THEN]>   (<[ECHO text="rankOtherDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankOtherDifference > 0"]> <[THEN]>   (+<[ECHO text="rankOtherDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankOtherDifference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
 
Page 1 <[ECHO text="keywords.getInTop(searchEngines, 10)"/]>
Page 2 <[ECHO text="keywords.getInTop(searchEngines, 20) - keywords.getInTop(searchEngines, 10)"/]>
Page 3 <[ECHO text="keywords.getInTop(searchEngines, 30) - keywords.getInTop(searchEngines, 20)"/]>
Other <[ECHO text="keywords.getInTop(searchEngines, maxResults) - keywords.getInTop(searchEngines, 30)"/]>
* all search engines

First Page Visibility

rankings *
■ Ranked 1st <[ECHO text="keywords.getInTop(searchEngines, 1)"/]> <[IF condition="rank1stDifference < 0"]> <[THEN]>   (<[ECHO text="rank1stDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank1stDifference > 0"]> <[THEN]>   (+<[ECHO text="rank1stDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank1stDifference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Ranked 2nd <[ECHO text="keywords.getInTop(searchEngines, 2) - keywords.getInTop(searchEngines, 1)"/]> <[IF condition="rank2ndDifference < 0"]> <[THEN]>   (<[ECHO text="rank2ndDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank2ndDifference > 0"]> <[THEN]>   (+<[ECHO text="rank2ndDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank2ndDifference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Ranked 3 - 5 <[ECHO text="keywords.getInTop(searchEngines, 5) - keywords.getInTop(searchEngines, 2)"/]> <[IF condition="rank3To5Difference < 0"]> <[THEN]>   (<[ECHO text="rank3To5Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank3To5Difference > 0"]> <[THEN]>   (+<[ECHO text="rank3To5Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank3To5Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
■ Ranked 6 - 10 <[ECHO text="keywords.getInTop(searchEngines, 10) - keywords.getInTop(searchEngines, 5)"/]> <[IF condition="rank3To5Difference < 0"]> <[THEN]>   (<[ECHO text="rank5To10Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank5To10Difference > 0"]> <[THEN]>   (+<[ECHO text="rank5To10Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rank5To10Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
 
Ranked 1st <[ECHO text="keywords.getInTop(searchEngines, 1)"/]>
Ranked 2nd <[ECHO text="keywords.getInTop(searchEngines,2) - keywords.getInTop(searchEngines, 1)"/]>
Ranked 3 - 5 <[ECHO text="keywords.getInTop(searchEngines, 5) - keywords.getInTop(searchEngines, 2)"/]>
Ranked 6 - 10 <[ECHO text="keywords.getInTop(searchEngines, 10) - keywords.getInTop(searchEngines,5)"/]>
* all search engines

Ranking Changes

rankings *
■ Moved up <[ECHO text="keywords.getMovedUp(compareAgainst)"/]>
■ Moved down <[ECHO text="keywords.getMovedDown(compareAgainst)"/]>
■ Entered Top <[ECHO text="maxResults"/]> <[ECHO text="keywords.getEnteredTop(compareAgainst, maxResults)"/]>
■ Left Top <[ECHO text="maxResults"/]> <[ECHO text="keywords.getLeftTop(compareAgainst, maxResults)"/]>
 
Moved up <[ECHO text="keywords.getMovedUp(compareAgainst)"/]>
Moved down <[ECHO text="keywords.getMovedDown(compareAgainst)"/]>
Entered Top <[ECHO text="maxResults"/]> <[ECHO text="keywords.getEnteredTop(compareAgainst, maxResults)"/]>
Left Top <[ECHO text="maxResults"/]> <[ECHO text="keywords.getLeftTop(compareAgainst, maxResults)"/]>
* all search engines
Top Rankings Ranking Changes
In Top 10: <[ECHO text="keywords.getInTop(searchEngines, 10)"/]> <[IF condition="rankTop10Difference < 0"]> <[THEN]>   (<[ECHO text="rankTop10Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop10Difference > 0"]> <[THEN]>   (+<[ECHO text="rankTop10Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop10Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> Moved up: <[ECHO text="keywords.getMovedUp(compareAgainst)"/]>
In Top 20: <[ECHO text="keywords.getInTop(searchEngines, 20)"/]> <[IF condition="rankTop20Difference < 0"]> <[THEN]>   (<[ECHO text="rankTop20Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop20Difference > 0"]> <[THEN]>   (+<[ECHO text="rankTop20Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop20Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> Moved down: <[ECHO text="keywords.getMovedDown(compareAgainst)"/]>
In Top 30: <[ECHO text="keywords.getInTop(searchEngines, 30)"/]> <[IF condition="rankTop30Difference < 0"]> <[THEN]>   (<[ECHO text="rankTop30Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop30Difference > 0"]> <[THEN]>   (+<[ECHO text="rankTop30Difference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankTop30Difference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> Not changed: <[ECHO text="keywords.size() * searchEngines.size() - (keywords.getMovedDown(compareAgainst) + keywords.getMovedUp(compareAgainst))"/]> ■ 
In Top <[ECHO text="maxResults"/]>: <[ECHO text="keywords.getInTop(searchEngines, maxResults)"/]> <[IF condition="rankMaxResultsDifference < 0"]> <[THEN]>   (<[ECHO text="rankMaxResultsDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankMaxResultsDifference > 0"]> <[THEN]>   (+<[ECHO text="rankMaxResultsDifference"/]>) <[/THEN]> <[ELSE]><[IF condition="rankMaxResultsDifference == 0"]> <[THEN]>      - <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> Entered Top <[ECHO text="maxResults"/]>: <[ECHO text="keywords.getEnteredTop(compareAgainst, maxResults)"/]>
Not in Top <[ECHO text="maxResults"/]>:
<[ECHO text="keywords.size() * searchEngines.size() - keywords.getInTop(searchEngines, maxResults)"/]>
Left Top <[ECHO text="maxResults"/]>: <[ECHO text="keywords.getLeftTop(compareAgainst, maxResults)"/]>

Search Engines Overview (a total of <[ECHO text="searchEngines.size()"/]> search engines checked)

<[FOR_EACH name="reportData.sort(searchEngines, 'name')" id="searchEngine"]> <[/FOR_EACH]>
# Search Engine Rank 1 In Top 10 Visibility
<[ECHO text="searchEngineCounter"/]> " alt="" width="16" height="16" /> "><[ECHO text="searchEngine.name" cut="25"/]> .png" alt="" width="25" height="15" class="left country_flag" /> <[ECHO text="keywords.getInTop(searchEngine, 1)"/]> <[ECHO text="keywords.getInTop(searchEngine, 10)"/]> <[ECHO text="Math.round((keywords.getVisibilityScore(searchEngine) * 100) / (keywords.size() * 30))"/]>%
<[DEFINE name="topCount" value="Math.min(keywords.size(), 100)"/]>

Top <[ECHO text="topCount"/]> best ranked keywords<[IF condition="keywords.size() > topCount"]><[THEN]> (out of <[ECHO text="keywords.size()"/]> keywords analysed)<[/THEN]><[/IF]>

  • <[ECHO text="dateFormat.format(currentDate)"/]>
<[FOR_EACH name="reportData.sort(keywords, 'visibility', false)" id="keyword"]> <[IF condition="keywordCounter <= topCount"]> <[THEN]> <[/THEN]> <[/IF]> <[/FOR_EACH]>
# Keyword Rank 1 In Top 10 In Top 20 In Top <[ECHO text="maxResults"/]> Visibility
<[ECHO text="keywordCounter"/]> "><[ECHO text="keyword.query"/]> <[ECHO text="keyword.getInTop(searchEngines, 1)"/]> <[ECHO text="keyword.getInTop(searchEngines, 10)"/]> <[ECHO text="keyword.getInTop(searchEngines, 20)"/]> <[ECHO text="keyword.getInTop(searchEngines, maxResults)"/]> <[ECHO text="Math.round((keyword.getVisibilityScore(searchEngines) * 100) / (searchEngines.size() * 30))"/]>%

About this report

This search engine rankings report has been created by " target="_blank"><[ECHO text="company.name"/]> for your personal information.

It is tailored for your specific website and will give you detailed information on the exact ranking positions of your targeted keyword phrases in all major search engines for every page within your website.

Please note that all the above information was accurate at the time the report was generated.

For further details please do not hesitate to ">contact us.

Visibility Score Progress Chart

  • <[ECHO text="dateFormat.format(currentDate)"/]>
<[CHART width="545" height="235" src="reportData.visibilityChart" fileName="'visibility.png'" numberLabel="'Score, %'" inverted="false" dateLabel="'Date'" lowerRange="0" upperRange="100"/]>

Visibility: <[ECHO text="Math.round((keywords.getVisibilityScore(searchEngines) * 100) / (keywords.size() * searchEngines.size() * 30))"/]>% - <[IF condition="visibilityScore > 0 && visibilityScore < 10"]> <[THEN]> <[ECHO text="poorVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 9 && visibilityScore < 15"]> <[THEN]> <[ECHO text="veryLowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 14 && visibilityScore < 21"]> <[THEN]> <[ECHO text="lowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 20 && visibilityScore < 36"]> <[THEN]> <[ECHO text="moderateVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 35 && visibilityScore < 51"]> <[THEN]> <[ECHO text="goodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 50 && visibilityScore < 66"]> <[THEN]> <[ECHO text="veryGoodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 65 && visibilityScore < 81"]> <[THEN]> <[ECHO text="strongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 80 && visibilityScore < 91"]> <[THEN]> <[ECHO text="veryStrongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 90"]> <[THEN]> <[ECHO text="excellentVisibility"/]> <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>

<[/THEN]> <[/IF]> <[IF condition="currentPage == PAGE_BY_SE || singlePage == true"]> <[THEN]> <[IF condition="singlePage"]><[THEN]><[/THEN]><[/IF]> " class="header_page_name">

Sorted by Search Engine

Search Engines Overview (a total of <[ECHO text="searchEngines.size()"/]> search engines checked)

<[FOR_EACH name="reportData.sort(searchEngines, 'name')" id="searchEngine"]> <[DEFINE name="thisVisibilityScore" value="Math.round((keywords.getVisibilityScore(searchEngine) * 100) / (keywords.size() * 30))"/]> <[/FOR_EACH]>
# Search Engine Rank 1 In Top 10 In Top 20 In Top <[ECHO text="maxResults"/]> Visibility
<[ECHO text="searchEngineCounter"/]> " alt="" width="16" height="16" /> "><[ECHO text="searchEngine.name"/]> .png" alt="" width="25" height="15" class="left country_flag"> <[ECHO text="keywords.getInTop(searchEngine, 1)"/]> <[ECHO text="keywords.getInTop(searchEngine, 10)"/]> <[ECHO text="keywords.getInTop(searchEngine, 20)"/]> <[ECHO text="keywords.getInTop(searchEngine, maxResults)"/]> <[ECHO text="Math.round((keywords.getVisibilityScore(searchEngine) * 100) / (keywords.size() * 30))"/]>% <[IF condition="thisVisibilityScore > 0 && thisVisibilityScore < 10"]> <[THEN]> <[ECHO text="poorVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 9 && thisVisibilityScore < 15"]> <[THEN]> <[ECHO text="veryLowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 14 && thisVisibilityScore < 21"]> <[THEN]> <[ECHO text="lowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 20 && thisVisibilityScore < 36"]> <[THEN]> <[ECHO text="moderateVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 35 && thisVisibilityScore < 51"]> <[THEN]> <[ECHO text="goodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 50 && thisVisibilityScore < 66"]> <[THEN]> <[ECHO text="veryGoodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 65 && thisVisibilityScore < 81"]> <[THEN]> <[ECHO text="strongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 80 && thisVisibilityScore < 91"]> <[THEN]> <[ECHO text="veryStrongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="thisVisibilityScore > 90"]> <[THEN]> <[ECHO text="excellentVisibility"/]> <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
<[FOR_EACH name="reportData.sort(searchEngines, 'name')" id="searchEngine"]> ">

Keywords Distribution

<[DEFINE name="rankPage1Difference" value="keywords.getInTop(searchEngine, 1) - keywords.getInTop(compareAgainst, searchEngines, 1)"/]>
keywords *
■ Page 1 <[ECHO text="keywords.getInTop(searchEngine, 10)"/]>
■ Page 2 <[ECHO text="keywords.getInTop(searchEngine, 20) - keywords.getInTop(searchEngine, 10)"/]>
■ Page 3 <[ECHO text="keywords.getInTop(searchEngine, 30) - keywords.getInTop(searchEngine, 20)"/]>
■ Other <[ECHO text="keywords.getInTop(searchEngine, maxResults) - keywords.getInTop(searchEngine, 30)"/]>
■ Not Ranking <[ECHO text="keywords.size() - keywords.getInTop(searchEngine, maxResults)"/]>
 
Page 1 <[ECHO text="keywords.getInTop(searchEngine, 10)"/]>
Page 2 <[ECHO text="keywords.getInTop(searchEngine, 20) - keywords.getInTop(searchEngine, 10)"/]>
Page 3 <[ECHO text="keywords.getInTop(searchEngine, 30) - keywords.getInTop(searchEngine, 20)"/]>
Other <[ECHO text="keywords.getInTop(searchEngine, maxResults) - keywords.getInTop(searchEngine, 30)"/]>
Not Ranking <[ECHO text="keywords.size() - keywords.getInTop(searchEngine, maxResults)"/]>
* <[ECHO text="searchEngine.name"/]> only

First Page Visibility

keywords *
■ Ranked 1st <[ECHO text="keywords.getInTop(searchEngine, 1)"/]>
■ Ranked 2nd <[ECHO text="keywords.getInTop(searchEngine, 2) - keywords.getInTop(searchEngine, 1)"/]>
■ Ranked 3rd <[ECHO text="keywords.getInTop(searchEngine, 3) - keywords.getInTop(searchEngine, 2)"/]>
■ Ranked 4 - 6 <[ECHO text="keywords.getInTop(searchEngine, 6) - keywords.getInTop(searchEngine, 3)"/]>
■ Ranked 7 - 10 <[ECHO text="keywords.getInTop(searchEngine, 10) - keywords.getInTop(searchEngine, 6)"/]>
 
Ranked 1st <[ECHO text="keywords.getInTop(searchEngine, 1)"/]>
Ranked 2nd <[ECHO text="keywords.getInTop(searchEngine, 2) - keywords.getInTop(searchEngine, 1)"/]>
Ranked 3rd <[ECHO text="keywords.getInTop(searchEngine, 3) - keywords.getInTop(searchEngine, 2)"/]>
Ranked 4 - 6 <[ECHO text="keywords.getInTop(searchEngine, 6) - keywords.getInTop(searchEngine, 3)"/]>
Not in Page 1 0
Ranked 7 - 10 <[ECHO text="keywords.getInTop(searchEngine, 10) - keywords.getInTop(searchEngine, 6)"/]>
* <[ECHO text="searchEngine.name"/]> only
<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> <[DEFINE name="history" value="keyword.getHistory(searchEngine)"/]> <[DEFINE name="lastPosition" value="history.getPosition()"/]> <[/FOR_EACH]>
# Keyword Position Difference Change Web Page
<[ECHO text="keyword.query"/]> <[IF condition="lastPosition != null"]> <[THEN]> <[IF condition="lastPosition.positionNotFound"]> <[THEN]> <[ECHO text="NON_IN_TOP"/]> <[ECHO text="lastPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="lastPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null"]> <[THEN]> <[IF condition="history.getTopDelta(compareAgainst).ranked"]> <[THEN]> <[IF condition="history.getTopDelta(compareAgainst).value > 0"]> <[THEN]> + <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[DEFINE name="moveUpCounter" value="moveUpCounter + 1"/]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value < 0"]> <[THEN]> <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[DEFINE name="moveDownCounter" value="moveDownCounter + 1"/]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == 0"]> <[THEN]> <[DEFINE name="notChangedCounter" value="notChangedCounter + 1"/]> <[/THEN]> <[ELSE]> <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]> <[THEN]> Entered <[DEFINE name="enteredTopCounter" value="enteredTopCounter + 1"/]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]> <[THEN]> Stays out <[DEFINE name="notRankingCounter" value="notRankingCounter + 1"/]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]> <[THEN]>   <[/THEN]> <[ELSE]> Dropped <[DEFINE name="leftTopCounter" value="leftTopCounter + 1"/]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>

Ranking Changes

keywords *
■ Moved up <[ECHO text="moveUpCounter"/]>
■ Moved down <[ECHO text="moveDownCounter"/]>
■ Entered Top <[ECHO text="maxResults"/]> <[ECHO text="enteredTopCounter"/]>
■ Left Top <[ECHO text="maxResults"/]> <[ECHO text="leftTopCounter"/]>
■ Not Changed <[ECHO text="notChangedCounter"/]>
 
Moved up <[ECHO text="moveUpCounter"/]>
Moved down <[ECHO text="moveDownCounter"/]>
Entered Top <[ECHO text="maxResults"/]> <[ECHO text="enteredTopCounter"/]>
Left Top <[ECHO text="maxResults"/]> <[ECHO text="leftTopCounter"/]>
Empty 0
Not Changed <[ECHO text="notChangedCounter"/]>
* <[ECHO text="searchEngine.name"/]> only


<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> <[DEFINE name="history" value="keyword.getHistory(searchEngine)"/]> <[DEFINE name="lastPosition" value="history.getPosition()"/]> <[/FOR_EACH]>
# Keyword Position Difference Change Web Page
<[ECHO text="keywordCounter"/]> "><[ECHO text="keyword.query"/]> <[IF condition="lastPosition != null"]> <[THEN]> <[IF condition="lastPosition.positionNotFound"]> <[THEN]> <[ECHO text="NON_IN_TOP"/]> <[ECHO text="lastPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="lastPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null"]> <[THEN]> <[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"> <[IF condition="history.getTopDelta(compareAgainst).ranked"]> <[THEN]> <[IF condition="history.getTopDelta(compareAgainst).value > 0"]> <[THEN]> + <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value < 0"]> <[THEN]> <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[/THEN]> <[ELSE]> <[ECHO text="history.getTopDelta(compareAgainst).value"/]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]> <[THEN]> Entered <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]> <[THEN]> Stays out <[/THEN]> <[ELSE]> <[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]> <[THEN]>   <[/THEN]> <[ELSE]> Dropped <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null"]> <[THEN]> <[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"> <[IF condition="history.getTopDelta(compareAgainst).ranked"]><[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>▲<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>▼<[/THEN]><[ELSE]> <[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>◄<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]> ─<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]> <[/THEN]><[ELSE]>►<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]> <[/THEN]><[ELSE]>  <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null && lastPosition.url != null"]> <[THEN]> " target="_blank" ><[ECHO text="lastPosition.url" cut="45"/]> <[/THEN]> <[ELSE]>  <[/ELSE]> <[/IF]>

<[/FOR_EACH]>
<[/THEN]> <[/IF]> <[IF condition="currentPage == PAGE_BY_KEYWORD || singlePage == true"]> <[THEN]> <[IF condition="singlePage"]><[THEN]><[/THEN]><[/IF]> " class="header_page_name">

Sorted by Keyword

Keyword cloud (based on a total <[ECHO text="keywords.size()"/]> keywords)

<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> <[IF condition="!reportData.isNotYetChecked(keyword)"]><[THEN]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getVisibilityScoreRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]><[/THEN]><[ELSE]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getVisibilityScoreRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]><[/ELSE]><[/IF]> <[/FOR_EACH]>
Note: The prominence of a keyword in the cloud depends on the Visibility Score value of the keyword.
<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> ">
<[FOR_EACH name="reportData.sort(searchEngines, 'name')" id="searchEngine"]> <[DEFINE name="history" value="keyword.getHistory(searchEngine)"/]> <[DEFINE name="lastPosition" value="history.getPosition()"/]> <[/FOR_EACH]>
# Search Engine Position Difference Change Web Page
<[ECHO text="searchEngineCounter"/]> " alt="" width="16" height="16" /> "><[ECHO text="searchEngine.name"/]> .png" alt="" width="25" height="15" class="left country_flag"> <[IF condition="lastPosition != null"]><[THEN]><[IF condition="lastPosition.positionNotFound"]><[THEN]><[ECHO text="NON_IN_TOP"/]> <[ECHO text="lastPosition.nonTopReportPositionDescription"/]><[/THEN]><[ELSE]><[ECHO text="lastPosition.inTopReportPositionDescription"/]><[/ELSE]><[/IF]><[/THEN]><[ELSE]> <[/ELSE]><[/IF]> <[IF condition="lastPosition != null"]> <[THEN]> <[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"><[IF condition="history.getTopDelta(compareAgainst).ranked"]><[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>+ <[ECHO text="history.getTopDelta(compareAgainst).value"/]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]><[ECHO text="history.getTopDelta(compareAgainst).value"/]><[/THEN]><[ELSE]><[ECHO text="history.getTopDelta(compareAgainst).value"/]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>Entered<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]>Stays out<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]> <[/THEN]><[ELSE]>Dropped<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]>  <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null"]> <[THEN]> <[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"><[IF condition="history.getTopDelta(compareAgainst).ranked"]><[THEN]><[IF condition="history.getTopDelta(compareAgainst).value > 0"]><[THEN]>▲<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value < 0"]><[THEN]>▼<[/THEN]><[ELSE]> <[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == ENTERED_VALUE"]><[THEN]>◄<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_RANKED_VALUE"]><[THEN]> ─<[/THEN]><[ELSE]><[IF condition="history.getTopDelta(compareAgainst).value == NOT_CHECKED_VALUE"]><[THEN]> <[/THEN]><[ELSE]>►<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]>  <[/ELSE]> <[/IF]> <[IF condition="lastPosition != null && lastPosition.url != null"]><[THEN]>" target="_blank"><[ECHO text="lastPosition.url" cut="60"/]> <[/THEN]> <[ELSE]>  <[/ELSE]> <[/IF]>

<[/FOR_EACH]>
<[/THEN]> <[/IF]> <[IF condition="currentPage == PAGE_BY_KEI || singlePage == true"]> <[THEN]> <[IF condition="singlePage"]><[THEN]><[/THEN]><[/IF]> " class="header_page_name">

Sorted by KEI

Keyword cloud (based on a total <[ECHO text="keywords.size()"/]> keywords)

<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> <[IF condition="!reportData.isNotYetChecked(keyword)"]><[THEN]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getKEIRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]> <[/THEN]> <[ELSE]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getKEIRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]> <[/ELSE]> <[/IF]> <[/FOR_EACH]>
Note: The prominence of a keyword in the cloud depends on the Keyword Efficiency Index (KEI) value of the keyword.

Keywords ranked by Keyword Efficiency Index

<[FOR_EACH name="reportData.sort(keywords, 'KEI', false)" id="keyword"]> <[DEFINE name="kei" value="keyword.getKEI().getKEI()"/]> <[/FOR_EACH]>
# Keyword KEI # of Searches Competition Visibility
<[ECHO text="keywordCounter"/]> ">"><[ECHO text="keyword.query"/]> ">  
<[ECHO text="reportData.formatKEI(numberFormat, kei)"/]>
<[IF condition="keyword.getKEI().searchNum == ALEXA_ERROR"]><[THEN]>Forbidden<[/THEN]><[ELSE]><[ECHO text="reportData.formatSearchNum(keyword.getKEI().searchNum)" suppressEncoding="true"/]><[/ELSE]><[/IF]> <[ECHO text="reportData.formatCompetition(keyword.getKEI().competition)" suppressEncoding="true"/]> <[ECHO text="Math.round((keyword.getVisibilityScore(searchEngines) * 100) / (searchEngines.size() * 30))"/]>%

<[/THEN]> <[/IF]> <[IF condition="currentPage == PAGE_HISTORICAL || singlePage == true"]> <[THEN]> <[IF condition="singlePage"]><[THEN]><[/THEN]><[/IF]> " class="header_page_name">
<[DEFINE name="firstSearchEngine" value="searchEngines.get(0)"/]>

Rankings Historical Data

Keyword cloud (based on a total <[ECHO text="keywords.size()"/]> keywords)

<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> <[IF condition="!reportData.isNotYetChecked(keyword)"]><[THEN]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getKEIRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]> <[/THEN]> <[ELSE]> " style='font-size:<[ECHO text="Math.round(75 + 125 * reportData.getKEIRelative(keyword))"/]>%;'><[ECHO text="keyword.query"/]> <[/ELSE]> <[/IF]> <[/FOR_EACH]>
Note: The prominence of a keyword in the cloud depends on the Keyword Efficiency Index (KEI) value of the keyword.
<[FOR_EACH name="reportData.sort(keywords, 'query')" id="keyword"]> "> <[FOR_EACH name="reportData.sort(searchEngines, 'name')" id="searchEngine"]> <[DEFINE name="history" value="keyword.getHistory(searchEngine)"/]> ">

Keyword performance

<[DEFINE name="firstPosition" value="history.firstPosition"/]> <[DEFINE name="currentPosition" value="history.currentPosition"/]> <[DEFINE name="highestPosition" value="history.highestPosition"/]> <[DEFINE name="lowestPosition" value="history.lowestPosition"/]>
Ranking Indicators Rank Date Checked
Rank When First Checked <[IF condition="firstPosition != null"]> <[THEN]> <[IF condition="firstPosition.positionNotFound"]> <[THEN]> <[ECHO text="NON_IN_TOP"/]> <[ECHO text="firstPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="firstPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="firstPosition != null"]> <[THEN]> <[ECHO text="dateFormat.format(firstPosition.checkDate)"/]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>
Current Rank <[IF condition="currentPosition != null"]> <[THEN]> <[IF condition="currentPosition.positionNotFound"]> <[THEN]><[ECHO text="NON_IN_TOP"/]> <[ECHO text="currentPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="currentPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="currentPosition != null"]> <[THEN]><[ECHO text="dateFormat.format(currentPosition.checkDate)"/]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>
Highest Historical Rank <[IF condition="highestPosition != null"]> <[THEN]> <[IF condition="highestPosition.positionNotFound"]><[THEN]><[ECHO text="NON_IN_TOP"/]> <[ECHO text="highestPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="highestPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="highestPosition != null"]> <[THEN]><[ECHO text="dateFormat.format(highestPosition.checkDate)"/]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>
Lowest Historical Rank <[IF condition="lowestPosition != null"]> <[THEN]> <[IF condition="lowestPosition.positionNotFound"]> <[THEN]><[ECHO text="NON_IN_TOP"/]> <[ECHO text="lowestPosition.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]><[ECHO text="lowestPosition.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]> <[IF condition="lowestPosition != null"]> <[THEN]><[ECHO text="dateFormat.format(lowestPosition.checkDate)"/]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>


Ranking history

<[FOR_EACH name="reportData.reverse(history)" id="historyRecord"]> <[/FOR_EACH]>
Date Checked Rank Difference Change Web Page
<[IF condition="historyRecord != null"]><[THEN]><[ECHO text="dateFormat.format(historyRecord.checkDate)"/]><[/THEN]><[/IF]> <[IF condition="historyRecord != null"]> <[THEN]> <[IF condition="historyRecord.positionNotFound"]> <[THEN]> <[ECHO text="NON_IN_TOP"/]> <[ECHO text="historyRecord.nonTopReportPositionDescription"/]> <[/THEN]> <[ELSE]> <[ECHO text="historyRecord.inTopReportPositionDescription"/]> <[/ELSE]> <[/IF]> <[/THEN]> <[/IF]> <[IF condition="historyRecord != null"]><[THEN]><[THEN]><[IF condition="historyRecord.topDelta.value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"><[IF condition="historyRecord.topDelta.ranked"]><[THEN]><[IF condition="historyRecord.topDelta.value > 0"]><[THEN]>+ <[ECHO text="historyRecord.topDelta.value"/]><[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value < 0"]><[THEN]><[ECHO text="historyRecord.topDelta.value"/]><[/THEN]><[ELSE]><[ECHO text="historyRecord.topDelta.value"/]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == ENTERED_VALUE"]><[THEN]>Entered<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_RANKED_VALUE"]><[THEN]>Stays out<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_CHECKED_VALUE"]><[THEN]> <[/THEN]><[ELSE]>Dropped<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[/IF]> <[IF condition="historyRecord != null"]><[THEN]><[THEN]><[IF condition="historyRecord.topDelta.value > 0"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value < 0"]><[THEN]>FD0000<[/THEN]><[ELSE]>000000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == ENTERED_VALUE"]><[THEN]>008F00<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_RANKED_VALUE"]><[THEN]>8F8F8F<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_CHECKED_VALUE"]><[THEN]>000000<[/THEN]><[ELSE]>FD0000<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]>;"><[IF condition="historyRecord.topDelta.ranked"]><[THEN]><[IF condition="historyRecord.topDelta.value > 0"]><[THEN]>▲<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value < 0"]><[THEN]>▼<[/THEN]><[ELSE]> <[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == ENTERED_VALUE"]><[THEN]>◄<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_RANKED_VALUE"]><[THEN]> ─<[/THEN]><[ELSE]><[IF condition="historyRecord.topDelta.value == NOT_CHECKED_VALUE"]><[THEN]> <[/THEN]><[ELSE]>►<[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/ELSE]><[/IF]><[/THEN]><[/IF]> <[IF condition="historyRecord != null && historyRecord.url != null"]> <[THEN]> " target="_blank"><[ECHO text="historyRecord.url" cut="60"/]> <[/THEN]> <[ELSE]>   <[/ELSE]> <[/IF]>

<[/FOR_EACH]> <[/FOR_EACH]>
<[/THEN]> <[/IF]> <[IF condition="currentPage == PAGE_COMPETITORS || singlePage == true"]> <[THEN]> <[IF condition="singlePage"]><[THEN]><[/THEN]><[/IF]> " class="header_page_name">

Rankings Overview

<[ECHO text="keywords.getInTop(searchEngines, maxResults)"/]>  rankings for   <[ECHO text="keywords.size()"/]>  keywords

Online Visibility Score

<[ECHO text="visibilityScore"/]>% <[IF condition="visibilityScore > 0 && visibilityScore < 10"]> <[THEN]> <[ECHO text="poorVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 9 && visibilityScore < 15"]> <[THEN]> <[ECHO text="veryLowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 14 && visibilityScore < 21"]> <[THEN]> <[ECHO text="lowVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 20 && visibilityScore < 36"]> <[THEN]> <[ECHO text="moderateVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 35 && visibilityScore < 51"]> <[THEN]> <[ECHO text="goodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 50 && visibilityScore < 66"]> <[THEN]> <[ECHO text="veryGoodVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 65 && visibilityScore < 81"]> <[THEN]> <[ECHO text="strongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 80 && visibilityScore < 91"]> <[THEN]> <[ECHO text="veryStrongVisibility"/]> <[/THEN]> <[ELSE]> <[IF condition="visibilityScore > 90"]> <[THEN]> <[ECHO text="excellentVisibility"/]> <[/THEN]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]> <[/ELSE]> <[/IF]>
<[DEFINE name="byWebsiteList" value="reportData.getByWebsite()"/]>

Benchmarking Mode

<[ECHO text="keywords.size()"/]>  keywords    <[ECHO text="Math.round(byWebsiteList.size() - 1)"/]>  competitors
<[DEFINE name="sitesVisList" value="reportData.getSitesVisibility()"/]> <[FOR_EACH name="sitesVisList" id="vis"]> <[/FOR_EACH]>
Website Visibility Score
<[IF condition="vis.bold"]> <[THEN]> <[/THEN]> <[/IF]> "><[ECHO text="vis.toString()"/]> <[IF condition="vis.bold"]> <[THEN]> <[/THEN]> <[/IF]> <[IF condition="vis.bold"]> <[THEN]> <[/THEN]> <[/IF]> <[ECHO text="vis.percent"/]>% <[IF condition="vis.bold"]> <[THEN]> <[/THEN]> <[/IF]>

Visibility Score Comparison Chart

<[FOR_EACH name="sitesVisList" id="vis"]> <[/FOR_EACH]>
 
<[ECHO text="vis.toString()"/]> <[ECHO text="vis.percent"/]>%
<[DEFINE name="trafficWords" value="reportData.getTrafficProductiveKeywords()"/]>

Most Traffic-Productive Keywords

<[ECHO text="trafficWords.size()"/]> most searched for keyword(s)

The table below lists keywords with the biggest number of searches (the most traffic-productive ones) and the websites with the highest visibility for these words.

<[FOR_EACH name="trafficWords" id="word"]> <[/FOR_EACH]>
# Keyword # of Searches Highest visibility website Visibility Your Visibility
<[ECHO text="word.format(wordCounter)" suppressEncoding="true"/]> <[ECHO text="word.format(word.word)" suppressEncoding="true"/]> <[ECHO text="word.format(word.getSearches())" suppressEncoding="true"/]> "><[ECHO text="word.format(word.toString())" suppressEncoding="true" cut="45"/]> <[ECHO text="word.formatVis(word.vis)" suppressEncoding="true"/]> <[ECHO text="word.formatVis(word.yourVis)" suppressEncoding="true"/]>
<[DEFINE name="trafficWords" value="reportData.getTrafficProductiveKeywords()"/]> <[DEFINE name="topCount" value="Math.min(keywords.size(), 10)"/]>

Best Ranked Keywords (out of <[ECHO text="keywords.size()"/]> keywords analysed)

<[DEFINE name="num" value="Math.min(keywords.size(), 10)"/]> Each table in this section presents <[ECHO text="num"/]> keywords for which the analysed website has the highest visibility. "In Top 10/30/..." columns show how many rankings in Top 10/30/... the website has for each of these keywords across all the <[ECHO text="searchEngines.size()"/]> selected search engines.

<[DEFINE name="byWebsiteList" value="reportData.getByWebsite()"/]> <[FOR_EACH name="byWebsiteList" id="oneWebsiteList"]>

<[ECHO text="oneWebsiteList.toString()"/]> - <[ECHO text="num"/]> best ranked keyword(s)

<[FOR_EACH name="oneWebsiteList.list" id="byWebsite"]> <[/FOR_EACH]>
# Keyword In Top 10 In Top 30 In Top <[ECHO text="maxResults"/]> Visibility
<[ECHO text="byWebsiteCounter"/]> <[ECHO text="byWebsite.word" suppressEncoding="true"/]> <[ECHO text="byWebsite.top10" suppressEncoding="true"/]> <[ECHO text="byWebsite.top20" suppressEncoding="true"/]> <[ECHO text="byWebsite.topMax" suppressEncoding="true"/]> <[ECHO text="byWebsite.formatVis()" suppressEncoding="true"/]>


<[/FOR_EACH]>

About this report

This search engine rankings report has been created by " target="_blank"><[ECHO text="company.name"/]> for your personal information.

It is tailored for your specific website and will give you detailed information on the exact ranking positions of your targeted keyword phrases in all major search engines for every page within your website.

Please note that all the above information was accurate at the time the report was generated.

For further details please do not hesitate to " class="blcolor">contact us.

Visibility Comparison Progress Chart

<[CHART width="545" height="295" src="reportData.visibilityChartComp" fileName="'visibility.png'" numberLabel="'Score, %'" inverted="false" dateLabel="'Date'" lowerRange="0" upperRange="100"/]>
<[/THEN]> <[/IF]> <[/REPORT]>