How to help search engines to index your webpage

xiaoxiao2021-03-06  46

Is there a way to get indexed better by the search engines? There is no single technique, but a number of factors can help. * Search engines index the textual content of your site, so use a meaningful , use meaningful headings ( <H1>, <h2>, and so on, and provides means. With meaningful Title tags; use meaningful H1-H7 tags; give the image meaningful ALT value. There are a few questions: Many people like to write their site names in front, the web content title is written behind, this is wrong, should write the site name behind or not. If the picture is just used to typeset decoration, try to appear in the form of the background. If you do not embed the picture, please join the replacement (alt) text, if you don't write Alt = "" (there is no space in the middle, in order to verify) * Many Search Engines Ignore Frames, So Avoid Them, And Be Sure To Provide Useful Noframes Content if you do use them. Try not to use the framework because the search engine ignores it. * Most search engines ignore image maps, forms, and JavaScript, so make sure that navigating your site does not depend on them. Provide normal links for site navigation. The large number of search engines ignore images Hot Links, forms and javascript, so do not Use these methods to make navigation. Just use the simplest link. * Avoid Using Meta Refresh, Because Many Search Engines Penalize Sites That Use IT (Meta Refresh Has Been Used to Trick Search Engines). Do not use <meta http-equiv = refresh ...>, because some people have used it to cheat, search The engine will punish such a site.</p> <p>* The indexing programs of some search engines (including AltaVista and Infoseek) will also take into account <META NAME = "keywords" CONTENT = "..."> tags that appear in the <HEAD> part of your documents. However, META keywords have been used to trick search engines, so many will ignore your keywords list if you repeat a given keyword too often. At this writing, "too often" means "more than 7 times" to some popular engines, but that may change in The Future As Indexing Programs Are Changed To Defend Against Trickery. <Meta Name = "Keywords" Content = "..."> This kind of writing will be read by the search engine like Altavista and Infosek, but the keyword should not repeat too much. In fact, I remember that there is an article that these Meta keywords, and the current search engines don't look at it. This is the price of unhabilitation. * If you include a <META NAME = "description" CONTENT = "..."> tag in the <HEAD> part of your documents, then some search engines will use the content of this tag as your site's description when displaying search results . This will not affect your ranking in searches, but it can help search engine users understand what your site offers when a search does find your site. The CONTENT attribute of the META keywords and description tags may contain up to 1022 characters, but no Markup Other Than Entities. Content can only use entities and must not exceed 1022 characters. You might want to preview your site with a text-only browser like Lynx, to get an idea of ​​how your site appears to search engines Search Engine Watch at <URL: http: //searchenginewatch.com/>. Is a Web site dedicated TO Search Engines and Strategies for Web Page Authors. You can use this http://searchenginewatch.com/</p></div><div class="text-center mt-3 text-grey"> 转载请注明原文地址:https://www.9cbs.com/read-71709.html</div><div class="plugin d-flex justify-content-center mt-3"></div><hr><div class="row"><div class="col-lg-12 text-muted mt-2"><i class="icon-tags mr-2"></i><span class="badge border border-secondary mr-2"><h2 class="h6 mb-0 small"><a class="text-secondary" href="tag-2.html">9cbs</a></h2></span></div></div></div></div><div class="card card-postlist border-white shadow"><div class="card-body"><div class="card-title"><div class="d-flex justify-content-between"><div><b>New Post</b>(<span class="posts">0</span>) </div><div></div></div></div><ul class="postlist list-unstyled"> </ul></div></div><div class="d-none threadlist"><input type="checkbox" name="modtid" value="71709" checked /></div></div></div></div></div><footer class="text-muted small bg-dark py-4 mt-3" id="footer"><div class="container"><div class="row"><div class="col">CopyRight © 2020 All Rights Reserved </div><div class="col text-right">Processed: <b>0.040</b>, SQL: <b>9</b></div></div></div></footer><script src="./lang/en-us/lang.js?2.2.0"></script><script src="view/js/jquery.min.js?2.2.0"></script><script src="view/js/popper.min.js?2.2.0"></script><script src="view/js/bootstrap.min.js?2.2.0"></script><script src="view/js/xiuno.js?2.2.0"></script><script src="view/js/bootstrap-plugin.js?2.2.0"></script><script src="view/js/async.min.js?2.2.0"></script><script src="view/js/form.js?2.2.0"></script><script> var debug = DEBUG = 0; var url_rewrite_on = 1; var url_path = './'; var forumarr = {"1":"Tech"}; var fid = 1; var uid = 0; var gid = 0; xn.options.water_image_url = 'view/img/water-small.png'; </script><script src="view/js/wellcms.js?2.2.0"></script><a class="scroll-to-top rounded" href="javascript:void(0);"><i class="icon-angle-up"></i></a><a class="scroll-to-bottom rounded" href="javascript:void(0);" style="display: inline;"><i class="icon-angle-down"></i></a></body></html><script> var forum_url = 'list-1.html'; var safe_token = '3F15mWB1wouk_2BcEVQwJSebQXl0QbTYWLu5bC3yQjIlRuVcmK7m4xUwvUnVCbp5GZgmKN3_2FuxqvNu_2Bs_2B7MBjhTg_3D_3D'; var body = $('body'); body.on('submit', '#form', function() { var jthis = $(this); var jsubmit = jthis.find('#submit'); jthis.reset(); jsubmit.button('loading'); var postdata = jthis.serializeObject(); $.xpost(jthis.attr('action'), postdata, function(code, message) { if(code == 0) { location.reload(); } else { $.alert(message); jsubmit.button('reset'); } }); return false; }); function resize_image() { var jmessagelist = $('div.message'); var first_width = jmessagelist.width(); jmessagelist.each(function() { var jdiv = $(this); var maxwidth = jdiv.attr('isfirst') ? first_width : jdiv.width(); var jmessage_width = Math.min(jdiv.width(), maxwidth); jdiv.find('img, embed, iframe, video').each(function() { var jimg = $(this); var img_width = this.org_width; var img_height = this.org_height; if(!img_width) { var img_width = jimg.attr('width'); var img_height = jimg.attr('height'); this.org_width = img_width; this.org_height = img_height; } if(img_width > jmessage_width) { if(this.tagName == 'IMG') { jimg.width(jmessage_width); jimg.css('height', 'auto'); jimg.css('cursor', 'pointer'); jimg.on('click', function() { }); } else { jimg.width(jmessage_width); var height = (img_height / img_width) * jimg.width(); jimg.height(height); } } }); }); } function resize_table() { $('div.message').each(function() { var jdiv = $(this); jdiv.find('table').addClass('table').wrap('<div class="table-responsive"></div>'); }); } $(function() { resize_image(); resize_table(); $(window).on('resize', resize_image); }); var jmessage = $('#message'); jmessage.on('focus', function() {if(jmessage.t) { clearTimeout(jmessage.t); jmessage.t = null; } jmessage.css('height', '6rem'); }); jmessage.on('blur', function() {jmessage.t = setTimeout(function() { jmessage.css('height', '2.5rem');}, 1000); }); $('#nav li[data-active="fid-1"]').addClass('active'); </script>