skip to Main Content

Use of SiteNavigationElement and BreadcrumbList together – SEO

I am working on my following SEO-friendly navigation: <nav itemprop="breadcrumb" itemscope itemtype="https://schema.org/BreadcrumbList"> <ul id="hornavmenu" class="nav navbar-nav"> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" > <a href="index.html" class="fa-home active" itemprop="item"><span itemprop="name">Start</span></a> </li> <li itemprop="itemListElement" itemscope itemtype="http://schema.org/ListItem" > <a href="about.html" class="fa-group " itemprop="item"><span itemprop="name">About</span></a> </li>…

VIEW QUESTION

Laravel blade view relative path – CPanel

I need help with my Laravel Blade view. Currently i'm using <link href="{{asset('css/sample.css')}}" rel="stylesheet"> to generate the path to my sample.css in my public folder every time. Which it'll generate something like <link href="http://mydomainname/css/sample.css" rel="stylesheet"> and it's working well (my…

VIEW QUESTION
Back To Top
Search