seo

Can I mix and match rel attributes?

二次信任 提交于 2020-01-15 06:28:47
问题 I'm a little confused by the rel attribute usage. Individually I understand rel="author" , rel="me" and rel="publisher" , however I am wondering if I can mix and match attribute values. Example 1: On my website, I have a link in the footer which links to my domain. Do I add rel="me" , rel="author" or rel="me author" ? Example 2: On my website I have a link to my twitter account. Do I add rel="me" or rel="me publisher" ? 回答1: You can't add more than one rel attribute into one HTML element, but

Can I mix and match rel attributes?

二次信任 提交于 2020-01-15 06:28:26
问题 I'm a little confused by the rel attribute usage. Individually I understand rel="author" , rel="me" and rel="publisher" , however I am wondering if I can mix and match attribute values. Example 1: On my website, I have a link in the footer which links to my domain. Do I add rel="me" , rel="author" or rel="me author" ? Example 2: On my website I have a link to my twitter account. Do I add rel="me" or rel="me publisher" ? 回答1: You can't add more than one rel attribute into one HTML element, but

How to Delete and Referesh Google Cached Pages

不打扰是莪最后的温柔 提交于 2020-01-15 05:41:28
问题 I have made changes in my website title, meta keywords and many other changes on the pages but google is still showing old keywords. How can google reflect latest changes whenever i make? can any one help me to referesh google cache? 回答1: Sorry to tell you this, but I think no one can help you refresh Google Cache. The only thing you can do is wait, until Google crawls your web site. It seems you just start doing SEO now. So the first thing is be patient, there are lot of things you need to

系统讲解一下整站SEO优化都涉及到哪些工作?

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-15 04:19:27
对于新手站长来说,网站完成后的优化是重中之重,下面咱们一起来系统的了解一下网站建成后台运营与优化流程。首先,谈谈初学者以及老司机在认知上容易出现的SEO错误观念,我认为有以下几个方面要素,不可忽视。 1、SEO优化就是为了排名、就是做外链 不少人认为做SEO就是为了排名,压根不考虑网站文章内容的质量、可读性以及用户体验,甚至甘愿使用一些软件、站群,这样做,即便排名上去了,也没法吸引用户。为了做SEO拼命地做外链,压根不考虑外链的质量,认为只要量上去了,排名就会上去,其实不然,这样做会被搜索引擎认定为作弊,会有降权的风险。 2、网站首页关键词出现得越多越好 把大量的关键词堆积在网站首页,不仅对优化有不良影响,还会减少用户体验度,我们应把关键词通过网站长尾关键词的方式呈现出来,这不仅不会不良影响客户体验,还能使流量来得更加定向。 3、只追求网站首页排名,不注重内部权重 曾有朋友问:“为什么我的网站主词都上去了,流量也有了,仅仅是没有人咨讯呢?”这是因为他只做网站首页的排名、主词的排名,要想让用户进一步了解详情,我们必须做好网站长尾关键词。 4、只注重文章内容原创,不在乎可读性和用户体验 要想做好SEO优化,原创文章是必不可少的,除此以外,文章内容还要有相应的可读性,并做到图文并茂,条理性清晰。 除此之外,大家需要改变这种认知:网站权重就是百度权重,正常情况下压根就没有百度权重一说

网站SEO优化

橙三吉。 提交于 2020-01-14 11:51:59
http://openweb.baidu.com/doc/... SEO search engine optimization 整体优化 1.生成对搜索引擎友好的网站地图 2.增加外部链接,到各个网站上宣传 3.导航链接优化,不超过三层 4.面包屑导航 增强位置感 5.不断精简代码 6.js代码如果是操作DOM操作,应尽量放在body结束标签之前,html代码之后 html文件是自上而下的执行方式,css引入执行加载时,程序仍然往下执行 script脚本是则中断线程,待该script脚本执行结束之后程序才继续往下执行 页面效果实现类的js放在body之前,动作,交互,事件驱动的js都可以放在body之后 HTML中不区分大小写,js区分大小写 7.将重要内容的HTML代码放在最前面,最前面的内容被认为是最重要的,优先让“蜘蛛”读取,进行内容关键词抓取 8.重要内容不要用JS输出,因为“蜘蛛”不认识 语义化标签 <title> #只强调重点即可,尽量把重要的关键词放在前面,关键词不要重复出现,尽量做到每个页面的<title>标题中不要设置相同的内容 <meta keywords> #关键词,列举出几个页面的重要关键字即可,切记过分堆砌 <meta description> #网页描述,需要高度概括网页内容,切记不能太长,过分堆砌关键词,每个页面也要有所不同。 <body>

SEO Friendly links, js and/or php stripping

别来无恙 提交于 2020-01-14 04:14:23
问题 I have seen this being done on the wordpress and i dont have access to word press :) but i need to return a url string removing any non valid characters from it and converting some characters into appropriate characters :) e.g. 1+ characters should be converted (of the following) [space] = [dash] (1 dash) >>> (-) [underscore] = [dash] (1 dash) >>> (-) $str = 'Hello WORLD this is a bad string'; $str = convert_str_to_url($str); //output//NOTE: caps have are lowercase :) //hello-world-bad-string

window.location and SEO

删除回忆录丶 提交于 2020-01-14 03:56:33
问题 I'm trying to use something like jQuery biggerlink or just simple window.location for making bigger and more accessible links. What I'm wondering is what happens with SEO in these cases — I have anchor link in the containing element, but does Google penalize such actions since I'm not really clicking on link. Also, are there any other solutions (besides CSS positioning) which could be better than this one? Thanks. 回答1: Setting window.location from script will not be spotted by search engines

Laravel, AngularJS and SEO

筅森魡賤 提交于 2020-01-14 02:51:32
问题 I am developing an app with an AngularJS front end and a Laravel API backend. The Laravel backend just listens for requests, process them and returns an answer. Front and back end are different independent apps... so far. I did it in such a way in order to be able to develop a mobile app later on which could consume the API. Im using also JWT to authenticate users, so Im not using Laravel's sessions at all. At this point I only require a webapp. I built a webapp which uses angular ui-router.

SEO优化】为什么伪静态网站有利于优化,动态链接不利于优化

懵懂的女人 提交于 2020-01-13 17:01:34
【SEO优化】为什么伪静态网站有利于优化,动态链接不利于优化 伪静态是为了更好的展现网站在搜索引擎和用户面前,所以如果你的网站仍然被动态参数访问,其实对于目前的搜索引擎来说,动态页面与静态页面几乎没有区别,也许静态已经成为一种习惯,伪静态也是一样的。 1、 伪静态网页和真静态网页的区别: 做一个简单的科普工作比较好。伪静态是通过重写动态网页的URL来伪装动态网页的参数。从字面意义上说,因为它是伪静态的,所以它是假的。实际上,服务器上不会有一个真正的页面,但真正的(纯)静态是一个真正的HTML或HTM在服务器空间的网站静态页面文件,没有经过服务器的编译,直接加载到浏览器中并显示出来。 伪静态网页和真静态网页最大的区别是访问速度。伪静态页面仍然是通过实时动态调用服务器生成的,因此没有真正的文件访问速度。但是,基于当前的各种缓存,服务已经加速。事实上,即使是伪静态页面的加载速度也是非常好的,而且渐渐的它们也被人们遗忘了。 2、 使网站伪静态的好处: 由于它是做伪静态的,这意味着网站是一个页面,是通过尝试调用数据库生成的。这样,网站中的URL链接也是各种参数链接,非常不利于传播和共享。使用pseudo static之后,每个页面都有一个固定的URL,并且该页面的URL以常见的形式作为后缀,例如。热媒,。HTML,。Shtml等,没有“ldquo;?&rdquo类。

making JavaScript generated content possible for search engines to index

旧巷老猫 提交于 2020-01-13 09:37:51
问题 Is there any way to make JavaScript generated content indexable by search engines? I remember reading something about Google parsing a generated site map, but I might be wrong here. _L 回答1: I also remember reading something similar when searching for a history plugin for jQuery. You might check out: http://googlewebmastercentral.blogspot.com/2007/11/spiders-view-of-web-20.html The explanation of hash links and actual href links sounds about right. 回答2: Mostly the search engine spiders do not