seo

Wordpress URLs not returning 404 Pages

99封情书 提交于 2019-12-06 06:30:17
I need some help with WordPress following a hack. I've cleaned the hack completely and Google has removed the " This site may be hacked " flag. The hack submitted a plethora of URLs to Google that contain a random string at the end of each valid URL. These show as Japanese links in google search. There are URLs listed that show as: www.example.co.uk/?WGlaVUdsVVNHUnNXVzFzY2xwVE1YbFphVGg1VFZSSmVFOVVTVFZQUjJNOWNFUT14b0g If I click the link, it shows the sites correct homepage rather than showing a 404 page. If I go to www.example.co.uk/thispagedoesnotesist it displays the 404 error just fine. Is

How to impact the HTML rendering priorities with AngularJS?

只愿长相守 提交于 2019-12-06 06:08:11
I'm prerendering my HTML pages for the search engines bots via PhantomJS through Selenium, so that they can see the fully loaded content. Currently, after PhantomJS reached the page, I'm waiting 5 seconds so that I'm sure everything is loaded. Instead of waiting those 5 seconds every time, one solution I contemplate is to wait until an attribute html-ready on the <body /> tag is set to true: <html ng-app> <head>...</head> <body html-ready="{{htmlReady}}"> ... </body> </html> .controller("AnyController", function($scope, $rootScope, AnyService) { $rootScope.htmlReady = false; AnyService

Short URL or long URL for SEO

大兔子大兔子 提交于 2019-12-06 05:58:59
问题 I am implementing cs-cart for a web site. Which one is better for SEO if possible with a reason or reference. Site sells books stamps cds etc. www.domain.com/book/Java.html (or) www.domain.com/book/programming/Java.html or www.domain.com/Java.html Some says short URLs are good. But isnt it good that stating which category the product it is in. Thanks 回答1: You can go for both, via canonical URLs. For example, in the <head> of both /Java.html and /book/Java.html: <link rel="canonical" href="

Legitimate URL Cloaking for SEO?

点点圈 提交于 2019-12-06 05:09:07
I have just asked these two questions, one on flash seo url best practices and one on url redirects for seo in flash , and it got me to read more about cloaking and sneaky javascript redirects . In that cloaking and sneaky javascript redirects article, it says: "Provide the textual contents of JavaScript in a noscript tag... Ensure that you provide the same content in both elements (for instance, provide the same text in the JavaScript as in the noscript tag). Including substantially different content in the alternate element may cause Google to take action on the site." "Use of JavaScript is

web语义化之SEO和ARIA

人盡茶涼 提交于 2019-12-06 04:14:58
在 快速理解web语义化 的时候,只知道web语义化有利于 SEO 和便于屏幕阅读器阅读,但并不知道它是如何有利于 SEO 和便于阅读器阅读的,带着这个疑问,进行了一番探索总结。 SEO 什么是SEO? SEO (Search Engine Optimization,搜索引擎优化 ),是一种利用搜索引擎的搜索规则来提高目的网站在有关搜索引擎内的排名的方式。通俗来讲就是根据搜素引擎的规则来优化你的网站,让你的网站能够在用户的搜索结果中排在前面,提高网站的访问量。 SEO常用方式 采用DIV+CSS布局 采用div-css布局的网站对于搜索引擎很是友好,因此其避免了Table嵌套层次过多而无法被搜索引擎抓取的问题,而且简洁、结构化的代码更加有利于突出重点和适合搜索引擎抓取。 尽量不使用表格布局,因为搜索引擎对表格布局嵌套3层以上的内容懒的去抓取。 TDK优化 TDK,即 title , description , keywords 。 一、title 在 SEO 中,标题的优化占着举足轻重的地位,无论是从用户体验的角度出发,还是从搜索引擎的排名效果出发, title 都是页面优化最最重要的因素。 title 的分隔符一般有 , , _ , - 和空格。其中 _ 对百度比较友好,而 - 对谷歌比较友好,空格在英文站点可以使用但中文少用。 推荐做法: 每个网页应该有一个独一无二的标题

StackOverflowError in servlet mapping with url-pattern “/*”

孤街浪徒 提交于 2019-12-06 03:33:22
问题 I have a set of JSP pages and I want to hide the .jsp extension (after a bit of research it seems it's good for SEO). One solution I came across was the following: <servlet> <servlet-name>mypage</servlet-name> <jsp-file>/some-page.jsp</jsp-file> </servlet> <servlet-mapping> <servlet-name>mypage</servlet-name> <url-pattern>/some-page</url-pattern> </servlet-mapping> And while this works, I believe I have to set up this mapping for every jsp page on my site. I came across another solution

How can I use friendly ID in Rails like mysite.com/[USERNAME]

半世苍凉 提交于 2019-12-06 02:44:21
问题 How can I use friendly URLs on my Rails application ? All I need is to make available the following url format mysite.com/company1 mysite.com/user123 mysite.com/user1234 mysite.com/newton.garcia mysite.com/company-name Can anyone help ? 回答1: I already ask this question on Quora.. http://www.quora.com/How-does-Quora-rewrite-their-urls For who really interested to implement Quora/Facebook URLs like. Heres a tip in Rails3: Make a table called slugs : # slug | model_id | model # =================

Descriptive URLs vs. Basic URLs

一个人想着一个人 提交于 2019-12-06 02:00:27
I have a website and I'm employing Clean URLs to all of the links. I'm wondering what the opinion is about short, basic URLs versus longer, descriptive URLs. For instance, if my website was about Georgia Bulldog football news, which would be better for SEO purposes? http://www.example.com/news or http://www.example.com/georgia-bulldog-football-news I've read quite a bit, but I'm torn on the simple vs. descriptive factor. Can anyone give opinions based on SEO experience? The descriptive format, as the search engine can pick up keywords inside the URL. Apart from that, I don't think there's much

ASP.NET Web.sitemap to Generate sitemap.xml [closed]

荒凉一梦 提交于 2019-12-06 00:48:56
Basically, I'm trying to find a way to setup a handler so that will run whenever someone goes to http://www.example.com/sitemap.xml web.sitemap xml. When the user or bot hits that url I want to pull my local Web.sitemap file in my solution and generate sitemap.xml syntax. This syntax must conform to https://www.sitemaps.org/protocol.html syntax. I always prefer doing my own code, rather than use a library, where possible and did this some time ago - can't find the code right now, though this tutorial will get you going. It basically reads the sitemap and then uses the information to create a

Is using a select list for navigation SEO Friendly?

爷,独闯天下 提交于 2019-12-06 00:11:55
问题 I really don't like the use of select/option elements for links: But they've found their way into the designers portfolio as an option and try as I might to dissuade them from using them, I know I'm going to lose the battle without the power Google and "it's bad for SEO". I searched all over the net, and can find nothing specific to support or debunk my thoughts. The select list that I write will end up having full accessibility with a back end script to follow the link, but does anyone know