Snippets tagged “seo”
3 snippets use this tag.
- How to Create URL Slug from String in PHPPHP
Here is a short tutorial that will represent to you the way of creating a URL slug from string with PHP. It should be an essential part of any website.
- PHP header redirect 301 - what are the implications?PHP
A 301 redirect in PHP using the "header" function tells the browser that the page has permanently moved to a new location.
- When to Use HTML <img> Tag and CSS background-image PropertyHTML
In this snippet, we’ll discuss the differences between the HTML <img> tag and CSS background-image property, which will help you make a better decision.