Advertisement
Guest User

SEO

a guest
Mar 29th, 2017
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. @foreach ($link as $node)
  2. @if(!$node->getAttribute('rel')=='stylesheet' && $node->nodeValue >! 0))
  3. <?php $showErrorMessage = 1; ?>
  4. @elseif($node->getAttribute('rel')=='stylesheet' && $node->nodeValue > 0)
  5. <?php $showErrorMessage = 0; ?>
  6. {{$node->getAttribute('href'), PHP_EOL}}
  7. @endif
  8. @endforeach
  9.  
  10. @if($showErrorMessage == 1)
  11. <p class="red">Geen canonical url</p>
  12. @endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement