Top Tips to Search Engine Friendly Website DesignGet Web Design Tips and Tricks on mps-web-design.com. Top Tips to Search Engine Friendly Website Design topic will increase your understanding on Web Design Tips and Tricks. We at mps-web-design.com only provide news, articles, information in Web Design Tips and Tricks. Web Design Tips and Tricks at mps-web-design.com provides the most up to date news and articles. If you have questions please do not hesitate to contact us.
•Avoid use of flash animations, graphics, java objects and dynamic contents. Search engine spider can’t understand the text written on the images and flash objects when you are want to get your website index with content. •Always have 200-500 words of content on the home page rather then having animated flash movies if your main source of traffic is search engine. Use CSS to setup a page structure ins such way that spider gets the content first when they try to crawl you website/pages. •Page structure should be created in such way to feed H1 and body content right after the tags. You can make use of CSS to create such kind of designs to control look and feel of websites. •Avoid deep table structure and use •Website site should be W3C compatible you can make use of online W3C validation service to know your website is meeting all W3C standards. (http://validator.w3.org/) •Create alternate textual navigation if you are planning to making use of images in your navigation systems. •Define H1, H2, H3 with appropriate content and heading. You can use CSS to control the look and feel of your website. •Avoid writing down heavy Java Script code in you tags because scripting functions can contain loops which can be a spider trap. tag contains important information like Title, Description, Keywords, Robot tags so try keep it clean with useful tags. •Create alternate navigation using anchor text if your website is JS menu drive or contains flash menus. •Put relevant and fresh content using appropriate keywords, you natural way of writing keyword rich content rather then keyword stiffing. •Avoid use of hidden text, access keyword stuffing in ALT and Title tags. •Create flat directory structure rather the having deep directory structure. Place all the important files at root level. •Avoid using frames as spider has difficulty in index websites using frames •If you are using CMS systems make sure it is search engine friendly. •Convert dynamic URL’s into search engine safe URL’s using various tools based on your hosting server because for big web portals it is not possible to create static pages. •Avoid broken links, duplicate content, redirect and other spam techniques to artificially increase the search engine rankings. •Create sitemap with links to important pages as sitemap act as alternate access point to website. •Better is to create content rich information pages rather then doorway pages. •Always check for broken links on your website using various utilities and online link checker provided by W3C. (http://validator.w3.org/) •Utilize online spider simulator and Lynx viewer to know how it will present to search engine spiders. (http://www.delorie.com/web/lynxview.html, http://www.webconfs.com/search-engine-spider-simulator.php) •Avoid JS Popup for displaying keyword rich content as spider can’t understand JS popup links. •Spider friendly navigation structure by avoiding JS Menu, image maps if you can’t avoid this put anchor text based navigation at bottom of every page. Considering above guidelines will be helpful to avoid spider traps and improve website rankings in search engines by Contact http://www.seoseo.com for free technical evaluation of your website. Rocket Spanish. - Cutting Edge Interactive Audio Course! High searches, check out learn spanish in Overture or Google. High conversions! Instant Article Submitter. - Amazing Breakthrough Software Stuffs Any Website You Want Full Of Free Targeted Traffic. This post was originally published on May 13th, 2004. As others are writing about the topic, I thought bringing it out of the archives would be worthwhile. A little recapThe idea of placing multiple states of buttons and other elements that are used in background images took its roots, I believe, from Pixy's Fast Rollovers. The CSS Zen Master extended this to another purpose in CSS Sprites: Image Slicing’s Kiss of Death. Didier Hilhorst came up with a nice application of this method, and I worked it backwards in Responsible CSS - Recycle your background images. The idea behind the 'sprites' method can obviously be extended to any html element, and there are tangible benefits for doing this, just as long as the designer does his or her usual homework. Benfits of using the 'sprites' methodWhat are the possible the benefits of using this method? Essentially it lies in faster download times for your web content. Readers of Andy Kings book, Speed Up Your Site: Web Site Optimization will notice that this method reduces http requests and makes more efficient use of the data packets used to transfer files to the users computer, and that that is a good thing. Packet size and http requestsFrom Web Page Design and Download Time, by Jing Zhi of Keynote Systems (seen here - pdf), cited in Andy's book:
They also found that it was the number of packets and not necessarily the overall size of the page that was important. If a packet could hold 1460 bytes (the figure given in the article) and your object was 1600 bytes, it would require two packets. They found that this object would transfer at the same speed as another object that was greater in size but still fit in two packets. Potential payoffThe potential payoff for using this method versus individual images, then, is a faster download time due to reduced number of packets and fewer http requests. Reducing http requests is easy. One file instead of two or three etc. is simple. But packet requests? That depends... An exampleThe number of packets sent will depend on the size of the file and the users internet connection. As an example, lets look at the fiftyfoureleven.com logo at the top of the page. When this design was first being coded, that link consisted of two 3.34kb images, one for the link state and one for the hover state. Now, by using one image that contains both states and simply bumping it back and forth depending on the hover state, that has been reduced to one 5.35 kb image. Right there is a savings of 1.33 kb. Good news. Now, for arguments sake lets say that a packet can hold 1460 bytes (packet size for connections greater than 128kb/s = 1500 bytes -40bytes for tcp/ip headers). The two image method used 6 packets, 3 for each image (3.34/1.46, rounded up). The single image method uses 4 packets (5.34/1.46, rounded up). Things are looking good. How to optimizeIn his alistapart article, Dave refers to the image that holds all of the sprites as his 'master image'. The key to benefitting from this method is to ensure that the file size of your master image isn't a bloated equivalent versus the sum of its pieces. ConclusionGreat benefits can be realized when combining a master image from slices that fall well below the size of one packet, as that unused packet space goes wasted. After doing a little more research, it seems that packet size can vary depending on the connection rate. That being said, it may be rather difficult to come up with a firm rule here. To play it smart and safe, try and:
This isn't exactly groundbreaking advice, however having seen the results acheived with the logo on this page, it can be seen that using the sprite method versus individual images at minimum does reduce http requests and even further it can reduce file size which in turn can reduce the number of packets sent. Article Index: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |
More Articles:1. 7 Web Site Design Mistakes That Will Lose You Clients In today's world, a web site is virtually mandatory for anysuccessful business. But there are web sites that will win youcustomers, and there are web sites that will lose you customers.Good design has a lot to do with which category your web sitewill fall into. But what is it that makes good or bad web sitedesign? In my personal opinion, a good web site is one that'ssimple, informative and gives me a reason to come backfrequently. That's what you should get from a good webdesigner/writer team. B… 2. 50 Surefire Web Design Tips By Mario Sanchez Tips to brand your websiteInclude your logo in all pages. Position it at the top left or each page.Complement your logo with a tagline or catchy sentence that summarizes your business purpose. For example "Always low prices" is the tagline for Wal-Mart.Create a favicon. A favicon is that small graphic that appears next to the URL in the address bar.Have a consistent look and feel in all your pages. Use a color scheme and layout that are clearly recognized across your site.Have an About Us sect… 3. Cascading Style Sheets for Better Web Design By Case Stevens In cascading style sheets you can specify how your web pages will be presented on the screen by simply predefining page elements such as fonts, headers and links.You can add these predefined elements in the head-section of your pages, but more interesting is to use them in a single .css file and include that file in every page on your site.All you have to do is include in your HTML header. (the path in the href must point to the place where your .css file is stored)There are two main benefits… 4. The diff between laser and inkjet Are you one of that who is meaning to buy a printer but is very much torn because of the technologies you see around you? Where will you be using your printer? Would you like an inkjet or a laser printer? Inkjet printers. Inkjet printers are categorized into three; 3-colors, 4-colors and photo printing. It can be noted that the 4-color inkjet printer is the most popular and widely used by many. The 4-color inkjet printer has two ink cartridges. One for holding the black ink and the other for t… |
||||