seo

Does Google bot crawl entire site if there is a redirect

点点圈 提交于 2019-12-13 06:09:45
问题 I have a website that redirects a user to the login page after a three page views. Will google bot be able to look at all of my pages or will it be redirected as well. If so, how can I get around this. I found this answer in a question about googlebot, if((!$user->uid) || (!strpos($_SERVER['HTTP_USER_AGENT'],"Googlebot")) || (!strpos($_SERVER['HTTP_USER_AGENT'],"MSNBOT")) ){ // redirect else{ // don't redirect } Would this work? 回答1: Do not serve up different content to search engines then

SEO & display: none [duplicate]

北慕城南 提交于 2019-12-13 05:37:25
问题 This question already has answers here : Google SEO and hidden elements (6 answers) Closed 5 years ago . I know similar questions have been asked a million times, but I have a really specific question regarding SEO and CSS display:none. My understanding is that, from an SEO point of view, it's acceptable to hide elements with display:none, as long as you're not trying to be sneaky and there's something that actually shows the element e.g. JavaScript / jQuery. What if my script doesn't

Changing schema.org microdata with jQuery?

僤鯓⒐⒋嵵緔 提交于 2019-12-13 05:24:47
问题 Due to Googlebot's recent advances with interpreting JS, is it now possible to change schema.org microdata (ie. itemprop ) with jQuery? There's a similar question here on SO: Is it possible to change Microdata itemprop with jQuery? -- but it was from before Googlebot's recent advances mentioned above. 回答1: schema.org, RDF, Microdata, etc. are designed to provide context and information for machines . It provides them a means of accessing the information without having to execute client side

how Google crawl content with jQuery's load function?

為{幸葍}努か 提交于 2019-12-13 05:19:33
问题 I have a question regarding SEO, when you use the .load functionality in jQuery. You can load a document by referring to the href value of the link you clicked. In this first case, the folder name where the html documents are stored (../ajax/) is mentioned in the tag, not in jQuery: Code: <a href="ajax/test.html">test</a> var thelink = $(this).attr('href'); $('#content').load(thelink); Or you can load a document by adding the folder name of your html documents in your jQuery and not in your

How do I get the pagerank of a website programmatically? [closed]

会有一股神秘感。 提交于 2019-12-13 05:13:53
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 3 years ago . Is there any API that gives me the page rank of a website programmatically? 回答1: if you mean with pagerank the green bar on top of the google toolbar, just make a get request to http://toolbarqueries.google.at/tbr?features=Rank&sourceid=navclient-ff&client=navclient-auto-ff&googleip=O;173.194.35.104;539&iqrn

Where to put schema.org tags in HTML page?

主宰稳场 提交于 2019-12-13 04:39:54
问题 Where should I put schema.org tags? I have 3 options: at detail page of article at category page where are articles of category at search page Should I put schema.org tags on all these pages or? 回答1: You can use Schema.org on all pages. Various consumers might find it useful. Why should they have to visit a specific page to see your Schema.org markup for content they already see? Just make sure that you don’t create several items for the same thing on the same page, unless you denote them as

How should I dynamically generate components based on a Google search result?

回眸只為那壹抹淺笑 提交于 2019-12-13 04:18:20
问题 My client is asking for an application that is dynamically generated based on a Google search result. How I see the scenario playing out: Google search for a specific lake and a relevant term related to the applications purpose (e.g. 'Test river tubing') -> application submits request to backend using the search term -> return a list of possible locations based on the search term -> user clicks search result -> is brought to a different component that makes additional requests based on the

rewrite rule for _escape_fragment_ [closed]

ぃ、小莉子 提交于 2019-12-13 04:15:35
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . i want to write a rewrite rule for http://www.site.com/noticia/?_escaped_fragment_=noticia=/279/beto-cuevas3er-sencillo-dej-de-pensar to: http://www.site.com/noticia/#!noticia=/279/beto-cuevas3er-sencillo-dej-de-pensar i've tried this but is far from what i need right? # Enable Rewrite Engine RewriteEngine on

Method to obscure URL from bots (similar to tripadvisor.com)

元气小坏坏 提交于 2019-12-13 04:00:00
问题 The URL to the Restaurant's website seems to be encoded in a way that it is not scrapable by a bot, yet when clicked on by a user, the URL loads in a new window: http://www.tripadvisor.com/Restaurant_Review-g57415-d805527-Reviews-Harrison_s_Restaurant_Bar-Stowe_Vermont.html The source for the span tag for the 'Website' link is below. How is tripadvisor obscuring/encoding the URL? Is there a way to replicate this or an existing library with similar functionality available? <span class="taLnk

How to making ajax content crawlable by search engines

走远了吗. 提交于 2019-12-13 03:24:29
问题 I have a website that paginate result via jquery.ajax(). URLs looks like: website.com/index.php?page=N I've googled and found some posts talking about it... so what i've understood is that i need to replace the "?" with "#!". It's that enought? Besides, should i include in the sitemap a link for each page? website.com/index.php (priority 1) website.com/index.php#!page=2 (priority 0.9) and so on... 回答1: The best answer I can give on this is from the source, here's how Google prefers you make