seo

Homepage Rich Snippets

此生再无相见时 提交于 2020-01-07 06:14:41
问题 I am trying to display Rich Snippets for my store which is working fine for products and categories but it does not display rating/reviews for my website/homepage. Below is my code <span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <meta itemprop="ratingValue" content="4" /> <meta itemprop="bestRating" content="5" /> </span> Is it something I am doing wrong or Google does not allow this for homepage? 回答1: No, review rich snippets should only be used in cases where

Homepage Rich Snippets

只谈情不闲聊 提交于 2020-01-07 06:14:20
问题 I am trying to display Rich Snippets for my store which is working fine for products and categories but it does not display rating/reviews for my website/homepage. Below is my code <span itemprop="reviewRating" itemscope itemtype="http://schema.org/Rating"> <meta itemprop="ratingValue" content="4" /> <meta itemprop="bestRating" content="5" /> </span> Is it something I am doing wrong or Google does not allow this for homepage? 回答1: No, review rich snippets should only be used in cases where

Angular metadata service [$injector:unpr]

僤鯓⒐⒋嵵緔 提交于 2020-01-06 19:35:10
问题 I'm writing metadata service for my website and SEO optimisaion and it seems i cant get past the error. I'm not sure why. I have my html controller tag inserted in head tag ng-controller="MetaDataCtrl" . I'm beginer in Angular and I'm scraping from on line tutorials. I found this code in:dynamic metadata in angular Main.js var app = angular.module('WebApp', [ 'ngRoute' ]); angular.module("WebApp").service("metadataService" ["$location", "$rootScope", function($location, $routescope) { var

Suggest best URL style

我的未来我决定 提交于 2020-01-06 17:56:36
问题 Our system Our search module can have many parameters like search keyword examination filter subject filter date range filter course name filter ... ... etc and there are pagination and sorting parameters like Page number Number of results in a page sort field sort order We used to have URLs like:- www.projectname/module/search/<search keyword>/<examination filter>/<subject filter>/ www.projectname/module/search/<search keyword>/<examination filter>/<subject filter>/<Page number>,<Number of

Suggest best URL style

生来就可爱ヽ(ⅴ<●) 提交于 2020-01-06 17:56:10
问题 Our system Our search module can have many parameters like search keyword examination filter subject filter date range filter course name filter ... ... etc and there are pagination and sorting parameters like Page number Number of results in a page sort field sort order We used to have URLs like:- www.projectname/module/search/<search keyword>/<examination filter>/<subject filter>/ www.projectname/module/search/<search keyword>/<examination filter>/<subject filter>/<Page number>,<Number of

2019年百度的变与不变

你离开我真会死。 提交于 2020-01-06 16:09:43
在SEO领域呆久了的站长,对搜索引擎的一举一动都会变得尤为敏感,笔者也不例外。 一、打击虚假、诈骗、色情、菠菜、诈骗信息 百度在搜索算法方面,今年2月份先是发布了打击虚假诈骗色情赌博的违规信息公告,然而并没有什么卵用,随后笔者打理的企业官网遭到多个国人做的菠菜网站镜像(服务器在国外,估计人也在国外),对公司和品牌产生不良的影响,但幸好早发现,及时做出应对措施。同时向百度投诉,但百度的自动检测技术和人工检测似乎都比较敷衍——有些可以举报成功;有些举报失败,如下图所示: 2019年百度的变与不变 SEO 网站 百度 经验心得 第1张 百度快照举报菠菜网站处理结果 小结:百度对菠菜、色情类网站的屏蔽技术比较欠缺,大部分还是需要人工操作,而不能通过识别网页的文字内容精准判定。 二、烽火算法、信风算法升级 在接下来的3月和5月,分别发布了烽火和信风算法,主要是从用户体验出发。相信大部分网民用户都遇到,在百度找到某个网页,打开就会跳转别的网站上,或者返回上一页会跳到别的页面上,这些恶心的操作严重影响用户体验。而网民作为百度的依归,不得不下定决心大力整治这类网站。 三、招商加盟行业网站的风波 在资本的驱动下,百度爱采购诞生了。含着金钥匙出生的它搅动整了B2B市场,没有任何的后顾之忧,就连度娘都为它铺好路——天生带有自然排名Buff,其他招商加盟类网站的排名、收录量、流量被薅了一波。总而言之

How HTML5 page structure affects W3C validation and SEO [closed]

别等时光非礼了梦想. 提交于 2020-01-06 14:55:57
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 6 years ago . If we declare page as HTML5, Is it mandatory to follow HTML5 page structure ? . Below are two examples shows the ideal HTML5 page and page which is not following HTML5 structure. But when i validated these two pages using w3c validator, these pages successfully checked as HTML5

How to add an onclick function to wordpress menu item (For google cross domain tracking)

丶灬走出姿态 提交于 2020-01-06 02:58:09
问题 I am setting up google analytics cross domain tracking on my website. I know I need to change each link to include: onclick="_gaq.push(['_link', 'http://mywebsite.com/']); return false;" I can set this up and get everything working great on the majority of the site, save one menu item. I've tried the jinMenu plugin, but that busted a few things. site: http://www.trukid.com Any help is much appreciated. PS - This looks like it's on the right track for helping me, but I'm not sure how to

Heading order in HTML5

▼魔方 西西 提交于 2020-01-06 02:43:31
问题 This is a webpage example of my site: <html> <title> artilce header </title> <body> <header> <h1> nme of website</h1></header> <section> <h2> name of section</h2> <article> <h3>article header</h3> </article> </section> </body> </html> I want to know if this order is correct? Or does it maybe have a bad effect on SEO? header is in all pages, section must have an header because of header/… For example, do I I have to change it to something like this: <html> <title> artilce header </title> <body

hreflangs for default and french page

て烟熏妆下的殇ゞ 提交于 2020-01-06 02:19:08
问题 I am doing the seo for multi-language, i have English,French,Spanish version web pages. so, for English pages, I have example.com/en, and inside the page content with English page as default. <link rel="alternate" href="http://example.com/sp" hreflang="sp" /> <link rel="alternate" href="http://example.com/fr" hreflang="fr" /> <link rel="alternate" href="http://example.com/en" hreflang="x-default" /> However, in french page, http://example.com/fr, do i have to do this again? such as add the