google-search

Angular meta tag information does not show in google

笑着哭i 提交于 2019-12-02 14:40:59
问题 I have angular base application yuppi.com.ua and I am using meta directive to bind content description for all pages using following code: <meta ng-if="meta.description != undefined" name="description" content="{{meta.description}}" /> When I inspect code I see that generated HTML contains exect what I need: <meta class="ng-scope" content="Yuppi - самая большая в Украине доска бесплатных объявлений" name="description" ng-if="meta.description == undefined"/> But when I search my site in Google

Sitecore enables accessing child node around parent

北城以北 提交于 2019-12-02 10:13:44
I have a sitecore multisite setup. i'm currently struggling with the "duplicate content syndrome" were google bots indexes my sites and is able to access the content of the opposite site. this means it finds the same content on 2 different hostNames which gives the sites a lower rating in a google search. The reason it finds duplicate content is that i am able to access a child node on the oppsosite site than the one i'm currently browsing by typing the name in the URL. This is my web.config setup of the sites: < site name="website2" hostName="local.domain.dk" virtualFolder="/" >physicalFolder

How to include google custom search box in an React component

限于喜欢 提交于 2019-12-02 09:23:25
I would like to add a google custom search box in my site, which is created by using ReactJS. So the user can search content both within the site and on web. The Google generated code is something like: <script> (function() { var cx = '013626029679071:ze3ta4'; var gcse = document.createElement('script'); gcse.type = 'text/javascript'; gcse.async = true; gcse.src = 'https://cse.google.com/cse.js?cx=' + cx; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(gcse, s); })(); </script> <gcse:search></gcse:search> Is there a way to add this into the React component? It

Angular meta tag information does not show in google

耗尽温柔 提交于 2019-12-02 08:18:12
I have angular base application yuppi.com.ua and I am using meta directive to bind content description for all pages using following code: <meta ng-if="meta.description != undefined" name="description" content="{{meta.description}}" /> When I inspect code I see that generated HTML contains exect what I need: <meta class="ng-scope" content="Yuppi - самая большая в Украине доска бесплатных объявлений" name="description" ng-if="meta.description == undefined"/> But when I search my site in Google, I see some text from footer but there should content description from . is anybody know what is wrong

Google custom search API - sorting / filter

匆匆过客 提交于 2019-12-02 02:25:41
问题 Is there anyway to filter the results by page title tag or certain meta tags... I read the documentation... but it's a mess :-( Is anybody have an idea?? 回答1: Yes, you can sort and filter on custom meta tags. First, put the data you want to filter on into meta tags: <meta name="color" value="blue"> Next, test that Google can find the tags by testing your URL with the Rich Snippet Tool Under the 'Structured data for filtering search results', you should see more:pagemap:metatags-color:blue .

How does Google hide HTML source of search results?

烂漫一生 提交于 2019-12-01 20:58:42
When you try to view the source code of a Google search results page you just see a bunch of javascript code instead of readable text. How does Google do that? I have searched through the web but couldn't find a good explanation, only thing I found was this: http://goo.gl/FIvD6 and it is not really helpful. I am not a web developer but I just got curious. A brief explanation would be nice. Thanks. Google builds the DOM with the javascript you noted. It does this for a number of reasons: Decrease the load on the server to generate each dynamic result set with HTML markup. Google returns the

Rich Snippets via Schema.org Implemented Via JSON+LD But Not Being Picked Up By Crawler

橙三吉。 提交于 2019-12-01 14:42:59
We've implemented rich snippets for a product type, as well as rich snippets for the organization type. Both types have their attributes passed into a JSON+LD type script wrapper. Please see the markup and validation here: Structured Data Testing Tool Google picks up the organization type and this is verifiable because we've actually changed the logo on our organization card. However, Google has not picked up any of the rich snippets attributes for our products. Note Both the product snippet and organization snippet validate perfectly, without any errors or warnings on the Structured Data

Rich Snippets via Schema.org Implemented Via JSON+LD But Not Being Picked Up By Crawler

核能气质少年 提交于 2019-12-01 13:02:47
问题 We've implemented rich snippets for a product type, as well as rich snippets for the organization type. Both types have their attributes passed into a JSON+LD type script wrapper. Please see the markup and validation here: Structured Data Testing Tool Google picks up the organization type and this is verifiable because we've actually changed the logo on our organization card. However, Google has not picked up any of the rich snippets attributes for our products. Note Both the product snippet

Effective Googling for short names

时光怂恿深爱的人放手 提交于 2019-12-01 10:47:58
问题 Every now and then, I need to lookup some keyword or function in a language that is very small, and/or has special characters.. Examples include the 'as' keyword in python ('python as', 'python as keyword'.. etc don't work) things like '$:' in ruby (wanted to know what it represents) the 'p' command in irb etc Google totally fails me on such searches.. it's not worth putting such stupid questions on SO.. language documentation often doesn't explain these properly (or if it does, i don't know

Display of last Schema.org breadcrumb entry in Google Search?

血红的双手。 提交于 2019-12-01 08:39:19
I'm trying to markup my breadcrumbs according to Schema.org in order to get breadcrumbs in the Google results like this: Home > Category > Current page But with my current markup it only shows: Home > Category Is something missing in my markup ( example page )? I'm using Navxt plugin for WordPress. <div class="breadcrumbs" typeof="BreadcrumbList" vocab="http://schema.org/"> <!-- Breadcrumb NavXT 5.4.0 --> <span property="itemListElement" typeof="ListItem"><a property="item" typeof="WebPage" title="Go to Omdömen.se." href="http://www.xn--omdmen-yxa.se" class="home"><span property="name">Hem<