google-index

Will Google index a site which forces HTTPS or SSL?

别等时光非礼了梦想. 提交于 2020-01-03 07:33:46
问题 We are having problems getting Google to index our site. We decided it was easiest to just use https for the entire site. Do we need to change it so that the anonymous, "public", areas of the site are not encrypted for them to be indexed? 回答1: Yes, they'll index https just fine. Remember that https is a transport protocol to ensure that folks in the middle of the wire can't eavesdrop (. . . as easily . . . ) or muck w /the traffic. They will not index password protected portions, of course.

Double slash in URL path - bad practice?

|▌冷眼眸甩不掉的悲伤 提交于 2019-12-23 06:57:55
问题 My web app generates multiple slashes in URLs like: http://www.example.com/some///slashes. Is it a bad practice? Does Google care? Does Google see /some/slashes and /some///slashes as different URLs? If it does, I think Google won't merge PageRank of these URLs, or will it? Thanks! 回答1: This can lead to search engines indexing incorrect URLs and duplicate content. Multiple pages with the same content is bad for SEO. Duplicated pages detract from the original page. You can end up with the

how can i make google cache delete old webpages and start to index new ones

泪湿孤枕 提交于 2019-12-11 14:48:09
问题 Hello i have a problem concerning google cache my old content urls while i created a new website I have an old website where the old webpages are dead now and created a new website with new webpages. Becuase I have old content so when people search on Google for old content the old URLs appear in the search results (as it was cached) instead of the new ones which should be appearing (but not indexed yet), this is becuase the old content is already indexed by Google and the new ones are not

Is There any way to change the snippet created by google indexed results?

左心房为你撑大大i 提交于 2019-12-08 08:32:28
问题 Is There any way so that i change the snippet created by google indexing,so that it Drives more Traffic,Making it more Relavent which i can show to the users 回答1: Google will choose your search results snippets from the following places (not necessarily in this order): The page's Meta Description tag The page's Open Directory Project (ODP) Listing Page content relevant to the search query If you do not want Google to use the ODP listing's description then you can tell them not to do so with

How do I tell search engines not to index content via secondary domain names?

跟風遠走 提交于 2019-12-08 06:45:56
问题 I have a website at a.com (for example). I also have a couple of other domain names which I am not using for anything: b.com and c.com. They currently forward to a.com. I have noticed that Google is indexing content from my site using b.com/stuff and c.com/stuff, not just a.com/stuff. What is the proper way to tell Google to only index content via a.com, not b.com and c.com? It seems as if a 301 redirect via htaccess is the best solution, but I am not sure how to do that. There is only the

How do I tell search engines not to index content via secondary domain names?

拟墨画扇 提交于 2019-12-07 16:02:41
I have a website at a.com (for example). I also have a couple of other domain names which I am not using for anything: b.com and c.com. They currently forward to a.com. I have noticed that Google is indexing content from my site using b.com/stuff and c.com/stuff, not just a.com/stuff. What is the proper way to tell Google to only index content via a.com, not b.com and c.com? It seems as if a 301 redirect via htaccess is the best solution, but I am not sure how to do that. There is only the one htaccess file (each domain does not have its own htaccess file). b.com and c.com are not meant to be

How to index dynamic pages to google using html5 pushstate method?

旧巷老猫 提交于 2019-12-02 20:01:15
问题 I am building a fully jquery powered website, so i am loading all pages dynamically using ajax to achieve fancy transitions between pages and maximize user experience. Here is my javascript code: $(function() { var path = _.compact(location.pathname.split("/")); if(path.length<2){ path = 'home' }else{ path = path[path.length-1]; } activepage = path; $('.nav a').click(function(e) { href = $(this).attr("href"); loadContent(href); // HISTORY.PUSHSTATE window.history.pushState('', 'New URL: '

How to index dynamic pages to google using html5 pushstate method?

主宰稳场 提交于 2019-12-02 11:50:24
I am building a fully jquery powered website, so i am loading all pages dynamically using ajax to achieve fancy transitions between pages and maximize user experience. Here is my javascript code: $(function() { var path = _.compact(location.pathname.split("/")); if(path.length<2){ path = 'home' }else{ path = path[path.length-1]; } activepage = path; $('.nav a').click(function(e) { href = $(this).attr("href"); loadContent(href); // HISTORY.PUSHSTATE window.history.pushState('', 'New URL: '+href, href); e.preventDefault(); }); // THIS EVENT MAKES SURE THAT THE BACK/FORWARD BUTTONS WORK AS WELL

Google indexing of my AngularJS application

╄→尐↘猪︶ㄣ 提交于 2019-11-28 18:01:14
There was a blog post from google that they are indexing javascript applications. However, my AngularJS Application www.fore-cite.com seems not to be indexed at all. Is there anything special that I have to do in order to enable indexing and make the content searchable? The Google crawler does execute javascript on the pages that it crawls. With AngularJS, there are a few steps you have to take to make sure that your application is getting crawled and indexed properly. HTML5 Mode You must use html5 mode. Webserver Setup For the html5 mode to work properly, you must configure your webserver so

Stop Google from indexing

风流意气都作罢 提交于 2019-11-28 04:03:28
Is there a way to stop Google from indexing a site? robots.txt User-agent: * Disallow: / this will block all search bots from indexing. for more info see: http://www.google.com/support/webmasters/bin/answer.py?hl=en&answer=40360 Karol I gotta add my answer here, as accepted answer doesn't really touch the problem properly. Also remember that preventing Google from crawling doesn't mean you can keep your content private. My answer is based on few sources: https://developers.google.com/webmasters/control-crawl-index/docs/getting_started https://sites.google.com/site/webmasterhelpforum/en/faq-