Search our Knowledge Base
Search

Page Crawl API



The Page Crawl API method provides an analysis of an individual page, including:
  • URL
  • Content Word Count
  • Code to Text Ratio
  • Page Title
  • Page Title Length (character count)
  • Page Description
  • Page Description Length (character count)
  • Page H1
  • Internal Links Count
  • External Links Count
This API method also includes options to request analysis of each individual internal link and external link that is found on the source page, providing the same data listed above for each link. The Page Crawl Results method also includes option to request the keyword analysis, providing the word count, the breakdown of the results for rank, SEO, SERP and more. The results include the keyword frequency, density, TF-IDF and more.

The monthly usage limit for this API is based on package capacity that is shared with the Site Audit tool in the user interface.

Refer to Rank Ranger API Overview page for information on how to obtain API access, obtain an API Key, error codes and a full list of API methods.




 
 

Parameters

 
key string The unique API key assigned to your account
url string The full page URL including http or https
package_id int The Rank Ranger Package ID can be obtained by running the Get Packages Info API
Packages have a capacity for Site Explorer requests, and this API utilizes that capacity. 
analyze_il boolean Optional: Analyze internal links. If you want internal links included, then add &analyze_il=true to the request
analyze_el
boolean Optional: Analyze external links. If you want links that are external to the domain to be included, then add &analyze_el=true to the request
keyword_analysis
boolean Optional: Analyze keywords. If you want the analysis of the keywords to be included in the report, then add &keyword_analysis=true to the request (available only for the Page Crawl Results Method)
output string Output format options:
  • &output=xml  (this is the default format)
  • &output=json
    Either of these parameters can be added to the json output parameter:
    • &output=json&json_strict=true 
      (forces the results to come back as array instead of objects) 
    • &output=json&json_arr=true 
      (causes the entire json to be wrapped as array)


Example Page Crawl Request

 

Construct & test Keyword Research API requests in the API Console or follow one of these examples:
https://www.rankranger.com/api/v2/?page_crawl&key=Your-API-Key&url=https://example.com/page/&package_id=XXXXXX&analyze_il=true&analyze_el=true


Response Example

             
 
AخA
 
<tracking-data provider="rankranger" date="03/27/2019" time="15:33:00" status="ok">
    <status>success</status>
    <query_id>18</query_id>
</tracking-data>


Example Page Crawl Results Request

             
 
Insert the Query ID found in the response into this API request:

https://www.rankranger.com/api/v2/?page_crawl_results&key=Your-API-Key&url=https://example.com/page/&query_id=XXXX


Page Crawl Results Example

            
 
Results can be ready in seconds or might take several minutes depending upon the number of links on the page and if you requested that external links be analyzed.  If you request the results while the page crawl and link analysis are still in process, you will receive this type of response:

 
<tracking-data provider="rankranger" date="03/27/2019" time="15:33:26" status="error" code="503">
    <error-details>Page crawl results is in process</error-details>
</tracking-data>


You can repeat the request for results. This is an example of page crawl results.

 
<tracking-data provider="rankranger" date="03/27/2019" time="15:34:43" status="ok">
    <status>success</status>
    <query_id>18</query_id>
    <url>https://jenis.com/cookbooks/</url>
    <content_word_count>359</content_word_count>
    <code_txt_ratio>8.62</code_txt_ratio>
    <page_title>
Cookbooks by Jeni Britton Bauer | Jeni's Splendid Ice Creams
</page_title>
    <page_title_length>60</page_title_length>
    <page_desc>
Jeni Britton Bauer is a James Beard Award-winning author of two cookbooks: Jeni's Splendid Ice Cream Desserts and Jeni's Splendid Ice Creams at Home.
</page_desc>
    <page_desc_length>149</page_desc_length>
    <page_h1/>
    <internal_links_count>49</internal_links_count>
    <internal_links>
        <internal_link>
            <url>http://jenis.com/dairy-free/</url>
            <content_word_count>651</content_word_count>
            <code_txt_ratio>11.55</code_txt_ratio>
            <page_title>
Jeni's Dairy-Free Flavors! So spectacular they never needed dairy
</page_title>
            <page_title_length>65</page_title_length>
            <page_desc>
We just changed the dairy-free game. These flavors are so lush, so satisfyingly delicious even the most steadfast dairy lovers will crave them.
</page_desc>
            <page_desc_length>143</page_desc_length>
            <page_h1/>
            <internal_links_count>49</internal_links_count>
            <external_links_count>29</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com</url>
            <content_word_count>51</content_word_count>
            <code_txt_ratio>3.57</code_txt_ratio>
            <page_title>Jeni's Splendid Ice Creams</page_title>
            <page_title_length>26</page_title_length>
            <page_desc>
Jeni's Splendid Ice Cream, built from the ground up with superlative ingredients. Order online, visit a scoop shop, or find the closest place to buy Jeni's near you.
</page_desc>
            <page_desc_length>165</page_desc_length>
            <page_h1/>
            <internal_links_count>54</internal_links_count>
            <external_links_count>26</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/?q= </url>
            <content_word_count>54</content_word_count>
            <code_txt_ratio>4.42</code_txt_ratio>
            <page_title>Search for " " - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>43</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Search results for:</page_h1>
            <internal_links_count>46</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/</url>
            <content_word_count>639</content_word_count>
            <code_txt_ratio>13.01</code_txt_ratio>
            <page_title>Customer Service - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>45</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Customer Service</page_h1>
            <internal_links_count>73</internal_links_count>
            <external_links_count>28</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://www.jenis.com/customer-service/contact-us/</url>
            <content_word_count>444</content_word_count>
            <code_txt_ratio>11.53</code_txt_ratio>
            <page_title>Contact us | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Contact Us</page_h1>
            <internal_links_count>57</internal_links_count>
            <external_links_count>31</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/contact-us/</url>
            <content_word_count>444</content_word_count>
            <code_txt_ratio>11.69</code_txt_ratio>
            <page_title>Contact us | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Contact Us</page_h1>
            <internal_links_count>57</internal_links_count>
            <external_links_count>31</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/shipping-info/</url>
            <content_word_count>1146</content_word_count>
            <code_txt_ratio>19.05</code_txt_ratio>
            <page_title>Shipping Info - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>42</page_title_length>
            <page_desc>
Ice cream delivery to all 50 states. Flat-rate shipping starting at $13.
</page_desc>
            <page_desc_length>72</page_desc_length>
            <page_h1>Shipping Info</page_h1>
            <internal_links_count>48</internal_links_count>
            <external_links_count>27</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/</url>
            <content_word_count>639</content_word_count>
            <code_txt_ratio>13.01</code_txt_ratio>
            <page_title>Customer Service - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>45</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Customer Service</page_h1>
            <internal_links_count>73</internal_links_count>
            <external_links_count>28</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/?q= </url>
            <content_word_count>54</content_word_count>
            <code_txt_ratio>4.42</code_txt_ratio>
            <page_title>Search for " " - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>43</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Search results for:</page_h1>
            <internal_links_count>46</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/gifting/</url>
            <content_word_count>152</content_word_count>
            <code_txt_ratio>4.81</code_txt_ratio>
            <page_title>
Send the gift of Jeni's | Jeni's Splendid Ice Creams
</page_title>
            <page_title_length>52</page_title_length>
            <page_desc>
Jeni's Splendid Ice Creams delivered right to their doorstep. Flat-rate shipping starting at $13. #bestgiftever
</page_desc>
            <page_desc_length>111</page_desc_length>
            <page_h1>Send the gift of Jeni’s</page_h1>
            <internal_links_count>48</internal_links_count>
            <external_links_count>29</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/giftconcierge/</url>
            <content_word_count>995</content_word_count>
            <code_txt_ratio>11.72</code_txt_ratio>
            <page_title>Gift Concierge - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>43</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Gift Concierge</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/gift-cards/</url>
            <content_word_count>29</content_word_count>
            <code_txt_ratio>4.51</code_txt_ratio>
            <page_title>Gift Cards | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc>
Treat friends and family to an ice cream shopping spree! Gift an e-gift certificate so they can ship their favorite flavors directly to their doorstep.
</page_desc>
            <page_desc_length>151</page_desc_length>
            <page_h1/>
            <internal_links_count>46</internal_links_count>
            <external_links_count>32</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/box/</url>
            <content_word_count>106</content_word_count>
            <code_txt_ratio>4.51</code_txt_ratio>
            <page_title>
The Jeni's Delivery Box | Jeni's Splendid Ice Creams
</page_title>
            <page_title_length>52</page_title_length>
            <page_desc>
From our orange delivery box with a gift message inside, to the flavor, texture, body, and finish of our ice creams, receiving Jeni's is an experience.
</page_desc>
            <page_desc_length>151</page_desc_length>
            <page_h1>The Jeni’s delivery box</page_h1>
            <internal_links_count>46</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/where-to-buy/</url>
            <content_word_count>88</content_word_count>
            <code_txt_ratio>4.80</code_txt_ratio>
            <page_title>Where to Buy | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>41</page_title_length>
            <page_desc>
How to find the closest place to buy Jeni's, no matter where you are. #pintfinder
</page_desc>
            <page_desc_length>81</page_desc_length>
            <page_h1>Where to Buy</page_h1>
            <internal_links_count>46</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/flavors/whats-new/</url>
            <content_word_count>54</content_word_count>
            <code_txt_ratio>4.29</code_txt_ratio>
            <page_title>What's New | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc>
What's new on the menu at Jeni's Splendid Ice Creams scoop shops.
</page_desc>
            <page_desc_length>65</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/#columbus-10</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/chagrin-falls/</url>
            <content_word_count>171</content_word_count>
            <code_txt_ratio>6.18</code_txt_ratio>
            <page_title>Jeni's Chagrin Falls - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>49</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Jeni’s Chagrin Falls</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/#nashville-6</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/#chicago-5</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/#atlanta-4</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/jenis-king-street/</url>
            <content_word_count>196</content_word_count>
            <code_txt_ratio>6.55</code_txt_ratio>
            <page_title>
Jeni's King Street - Charleston, SC | Jeni's Splendid Ice Creams
</page_title>
            <page_title_length>64</page_title_length>
            <page_desc>
Located in the heart of "Upper King"—Charleston’s main artery of restaurants, bars, and boutiques—Jeni's King Street is our first scoop shop in South Carolina.
</page_desc>
            <page_desc_length>159</page_desc_length>
            <page_h1>Jeni’s King Street</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/#los-angeles-4</url>
            <content_word_count>87</content_word_count>
            <code_txt_ratio>5.45</code_txt_ratio>
            <page_title>Scoop Shops | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Scoops, pints, sandwiches, sundaes—and endless samples. Visit a Jeni's location in Columbus, Cleveland, Nashville, Chicago, Atlanta, and Charleston.
</page_desc>
            <page_desc_length>148</page_desc_length>
            <page_h1>Scoop Shops</page_h1>
            <internal_links_count>80</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/scoop-shops/jenis-central-west-end/
</url>
            <content_word_count>152</content_word_count>
            <code_txt_ratio>5.53</code_txt_ratio>
            <page_title>Jeni's Central West End | St. Louis</page_title>
            <page_title_length>35</page_title_length>
            <page_desc>
Our first location in St. Louis is in the Central West End district near Forest Park. Find us in the historic, architecturally rich neighborhood next to the great long-running bookseller Left Bank, and in the company of Brasserie by Niche, the Block butcher and bar, Central Table Food Hall, and venerable St. Louis indie grocer Straub's, which has carried our pints for years.
</page_desc>
            <page_desc_length>377</page_desc_length>
            <page_h1>Jeni’s Central West End</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/14th-street/</url>
            <content_word_count>99</content_word_count>
            <code_txt_ratio>4.76</code_txt_ratio>
            <page_title>Jeni's 14th Street | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>47</page_title_length>
            <page_desc>
Our first scoop shop in Washinton, DC is in the bustling 14th Street neighborhood at 14th and U streets (1925 14th Street NW).
</page_desc>
            <page_desc_length>126</page_desc_length>
            <page_h1>Jeni’s 14th Street</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/scoop-shops/south-end/</url>
            <content_word_count>117</content_word_count>
            <code_txt_ratio>4.99</code_txt_ratio>
            <page_title>Jeni's South End | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>45</page_title_length>
            <page_desc>
We're gearing up to open our very first scoop shop in North Carolina this summer—in the heart of the amazing city of Charlotte. The Jeni's shop will be located on Camden Road in the historic South End development, Design Center of the Carolinas.
</page_desc>
            <page_desc_length>245</page_desc_length>
            <page_h1>Jeni’s South End</page_h1>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/cookbooks/</url>
            <content_word_count>359</content_word_count>
            <code_txt_ratio>8.62</code_txt_ratio>
            <page_title>
Cookbooks by Jeni Britton Bauer | Jeni's Splendid Ice Creams
</page_title>
            <page_title_length>60</page_title_length>
            <page_desc>
Jeni Britton Bauer is a James Beard Award-winning author of two cookbooks: Jeni's Splendid Ice Cream Desserts and Jeni's Splendid Ice Creams at Home.
</page_desc>
            <page_desc_length>149</page_desc_length>
            <page_h1/>
            <internal_links_count>49</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/cookbooks/jenis-splendid-ice-creams-at-home/
</url>
            <content_word_count>195</content_word_count>
            <code_txt_ratio>5.57</code_txt_ratio>
            <page_title>
Jeni's Splendid Ice Creams at Home by Jeni Britton Bauer
</page_title>
            <page_title_length>56</page_title_length>
            <page_desc>
The 2011 James Beard Award-winning debut cookbook from Jeni Britton Bauer. "The homemade-ice-cream-making bible.” -- Washington Post.
</page_desc>
            <page_desc_length>133</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/cookbooks/jenis-splendid-ice-cream-desserts/
</url>
            <content_word_count>473</content_word_count>
            <code_txt_ratio>7.57</code_txt_ratio>
            <page_title>
Jeni's Splendid Ice Cream Desserts by Jeni Britton Bauer
</page_title>
            <page_title_length>56</page_title_length>
            <page_desc>
The second cookbook from Jeni Britton Bauer, featuring more than 100 new recipes and techniques for ice creams (with and without dairy), frozen custards, and sorbets to pair with cakes, cast iron pancakes, crunchy Gravel toppings, and gooey sauces
</page_desc>
            <page_desc_length>247</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/freestylin/</url>
            <content_word_count>2447</content_word_count>
            <code_txt_ratio>18.71</code_txt_ratio>
            <page_title>
Freestylin' the #jenisbook | Jeni's Splendid Ice Cream Desserts
</page_title>
            <page_title_length>63</page_title_length>
            <page_desc>
The Jeni's Splendid Ice Cream Desserts cookbook is your blueprint for "freestylin’”—mixing and matching recipes to create personalized ice cream desserts
</page_desc>
            <page_desc_length>153</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>36</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/</url>
            <content_word_count>580</content_word_count>
            <code_txt_ratio>11.03</code_txt_ratio>
            <page_title>About | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>34</page_title_length>
            <page_desc>
Peek into our kitchen, meet Jeni, read about our evolving company, and see if you've got what it takes to join the team.
</page_desc>
            <page_desc_length>120</page_desc_length>
            <page_h1/>
            <internal_links_count>50</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>http://jenis.com/about</url>
            <content_word_count>580</content_word_count>
            <code_txt_ratio>10.85</code_txt_ratio>
            <page_title>About | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>34</page_title_length>
            <page_desc>
Peek into our kitchen, meet Jeni, read about our evolving company, and see if you've got what it takes to join the team.
</page_desc>
            <page_desc_length>120</page_desc_length>
            <page_h1/>
            <internal_links_count>50</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/partners/</url>
            <content_word_count>1051</content_word_count>
            <code_txt_ratio>11.86</code_txt_ratio>
            <page_title>The Fellowship Model | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>49</page_title_length>
            <page_desc>
It takes a community of people to build ice cream from the ground up: growers, makers, producers, suppliers, and customers. We call it the fellowship model.
</page_desc>
            <page_desc_length>156</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>33</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/about-jeni/</url>
            <content_word_count>272</content_word_count>
            <code_txt_ratio>6.01</code_txt_ratio>
            <page_title>Jeni Britton Bauer | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>47</page_title_length>
            <page_desc>
"No one else makes ice cream like Jeni Britton Bauer." - Food & Wine. Founder of Jeni's Splendid Ice Creams and James Beard Award-winning cookbook author.
</page_desc>
            <page_desc_length>154</page_desc_length>
            <page_h1/>
            <internal_links_count>48</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/join-our-team/</url>
            <content_word_count>5113</content_word_count>
            <code_txt_ratio>43.35</code_txt_ratio>
            <page_title>Join Our Team | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>42</page_title_length>
            <page_desc>
We're always on the lookout for talent, hustle, and guts. Think you've got what it takes?
</page_desc>
            <page_desc_length>89</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>42</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/our-company/</url>
            <content_word_count>313</content_word_count>
            <code_txt_ratio>7.27</code_txt_ratio>
            <page_title>Our Company | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>40</page_title_length>
            <page_desc>
Jeni’s is a Certified B Corporation endorsed by the international nonprofit B Lab as a company that meets rigorous standards of social and environmental performance, accountability, and transparency.
</page_desc>
            <page_desc_length>199</page_desc_length>
            <page_h1/>
            <internal_links_count>58</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/blog/</url>
            <content_word_count>969</content_word_count>
            <code_txt_ratio>14.86</code_txt_ratio>
            <page_title>Blog - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>33</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Blog</page_h1>
            <internal_links_count>146</internal_links_count>
            <external_links_count>24</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/cookbooks/jenis-splendid-ice-creams-at-home/
</url>
            <content_word_count>195</content_word_count>
            <code_txt_ratio>5.57</code_txt_ratio>
            <page_title>
Jeni's Splendid Ice Creams at Home by Jeni Britton Bauer
</page_title>
            <page_title_length>56</page_title_length>
            <page_desc>
The 2011 James Beard Award-winning debut cookbook from Jeni Britton Bauer. "The homemade-ice-cream-making bible.” -- Washington Post.
</page_desc>
            <page_desc_length>133</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/cookbooks/jenis-splendid-ice-cream-desserts/
</url>
            <content_word_count>473</content_word_count>
            <code_txt_ratio>7.57</code_txt_ratio>
            <page_title>
Jeni's Splendid Ice Cream Desserts by Jeni Britton Bauer
</page_title>
            <page_title_length>56</page_title_length>
            <page_desc>
The second cookbook from Jeni Britton Bauer, featuring more than 100 new recipes and techniques for ice creams (with and without dairy), frozen custards, and sorbets to pair with cakes, cast iron pancakes, crunchy Gravel toppings, and gooey sauces
</page_desc>
            <page_desc_length>247</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/freestylin/</url>
            <content_word_count>2447</content_word_count>
            <code_txt_ratio>18.71</code_txt_ratio>
            <page_title>
Freestylin' the #jenisbook | Jeni's Splendid Ice Cream Desserts
</page_title>
            <page_title_length>63</page_title_length>
            <page_desc>
The Jeni's Splendid Ice Cream Desserts cookbook is your blueprint for "freestylin’”—mixing and matching recipes to create personalized ice cream desserts
</page_desc>
            <page_desc_length>153</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>36</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/</url>
            <content_word_count>639</content_word_count>
            <code_txt_ratio>13.01</code_txt_ratio>
            <page_title>Customer Service - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>45</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Customer Service</page_h1>
            <internal_links_count>73</internal_links_count>
            <external_links_count>28</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/contact-us/</url>
            <content_word_count>444</content_word_count>
            <code_txt_ratio>11.69</code_txt_ratio>
            <page_title>Contact us | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Contact Us</page_h1>
            <internal_links_count>57</internal_links_count>
            <external_links_count>31</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/about/join-our-team/</url>
            <content_word_count>5113</content_word_count>
            <code_txt_ratio>43.34</code_txt_ratio>
            <page_title>Join Our Team | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>42</page_title_length>
            <page_desc>
We're always on the lookout for talent, hustle, and guts. Think you've got what it takes?
</page_desc>
            <page_desc_length>89</page_desc_length>
            <page_h1/>
            <internal_links_count>47</internal_links_count>
            <external_links_count>42</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/faqs/</url>
            <content_word_count>2304</content_word_count>
            <code_txt_ratio>27.55</code_txt_ratio>
            <page_title>FAQs - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>33</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>FAQs</page_h1>
            <internal_links_count>54</internal_links_count>
            <external_links_count>33</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/customer-service/shipping-info/</url>
            <content_word_count>1146</content_word_count>
            <code_txt_ratio>19.05</code_txt_ratio>
            <page_title>Shipping Info - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>42</page_title_length>
            <page_desc>
Ice cream delivery to all 50 states. Flat-rate shipping starting at $13.
</page_desc>
            <page_desc_length>72</page_desc_length>
            <page_h1>Shipping Info</page_h1>
            <internal_links_count>48</internal_links_count>
            <external_links_count>27</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/customer-service/faqs/#return-policy
</url>
            <content_word_count>2304</content_word_count>
            <code_txt_ratio>27.55</code_txt_ratio>
            <page_title>FAQs - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>33</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>FAQs</page_h1>
            <internal_links_count>54</internal_links_count>
            <external_links_count>33</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/customer-service/product-info/#ingredients-and-nutrition-info
</url>
            <content_word_count>2842</content_word_count>
            <code_txt_ratio>30.52</code_txt_ratio>
            <page_title>Product Info - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>41</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1/>
            <internal_links_count>91</internal_links_count>
            <external_links_count>27</external_links_count>
        </internal_link>
        <internal_link>
            <url>
https://jenis.com/customer-service/contact-us/#catering
</url>
            <content_word_count>444</content_word_count>
            <code_txt_ratio>11.69</code_txt_ratio>
            <page_title>Contact us | Jeni's Splendid Ice Creams</page_title>
            <page_title_length>39</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Contact Us</page_h1>
            <internal_links_count>57</internal_links_count>
            <external_links_count>31</external_links_count>
        </internal_link>
        <internal_link>
            <url>https://jenis.com/terms-of-use/</url>
            <content_word_count>1493</content_word_count>
            <code_txt_ratio>26.61</code_txt_ratio>
            <page_title>Terms of Use - Jeni's Splendid Ice Creams</page_title>
            <page_title_length>41</page_title_length>
            <page_desc/>
            <page_desc_length/>
            <page_h1>Terms of Use</page_h1>
            <internal_links_count>46</internal_links_count>
            <external_links_count>25</external_links_count>
        </internal_link>
    </internal_links>
</tracking-data>
 
            


How to Obtain API Access

More

How to Generate New API Keys

More

API Console: Construct & Test API Requests

More

API Query Limits

More

Developer API Methods

More

API Error Codes

More

Get the ultimate SEO tools with the Rank Ranger Software
Learn More About Rank Ranger