search-engine

can search engine read jquery action

你说的曾经没有我的故事 提交于 2019-12-24 20:10:08
问题 I want to have a popup div with iframe content. Can search engines read this when I'm using jquery to create it? Alternatively, is there a way to detect a search engine on the server side and remove the option of this popup? 回答1: The best way would be to degrade gracefully, e.g. by using a standard <a id='mylink' href='xyz.html'> link that points to the resource that is opened in the popup. You would then add the JQuery code to the link, causing it to open in the pop-up. That way, even users

remove pages from google dynamic url - robots.txt

落爺英雄遲暮 提交于 2019-12-24 18:06:12
问题 I have a few links on google that are domain.com/results.php?name=a&address=b The results page/parameters has now been renamed and I need to remove the existing links on google etc. I tried User-agent: * Disallow: /results.php in robots.txt and then on google webmaster added the url to be removed: domain.com/results.php it says it was removed successfully, however when I look at google an type domain.com - the existing urls with parameters are all still there. What am I doing wrong? There are

Search Engine Optimization

五迷三道 提交于 2019-12-24 10:39:04
问题 Sometimes when I search some phrases in google (e.g "My Custom Search Phrase"), I see some very interesting results. Sites that look like: http://www.SomeSite.Com/My_Custom_Search_Phrase/ or: http://www.SomeSite.Com/My_Custom_Search_Phrase.html Actually, I don't like these sites. I know it's a SEO trick and pages are generated on the fly and are full of ads. But I'm very curious to know how this can be achieved programmatically. Preferably in .Net. P.S. By saying "Preferably in .Net" I don't

Search Engine Optimization

陌路散爱 提交于 2019-12-24 10:36:02
问题 Sometimes when I search some phrases in google (e.g "My Custom Search Phrase"), I see some very interesting results. Sites that look like: http://www.SomeSite.Com/My_Custom_Search_Phrase/ or: http://www.SomeSite.Com/My_Custom_Search_Phrase.html Actually, I don't like these sites. I know it's a SEO trick and pages are generated on the fly and are full of ads. But I'm very curious to know how this can be achieved programmatically. Preferably in .Net. P.S. By saying "Preferably in .Net" I don't

php data from database is not shown after search

社会主义新天地 提交于 2019-12-24 03:28:14
问题 I am new to php and trying to make a search function on name and date but I have a problem. My problem is that the search function sees all the effected rows from the search but does not show them. I load all the data from the database as default on my page and I want that if the $_GET['go'] from search isset that all the default data isn't shown anymore and only the results from the search are shown. Now he always shows that default data. Except from the $_GET['by'] there is no data shown. I

The equality of LIKE '%$word%' in JavaScript RegExp AKA How to make a JavaScript search engine

ぃ、小莉子 提交于 2019-12-24 02:25:11
问题 I have a localStorage object that contains JSON data that yes, I have already parsed. Within that data, I wish to search an array for something, such as "ANYTHING HERE "+keyword+"ANYTHING HERE"; Like an SQL "LIKE ''" query. Ahh yes, indexOf seems to work fine for it. All I have to do now is just make a simple RegExp to validate the search input (only for length and characters--nothing fancy.) You see, I am working on a local application that Google Chrome users will be able to set as their

UTF-8 encoding in page addresses, issues with search engine crawlers

痞子三分冷 提交于 2019-12-23 21:23:02
问题 We are maintaining a website that uses the letters æ , ø , and å in some of the page addresses. And this has worked just fine, except for some IE-issues early on, up until now. The problem we have gotten this last couple of weeks is that search engine crawlers, especially Bing, seem to be encoding the letters over and over. So we get 404-errors as the crawler is trying to access the address /butikk/m%C3%83%C6%92%C3%86%E2%80%99%C3%83%E2%80%A0%C3%A2%E2%82%AC%E2%84%A2%C3%83%C6%92%C3%A2%E2%82%AC

how to structure data for searchability

五迷三道 提交于 2019-12-23 20:29:10
问题 I am writing a search application specifically for music playlists. The genre and file format differs from playlist to playlist, and sometimes within the playlist there are differences too. There is also a concept of "synonymous" tags (e.g. urban would cover both hiphop and r&b, but not the other way around). Below is a list of search terms and my expected results. gospel: should return all playlists with at least one gospel song. playlists with all gospel songs would be shown first. urban:

Google Custom Search Engine not giving the expected search result

爷,独闯天下 提交于 2019-12-23 18:53:33
问题 I have been trying to create a new google custom search engine, but when I try some query,the search engine it is not giving me the expected search result.On some queries it is working fine, but on other queries, it says"no result". I tried adding the URL of the website that I wanted to search for, but there are certain pages and keywords that are not coming up in the search result when I try to search for the keyword of that page. I tired adding both the main page URL and the URL of the sub

How to show page title on Google with Angular Precomposition?

淺唱寂寞╮ 提交于 2019-12-23 16:25:19
问题 Based on superluminary response here I've set up an Angular 1 app without Hashbangs and html5Mode(true) and rely on Google to execute javascript. The page is being indexed by Google but dynamic titles and description tags are not. My index.html head is the following: <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <base href="/"> <meta name="author" content="me"> <meta name="robots" content="index,follow"> <title ng-bind="meta.title">Temp