seo

Angular2 App: Fetch as Google doesn't load page content

感情迁移 提交于 2019-12-20 12:34:24
问题 I am working on Angular2 based web app. I used Angular CLI to generate app and then to build it for prod. I have hosted website on AWS S3 & Cloudfront. When I use 'Fetch as Google' tool from the webmaster, it shows only Loading... . Isn't Googlebot able to crawl my website? 回答1: had a similar issue. I believe Google-Bot do not support modern JS. I simply activated all shims recommended by angular.io see https://angular.io/docs/ts/latest/guide/browser-support.html and added in the script

PageSpeed Insights not seeing the Gzip compression

孤街浪徒 提交于 2019-12-20 11:49:44
问题 I'm trying to speed up my website. Google insights (https://developers.google.com/speed/pagespeed/insights) tells me that a critical problem is to enable GZip compression. The address of the site is http://user2.net It's based on codeigniter framework. I have enabled gzip compression with folowing changes to my .htaccess file: AddOutputFilterByType DEFLATE text/plain AddOutputFilterByType DEFLATE text/html AddOutputFilterByType DEFLATE text/xml AddOutputFilterByType DEFLATE text/css

Creating an SEO friendly URL with Htaccess File

一世执手 提交于 2019-12-20 05:46:31
问题 I am trying to setup an SEO friendly redirect, but need to be using my .htaccess in a specific way. Here is what my URLs look like right now: http://www.mywebsite.com/report/index.php?id=38678a80dfea5924 I need to change the URLs so that they look like this: http://www.mywebsite.com/report/38678a80dfea5924 I've read several tutorials about creating SEO friendly URLs, but most of them are referring to making changes to the .htaccess at the root of the domain. Is there any way to do this but

Can I have 'friendly' url's without a URL rewriter in IIS?

蓝咒 提交于 2019-12-20 05:32:08
问题 Without having a url rewriter such as ISAPI_Rewrite available, is it possible to achieve the following: I would like a user to browse to http://www.jjj.com/directory where /directory does not actually exist. IIS transfers the user to not-found.cfm . At this point I can serve index.cfm i.e. http://www.jjj.com/directory/index.cfm . The url will display just fine and the page loads even though the directory or index.cfm doesn't exist. However I'd like to be able to not have index.cfm in the url.

Can I have 'friendly' url's without a URL rewriter in IIS?

做~自己de王妃 提交于 2019-12-20 05:31:13
问题 Without having a url rewriter such as ISAPI_Rewrite available, is it possible to achieve the following: I would like a user to browse to http://www.jjj.com/directory where /directory does not actually exist. IIS transfers the user to not-found.cfm . At this point I can serve index.cfm i.e. http://www.jjj.com/directory/index.cfm . The url will display just fine and the page loads even though the directory or index.cfm doesn't exist. However I'd like to be able to not have index.cfm in the url.

Rich snippets in Google results

核能气质少年 提交于 2019-12-20 05:26:11
问题 I am looking to include rich snippets into a site I'm building to reflect a musician's upcoming tour schedule. I have done some searching on various musicians and have found a few which seem to follow a similar format. I have uploaded two screen shots below to show as an example of what I mean exactly. Example 1: Example 2: What is puzzling me is the fact that when I enter these sites into Google's Rich Snippet Test Tool, no data shows up. Furthermore, when I check the source for one of the

什么是SEO

ⅰ亾dé卋堺 提交于 2019-12-20 04:58:16
  SEO 是英文search engine optimization的缩写,其中文意思是搜索引擎优化。而从事这方面工作的就是search engine optimizer,搜索引擎优化师。他们利用工具或者其他的各种手法使自己的合搜索引擎的搜索规则从而获得较好的排名(也就是常说的网站优化)。无止境地追求较前排名是SEO们一世的目标。   在网络营销中,搜索引擎优化排名是一种非常重要的手段,SEO主要就是通过对网站的结构,标签,排版等各方面的优化,使Google等搜索引擎更容易搜索网站的内容,并且让网站的各个网页在GOOGLE等搜索引擎中获得较高的评分,从而获得较好的排名。   ■中国SEO现状   个事物的发展都会经过以下几个阶段,萌芽、初步发展、高速发展、成熟、衰落。中国2003年才起步,正处于初步发展阶段。具体特征:1、从事这方面的人不多,也不专业。2、未形成规模。3、多是作坊式经营,即主要是对本公司的网站进行一定的修改,就说成所谓为网站优化。4、有专业的公司,但规模不大、技术也一般。   ■SEO在国外   国外这方面发展得比较早,早在97年左右就有人从事相关方面的工作。如果按上述的几个阶段来说,应该是处于高速发展的阶段了。他们有专业的人员、专业的公司(而且是规模很大)从事搜索引擎研究、优化等工作。无论从哪方面来说都处于绝大的优势。   在国外,搜索引擎优化已经成为一个行业

Do I need rel=“nofollow” in external scripts and stylesheets? [closed]

纵饮孤独 提交于 2019-12-20 03:26:28
问题 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 5 years ago . I already read a lot about SEO and web performance, but now I have a dumb question that I'm trying to answer myself, but I can't. Is good use rel="nofollow" in many cases for improve SEO, it's well knowed and documented. But now a thing to think: If I have external stylesheets (.css) and scripts (.js) that doesn

How detailed should my sitemap be for a multilingual site?

感情迁移 提交于 2019-12-20 03:11:32
问题 I have a one page website which includes an English main page, and a French Main Page. One can access my website through the following URLs: ENGLISH VERSION OF MAIN PAGE www.example.org www.example.org/index.html example.org example.org/index.html FRENCH VERSION OF MAIN PAGE www.example.org/fr www.example.org/fr/index.html example.org/fr example.org/fr/index.html For optimal search engine indexing, should I include all of these URLs in my sitemap (with both http:// and https:// )? If not,

URL structure for multi-language site

懵懂的女人 提交于 2019-12-20 02:50:57
问题 I want to make a multi-language site, but I'm not sure what the best way is to deal with the URL structure from a SEO point of view. Some examples: Product example.com/product/123/en/product-name or example.com/product/123/product-name/en Or other? Category example.com/Category/en/furniture/chair/ or example.com/Category/en/120/chair/ or example.com/Category/en/chair/ Or other? 回答1: (Ignoring the SEO aspect, as it’s off-topic on Stack Overflow.) Having the language tag as the first path