@extends('layouts.app') @section('head') @if($company->category) {{ Breadcrumbs::view('breadcrumbs::json-ld', 'company', $company) }} @endif @endsection @section('content')
@if($company->category)
{{ Breadcrumbs::render('company', $company) }}
@endif
{{$company->name}}
@if($company->category) @if($company->category->parent) {{ @$company->category->name }} @else {{ @$company->category->name }} @endif @endif

{{ $company->name }}

{{ @$company->descr }}
@if(@$company->founded_date)
Founded
{{ @$company->founded_date }}
@endif @if($company->hq_country)
Country
{{ strtolower($company->hq_country) }} flag {{ @$company->country->nicename }}
@endif @if($company->hq_city)
City
{{$company->hq_city}}
@endif @if(@$company->global_rank)
Platform Rank Company's ranking based on organic traffic performance within our comprehensive database.
{{ $company->global_rank }}
@endif @if(@$company->number_of_employees)
Employee Count
{{ $company->number_of_employees }}
@endif
@php $igcount = @$company->follower_counts->where('platform', 'ig')->first()->count; $fbcount = @$company->follower_counts->where('platform', 'fb')->first()->count; $twcount = @$company->follower_counts->where('platform', 'tw')->first()->count; $ytcount = @$company->follower_counts->where('platform', 'yt')->first()->count; $picount = @$company->follower_counts->where('platform', 'pi')->first()->count; $fbgroupcount = @$company->follower_counts->where('platform', 'fb-group')->first()->count; $totalFollowers = $igcount + $fbcount + $twcount + $ytcount + $picount + $fbgroupcount; $igurl = @$company->follower_counts->where('platform', 'ig')->first()->url; $textigurl = str_replace(['https://www.', 'http://www.', 'https://', 'http://'], '', $igurl); $fburl = @$company->follower_counts->where('platform', 'ig')->first()->url; $textfburl = str_replace(['https://www.', 'http://www.', 'https://', 'http://'], '', $fburl); $twurl = @$company->follower_counts->where('platform', 'ig')->first()->url; $texttwurl = str_replace(['https://www.', 'http://www.', 'https://', 'http://'], '', $twurl); $yturl = @$company->follower_counts->where('platform', 'ig')->first()->url; $textyturl = str_replace(['https://www.', 'http://www.', 'https://', 'http://'], '', $yturl); $piurl = @$company->follower_counts->where('platform', 'ig')->first()->url; $textpiurl = str_replace(['https://www.', 'http://www.', 'https://', 'http://'], '', $piurl); @endphp
@if($company->trafficMetric && ($company->trafficMetric->authority_score>0 || $company->trafficMetric->organic_traffic>0 || $company->trafficMetric->organic_keywords_count>0 || $company->trafficMetric->organic_traffic_cost>0))

{{$company->name}} Organic Traffic Metrics

{{$company->host}}’s organic traffic with search engine authority and overall performance data. Semrush - Last Update: {{$company->trafficMetric->updated_at->format('M d, Y')}}
@if($company->trafficMetric && $company->trafficMetric->authority_score>0)
Authority Score A metric used to evaluate overall quality and SEO performance of a domain. The score is calculated on a scale of 0 to 100.

{{$company->trafficMetric->authority_score}}

@endif @if($company->trafficMetric->organic_traffic>0)
Estimated Organic Traffic The estimated monthly traffic that comes from organic search engine results.

{{number_format($company->trafficMetric->organic_traffic)}}

@endif @if($company->trafficMetric->organic_keywords_count>0)
Organic Keywords Top-performing keywords used in search engines to attract free traffic.

{{number_format($company->trafficMetric->organic_keywords_count)}}

@endif @if($company->trafficMetric->organic_traffic_cost>0)
Organic Traffic Cost The estimated monthly expense for advertisers to rank for all listed organic keywords.

{{number_format($company->trafficMetric->organic_traffic_cost)}}

@endif
@endif @if($company->trafficMetric->paid_traffic>0 || $company->trafficMetric->paid_keywords_count>0 || $company->trafficMetric->ppc_traffic_cost>0)

Paid Traffic Metrics

{{$company->host}}’s estimated paid traffic including the number of keywords and traffic cost based on monthly traffic volume. Semrush
@if($company->trafficMetric->paid_traffic>0)
Paid Traffic The estimated number of visitors who reached the website by clicking on paid links or ads.

{{number_format($company->trafficMetric->paid_traffic)}}

@endif @if($company->trafficMetric->paid_keywords_count>0)
Paid Keywords The number of keywords driving visitors through paid search results on Google.

{{number_format($company->trafficMetric->paid_keywords_count)}}

@endif @if($company->trafficMetric->ppc_traffic_cost>0)
Paid Traffic Cost The total cost of all paid keywords that rank in ads. It’s calculated by multiplying the monthly paid traffic for each keyword by its cost-per-click (CPC).

{{number_format($company->trafficMetric->ppc_traffic_cost)}}

@endif
@endif
@if(!$metric_keywords->isEmpty())

Organic Keywords

Organic keyword rankings, along with position, traffic percentage and landing page. Semrush - Database: US
@foreach ($metric_keywords as $mk) @endforeach
KEYWORD The query phrase for which the page appears in search engine results.
POS. The page's search engine ranking for this keyword.
TRAFFIC % The percentage of total traffic that arrives at the site through this keyword.
{{ $mk->keyword->name }} {{ $mk->position }} {{ $mk->traffic_percentage }}
@endif @if(!$metric_traffic_by_pages->isEmpty())

Organic Landing Pages

The top landing pages visited by users who came from organic search results. Semrush - Database: US
@foreach ($metric_traffic_by_pages as $mtbp) @endforeach
URL
TOTAL TRAFFIC The total number of visits to this page from organic search results per month.
TRAFFIC % This percentage shows how much of the website's total search traffic comes from this page.
# OF KEYWORDS The number of organic keywords that this page ranks for in search engine results.
{{ strip_url_prefix($mtbp->url) }} {{ number_format($mtbp->total,0,',','.') }} {{ $mtbp->traffic_percentage }} {{ $mtbp->number_of_keywords }}
@endif @if(!$metric_competitors->isEmpty())

{{$company->name}} Organic Competitors

The top website domains competing for similar organic traffic and keywords. The level of competition is based on common keywords shared by both competitors. Semrush - Database: US
@foreach ($metric_competitors as $mc) @endforeach
COMPETITOR The domain of a competitor who ranks for the same organic traffic.
COMPETITION LEVEL The percentage of competition level based on the amount of common keywords between competitors.
{{ $mc->competitor }} {{ $mc->level }}
@endif @if($totalFollowers)

{{$company->name}} on Social Media

@if($fbcount)

Facebook

{{$fbcount}}

Increased by 122

@endif @if($igcount)

Instagram

{{$igcount}}

Followers

@endif @if($twcount)

Twitter

{{$twcount}}

Decreased by 3.2%

@endif @if($ytcount)

Youtube

{{$ytcount}}%

Decreased by 1.2%

@endif @if($picount)

Pinterest

{{$picount}}%

Decreased by 3.2%

@endif @if($fbgroupcount)

Facebook Group

{{$fbgroupcount}}%

Decreased by 3.2%

@endif
@endif

{{ $company->name }} Company Details

Title
{{ $company->name }}
Phone
{{ $company->phone??'N/A' }}
Email Address
{{ $company->email??'N/A' }}
About
{{ $company->descr }}
@if($company->founders->count()>0 || $company->advisors->count()>0 || $company->investors->count()>0)

{{ $company->name }} People Details

@if($company->founders && !$company->founders->isEmpty())

Founders

@foreach($company->founders as $founder) @endforeach
Name Type
{{ $founder->name }} {{ $founder->type }}
@endif @if($company->advisors && !$company->advisors->isEmpty())

Advisors

@foreach($company->advisors as $advisor) @endforeach
Name Type Job Started at
{{ $advisor->name }} {{ $advisor->type }} {{ $advisor->job }} {{ $advisor->started_at?->format('d M, Y') }}
@endif @if($company->investors && !$company->investors->isEmpty())

Investors

@foreach($company->investors as $investor) @endforeach
Investment Investor Is Lead Investor Type
{{ $investor->investment }} {{ $investor->investor }} {{ $investor->is_lead? 'Yes' : 'No' }} {{ $investor->investor_type }}
@endif
@endif @if($company->acquisitions->count()>0 || $company->fundings->count()>0)

{{ $company->name }} Financial Details

@if($company->acquisitions && !$company->acquisitions->isEmpty())

Acquisitions

@foreach($company->acquisitions as $acquisition) @endforeach
Company Role Identifier Announced on
{{ $acquisition->company }} {{ $acquisition->role }} {{ $acquisition->identifier }} {{ $acquisition->announced_on?$acquisition->announced_on->format('d M, Y'):'N/A' }}
@endif @if($company->fundings && !$company->fundings->isEmpty())

Funding Rounds

@foreach($company->fundings as $funding) @endforeach
Name Announced on Raised Amount Raised Amount (USD) Investor Count
{{ $funding->name }} {{ $funding->announced_on?$funding->announced_on->format('d M, Y'):'N/A' }} {{ number_format($funding->raised_amount,0,'.',',') }} {{ number_format($funding->raised_amount_usd,0,'.',',') }} {{ $funding->investor_count }}
@endif
@endif @if($company->trademark)

{{ $company->name }} Trademark Details

Num. Patent Granted {{$company->trademark->num_patent_granted}}
Num. Trademark Registered {{$company->trademark->num_trademark_registered}}
Popular Trademark Class {{$company->trademark->popular_trademark_class}}
@endif
@if($similarcompanies && !$similarcompanies->isEmpty())

Similar Companies on {{ @$company->category->name }}

    @foreach ($similarcompanies as $company)
  • Authority Score
    {{ @$company->trafficMetric->authority_score }}
    Est. Organic Traffic
    {{number_format(@$company->trafficMetric->organic_traffic)}}
  • @endforeach
@endif
@endsection