301 Moved Permanently, istenen kaynağın kalıcı olarak yeni bir URL'ye taşındığı anlamına gelir. Gelecekteki tüm istekler yeni adresi kullanmalıdır.
Tarayıcı kullanıcıyı otomatik olarak yeni adrese yönlendirecek ve arama motorları dizinlerini güncelleyecektir.
200 OK, standart bir başarılı HTTP sunucu yanıtıdır. Bu, istemcinin isteğinin (örneğin, bir tarayıcıdan) başarıyla işlendiği ve sunucunun istenen verileri ilettiği anlamına gelir.
Kullanıcı içeriği hatasız alır ve sayfa veya uygulama düzgün çalışır. Kod 200'e veri eşlik ediyorsa, tarayıcı veya program bunu işler ve kullanıcıya görüntüler.
GET / HTTP/1.1 Host: 2bi.com Accept: */* User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/> <link rel="icon" href="http://www.2bi.com/light/img/favicon.ico" /> <title>2B Investments | Intelligent Development & Results Orientated Marketing</title> <link rel="stylesheet" type="text/css" href="css/style.css" /> <script type="text/javascript" src="js/jquery.js"></script> <script type="text/javascript"> function equalHeight(group) { tallest = 0; group.each(function() { thisHeight = $(this).height(); if(thisHeight > tallest) { tallest = thisHeight; } }); group.height(tallest); } $(document).ready(function() { equalHeight($(".column")); }); </script> </head> <body> <div id="wrapper"> <div id="header"><!-- Start Header --> <a href="index.html"><img id="logo" src="img/logo.png" alt="2B Investments" /></a> <div id="info"> <div id="icons"> </div> </div> <div id="information"> <p style="margin-top: 5px;"><a href="mailto:london@2bi.com">london@2bi.com</a> & <a href="mailto:ny@2bi.com">ny@2bi.com</a></p> <p style="margin-top: 2px;">+447905244083</p> <p style="margin-top: -2px;">Teleconferencing available on request</p> <p style="margin-top: -3px;"><a href="contact.html">Get in touch</a></p> </div> </div><!-- End Header --> <ul id="nav-home"><!-- Navigation --> <li><a href="index.html">Home</a></li> <li><a href="company-profile.html">2BI: Company Profile</a></li> <li><a href="contact.html">Contact</a></li> </ul> <div id="featured"> <img src="img/featured.jpg" alt="" /> <span>2B Investments is our vertically integrated client-based investment wing. We specialize in realizing and unleashing the full potential of existing online assets.</span> </div> <div class="column" id="col1" style="height: 1000px;"><!-- Start Column 1 --> <h1>Our Role</h1> <p>In every corner of the web lies unexploited potential for development and growth. Through strategic partnerships, investments and acquisitions we have built up a string of successful online businesses. From retail to community-orientated platforms; and service provision to content delivery - our experience, expertise and adaptability has allowed us to grow and flourish year after year in a firecely competitive environment. Many of our assets have been online for 10-15 years - and at 2BI we continue to evolve and augment our underlying strengths through times of rapid change.</p> <p>Here at 2BI we aim to foster relationships with clients in order to fully realize the developmental capacity of online resources. In practice this translates to sound strategic planning; cutting-edge web development; high quality customer service; and exceptional, tailored marketing solutions. We specialize in nurturing thriving niche and mass market outlets on the web by unlocking valuable metrics. The conversion of inherent value into viable business requires skill and measured execution - this is where we blossom at 2BI. </p> <p>Leading the way in asset realization, 2BI boasts an exceptional track record in identifying and exploiting key growth areas. Today we own outright or hold a stake in 14 separate ventures and continue to dedicate our resources and human capital to the ongoing cultivation of our portfolio.</p> </div><!-- End Column 1 --> <div class="column" id="col2" style="height: 1000px;"><!-- Start Column 2 --> <h1>What We Do</h1> <div class="service"> <img src="img/products.jpg" alt="" /> <p><b>World-class web development</b> - at 2BI we excel in crafting tailored online platforms to meet our own exceptional and uncompromising expectations. We set ourselves challenging goals and strive to pioneer evolving standards in usability, functionality and creative design with devoted accuracy and precision.</p> </div> <div class="service1"> <img src="img/sky.jpg" alt="" /> <p><b>An inimitable approach to marketing</b> - to thrive online, all websites need exposure. Through years of application, adjustment and growth we have a honed an understanding of online marketing that is unparalleled amongst our peers. 2BI continue to champion the use of innovative strategy in creative advertizing; experiential marketing; brand engagement; and market placement.</p> <p>We build online businesses from the ground up on a solid foundation of organic optimization to complement inventive campaigns. Our ethos is to maintain an exceptional grasp of the fundamentals on which to base successful development.</p> </div> <div class="service"> <img src="img/colorskyline.jpg" alt="" /> <p><b>Client relations & business development</b> - we never overlook the basics of sound day-to-day business operation and strategic planning, and our team constantly strives to meet portfolio-wide demands in a practical capacity. Another core role at 2BI is to forge relationships with clients and partners, new and old, in the continued pursuit of maximizing unexploited growth markets. <a href="contact.html">Contact us</a> if you have an untapped online asset or feel a complementarity exists between our business models to yield a combined upwards trajectory.</p> </div> </div><!-- End Column 2 --> <div class="column" id="sidebar" style="height: 1000px;"><!-- Start Sidebar --> <h1>News, Events & Updates</h1> <ul> <li>Our comprehensive coporate website is nearing completion and will see a full launch during 2012.</li> <li>Work commences today on the dedicated 2BI corporate information site. Existing partners and prospective clients may contact us through the usual channels during the renovation.</li> <li>Through the years 2BI has made headway online for partners and clients by remaining at the cutting edge of technological and strategic advancement. The meeting point, in internet retailing and web development, is the arena in which we've lead a burgeoning revolution in 21st century commerce. Today we begin work on an updated corporate presence to extend our reach and to continue engaging untapped resources and their owners. In the meantime please see our profile for further information. </a></li> </ul> </div><!-- End Sidebar --> <div id="footer"> <p><b>Copyright © 2000-2011 2BI</b></p> </div><!-- End Footer --> </div><!-- End Wrapper --> </body> </html>