Url
Articles Tagged url:
-
What is a TLD? Top Level Domains Explained
If you parse any domain name, the top-level domain is the last section after the last dot. That's the highest level within the hierarchy of a domain name. So, for martech.zone , the TLD is .zone . When the web…
-
What Your Site Hierarchy Looks Like (Design, Index, Links, and Journey)
So many companies I work with focus so much of their time on their home page, navigation, and subsequent pages. Many of them are bloated, with unnecessary content and pages that no one reads - yet they still ensure they…
-
PHP: Using Is.gd API to Shorten URL
Just read an article on the benefits and pitfalls of shortening URLs over at SEOmoz . I utilize the Is.gd API to do this: function doCurlRequest($url, $variable, $value) { $api = $url."?".$variable."=".$value; $session = curl_init(); curl_setopt($session, CURLOPT_URL, $api ...

