Seo Analyzer 17production.com

 Generated on April 03 2022 05:43 AM

Old data? UPDATE !

The score is 54/100

Download PDF Version

SEO Content

Title

17 Production Video Production Company in Italy, New York

Length : 57

Perfect, your title contains between 10 and 70 characters.

Description

17 Production is video production company located in New York City. We offer video production services worldwide for corporate promo vids, events, commercials.

Length : 163

Ideally, your meta description should contain between 70 and 160 characters (spaces included). Use this free tool to calculate text length.

Keywords

Very bad. We haven't found meta keywords on your page. Use this free online meta tags generator to create keywords.

Og Meta Properties

This page does not take advantage of Og Properties. This tags allows social crawler's better structurize your page. Use this free og properties generator to create them.

Headings

H1 H2 H3 H4 H5 H6
0 1 0 1 0 0
  • [H2]
  • [H4] Nescafe' 2012\n\n","http:\/\/17production.com\/portfolio\/bas-van-der-veer\/","",[78]],["Oakley buying days july 2011","","","","17Production","","Oakley buying days july 2011\n\n","http:\/\/17production.com\/portfolio\/fortaleza-2020\/","",[78]],["RAY-BAN POLAR TOUR","","","","17Production","","RAY-BAN POLAR TOUR\n\n\n","http:\/\/17production.com\/portfolio\/dandaka\/","",[78]],["Chateux d'ax triennale 2012","","","","17Production","","chateux d'ax triennale 2012\nProject description.\n\n","http:\/\/17production.com\/portfolio\/3d-arch-deco\/","",[78]],["Ray-Ban Never Noise","","","","17Production","","Ray-Ban Never Noise\n\n","http:\/\/17production.com\/portfolio\/mirsa\/","",[78]],["PRADA private","","","","17Production","","\n\n","http:\/\/17production.com\/portfolio\/maymont-park\/","",[78]],["PRADA ARTIOLI BAROQUE","","","","17Production","","\n\n","http:\/\/17production.com\/portfolio\/mirage\/","",[78]],["Vogue tour","","","","17Production","","Vogue Tour\n\n","http:\/\/17production.com\/portfolio\/let-me-see\/","",[78]]]; portfolioArray = projectsArray; portfolioArrayValid = projectsArray; var portfolio_closenum = 0; var portfolio_closedir = false; var homepage_title = jQuery('title').text(); //var home_url = ""; function bringPortfolio(current_id){ // If project with such ID does not exist, load project 0 or do nothing if(portfolioArrayValid[current_id] === undefined){ if(portfolioArrayValid.length != 0){ bringPortfolio(0); } return; } // Assign projects array to variables var title = portfolioArrayValid[current_id][0]; if(title == ''){ var title = 'Title not specified'; } var desc = portfolioArrayValid[current_id][1]; var date = portfolioArrayValid[current_id][2]; var client = portfolioArrayValid[current_id][3]; var agency = portfolioArrayValid[current_id][4]; var ourrole = portfolioArrayValid[current_id][5]; var slides = portfolioArrayValid[current_id][6]; var permalink = portfolioArrayValid[current_id][7]; var external_link = portfolioArrayValid[current_id][8]; /* It never exists at this moment but it's reserved space for it */ var categories_array = portfolioArrayValid[current_id][9]; // Count number of projects var number_of_ids = portfolioArrayValid.length; // Make it go to the top and fade out current project data jQuery('body,html').animate({scrollTop:0},800); jQuery('.portfolio_box').removeClass('portfolio_box-visible'); jQuery('body').addClass('daisho-portfolio-viewing-project'); setTimeout(function(){ if(date == ''){ jQuery('.project-date').hide(); }else{ jQuery('.project-date').show(); } if(client == ''){ jQuery('.project-client').hide(); }else{ jQuery('.project-client').show(); } if(agency == ''){ jQuery('.project-agency').hide(); }else{ jQuery('.project-agency').show(); } if(ourrole == ''){ jQuery('.project-ourrole').hide(); }else{ jQuery('.project-ourrole').show(); } // Show menu, navigation, containers etc. jQuery('.portfolio_box').addClass('portfolio_box-visible'); jQuery('#compact_navigation_container').addClass('compact_navigation_container-visible'); jQuery('.project-coverslide').addClass('project-coverslide-visible'); jQuery('.project-navigation').addClass('project-navigation-visible'); jQuery('.portfolio-arrowright').addClass('portfolio-arrowright-visible'); jQuery('.portfolio-arrowleft').addClass('portfolio-arrowleft-visible'); // Add current project data jQuery('.project-title').html(title); jQuery('.project-description').html(desc); jQuery('.project-exdate').html(date); jQuery('.project-exclient').html(client); jQuery('.project-exagency').html(agency); jQuery('.project-exourrole').html(ourrole); jQuery('.project-slides').html(slides); // Center and process images in the project view verticalimageflow(); // Update document title, URL and brwosing history using HTML5 History API if(!window.history.state || (window.history.state.projid != current_id)){ window.history.pushState({'cancelback': true, 'projid': current_id}, title, permalink); } jQuery('title').text(title); // Setup sharing icons (desktop mode) if(jQuery(".sharing-icons").length){ jQuery(".sharing-icons-twitter").attr("href", "https://twitter.com/share?url="+escape(window.location.href)+"&text="+escape(title)); jQuery(".sharing-icons-facebook").attr("href", "http://www.facebook.com/sharer.php?u="+escape(window.location.href)+"&t="+escape(title)); jQuery(".sharing-icons-googleplus").attr("href", "https://plus.google.com/share?url="+escape(window.location.href)); } // Re-create controls based on currently viewed project and other settings jQuery('.portfolio-arrowright').unbind('click.nextproject'); jQuery('.portfolio-arrowleft').unbind('click.prevproject'); var global_pointer = 0; function testCategories(current_id, selected_category_id, this_project, search_direction){ global_pointer++; // we checked all the projects, none of them matched criteria (except THIS post), let it continue to do whatever the default action for no projects is (reload current project or do not do anything) if(number_of_ids < global_pointer){ return; } // this makes it go only number_of_ids times at most if(portfolioArrayValid[current_id][9].indexOf(selected_category_id) != -1){ // Category match global_pointer = 0; if(current_id == this_project){ return; } // Don't load the same project if there is only 1 project available - this can't happen because we hide arrows in such event bringPortfolio( current_id ); return; }else{ // No category match found, let's increase or decrease ID by 1 and test again if(search_direction == 'next'){ current_id++; if(current_id == number_of_ids){ current_id = 0; } testCategories(current_id, selected_category_id, this_project, 'next'); return; }else{ current_id--; if(current_id == -1){ current_id = number_of_ids-1; } testCategories(current_id, selected_category_id, this_project, 'prev'); return; } } } var selected_category_id = jQuery('#filters').find('li a.selected').attr('data-project-category-id'); var loop_through = '1'; var counter = 0; var tempProjects = []; for(var i = 0; i < portfolioArrayValid.length; i++){ if((!loop_through) || (selected_category_id == 'all' || selected_category_id === undefined)){ counter++; tempProjects[i] = counter; }else{ if(portfolioArrayValid[i][9].indexOf(selected_category_id) != -1){ counter++; tempProjects[i] = counter; } } } if(counter < 2){ // Only 1 project in this category, disable arrows jQuery('.project-navigation').removeClass('project-navigation-visible'); jQuery('.portfolio-arrowright').removeClass('portfolio-arrowright-visible'); jQuery('.portfolio-arrowleft').removeClass('portfolio-arrowleft-visible'); }else{ jQuery('.project-navigation').addClass('project-navigation-visible'); jQuery('.portfolio-arrowright').addClass('portfolio-arrowright-visible'); jQuery('.portfolio-arrowleft').addClass('portfolio-arrowleft-visible'); } var this_project = current_id; /* Right Arrow */ jQuery('.portfolio-arrowright').on('click.nextproject', function(){ current_id++; if(current_id == number_of_ids){ current_id = 0; } /* Check if loop through projects in the same (selected) category only, true = yes, false = no */ /* Check currently selected category */ var selected_category_id = jQuery('#filters').find('li a.selected').attr('data-project-category-id'); if(selected_category_id == 'all' || selected_category_id === undefined){ // nothing, let the script continue and load any next project }else{ // Some category other than "all" is selected testCategories(current_id, selected_category_id, this_project, 'next'); return; } bringPortfolio( current_id ); }); /* Left Arrow */ jQuery('.portfolio-arrowleft').on('click.prevproject', function(){ current_id--; if(current_id == -1){ current_id = number_of_ids-1; } /* Check currently selected category */ var selected_category_id = jQuery('#filters').find('li a.selected').attr('data-project-category-id'); if(selected_category_id == 'all' || selected_category_id === undefined){ // nothing, let the script continue and load any next project }else{ // Some category other than "all" is selected testCategories(current_id, selected_category_id, this_project, 'prev'); return; } bringPortfolio( current_id ); }); }, 200); // We wait for CSS3 fade out animation to opacity=0 of .portfolio_box (inner container of portfolio) to complete } function closePortfolioItem(){ jQuery('.portfolio_box').removeClass('portfolio_box-visible'); jQuery('body').removeClass('daisho-portfolio-viewing-project'); jQuery('#compact_navigation_container').removeClass('compact_navigation_container-visible'); jQuery('.project-coverslide').removeClass('project-coverslide-visible'); jQuery('.project-navigation').removeClass('project-navigation-visible'); jQuery('.portfolio-arrowright').removeClass('portfolio-arrowright-visible'); jQuery('.portfolio-arrowleft').removeClass('portfolio-arrowleft-visible'); jQuery('.project-slides').empty(); jQuery('title').text(homepage_title); } function verticalimageflow(){ jQuery('.project-slides').find('.myimage').each(function(){ var current_image = jQuery(this); if(current_image.is("img")){ jQuery('').attr("src",this.src).load(function(){ if((this.width < 1120) && (this.width != 0)){ var img_max_width = this.width+"px"; var img_width = '100%'; }else{ var img_max_width = '100%'; var img_width = '100%'; } current_image.closest('.project-slide-image').css({ 'max-width' : img_max_width, 'width' : img_width }); current_image.next('span').delay(800).css({"opacity" : 1}); }); } }); } function supports_history_api(){ return !!(window.history && history.pushState); } var popped = ('state' in window.history && window.history.state !== null), initialURL = location.href; window.onpopstate = function(ev){ //console.log(ev.state); // Ignore inital popstate that some browsers fire on page load var initialPop = !popped && location.href == initialURL; popped = true; if(initialPop){ return; } var evstate = ev.state?ev.state:{}; if(!evstate.cancelback){ closePortfolioItem(); }else{ if(evstate.projid || evstate.projid == 0){ bringPortfolio(evstate.projid); } } } // center videos inside elements function centerIsotopeVideos(){ jQuery('.element').each(function(){ var $this = jQuery(this); if($this.find('video').get(0) !== undefined){ $this.find('video').bind("loadedmetadata", function(){ var video_width = $this.find('video').get(0).videoWidth; var video_height = $this.find('video').get(0).videoHeight; var cont_width = $this.width(); var cont_height = $this.height(); var cont_ratio = $this.width() / $this.height(); var video_ratio = $this.find('video').get(0).videoWidth / $this.find('video').get(0).videoHeight; if(cont_ratio

Images

We found 17 images on this web page.

16 alt attributes are empty or missing. Add alternative text so that search engines can better understand the content of your images.

Text/HTML Ratio

Ratio : 4%

This page's ratio of text to HTML code is below 15 percent, this means that your website probably needs more text content.

Flash

Perfect, no Flash content has been detected on this page.

Iframe

Great, there are no Iframes detected on this page.

URL Rewrite

Good. Your links looks friendly!

Underscores in the URLs

Perfect! No underscores detected in your URLs.

In-page links

We found a total of 17 links including 0 link(s) to files

Anchor Type Juice
Video Increases Engagement & Conversions Internal Passing Juice
Video Marketing Tips to Promote Your Next Event Internal Passing Juice
Home Internal Passing Juice
About Us Internal Passing Juice
Video Production Services Internal Passing Juice
Contact Internal Passing Juice
All Works Internal Passing Juice
Nescafe' 2012 Internal Passing Juice
Oakley buying days july 2011 Internal Passing Juice
RAY-BAN POLAR TOUR Internal Passing Juice
Chateux d'ax triennale 2012 Internal Passing Juice
Ray-Ban Never Noise Internal Passing Juice
PRADA private Internal Passing Juice
PRADA ARTIOLI BAROQUE Internal Passing Juice
Vogue tour Internal Passing Juice
SEO Web Design by 17 Agency External Passing Juice
f External Passing Juice

SEO Keywords

Keywords Cloud

services web event production back agency home video all design

Keywords Consistency

Keyword Content Title Keywords Description Headings
video 8
production 5
agency 3
home 3
services 3

Usability

Url

Domain : 17production.com

Length : 16

Favicon

Great, your website has a favicon.

Printability

We could not find a Print-Friendly CSS.

Language

Good. Your declared language is en.

Dublin Core

This page does not take advantage of Dublin Core.

Document

Doctype

HTML 5

Encoding

Perfect. Your declared charset is UTF-8.

W3C Validity

Errors : 1

Warnings : 34

Email Privacy

Great no email address has been found in plain text!

Deprecated HTML

Great! We haven't found deprecated HTML tags in your HTML.

Speed Tips

Excellent, your website doesn't use nested tables.
Too bad, your website is using inline styles.
Too bad, your website has too many CSS files (more than 4).
Too bad, your website has too many JS files (more than 6).
Too bad, your website does not take advantage of gzip.

Mobile

Mobile Optimization

Apple Icon
Meta Viewport Tag
Flash content

Optimization

XML Sitemap

Great, your website has an XML sitemap.

http://17production.com/sitemap.xml

Robots.txt

http://17production.com/robots.txt

Great, your website has a robots.txt file.

Analytics

Great, your website has an analytics tool.

   Google Analytics

PageSpeed Insights


Device
Categories

Seo Analyzer

Seo Analyzer is a free SEO tool which provides you content analysis of the website.

×