seo

HTML5: should hreflang always point to a direct translation?

末鹿安然 提交于 2019-12-25 16:38:04
问题 This is a good practice to place this kind of links in head for multilanguage sites: <head> <link rel="alternate" hreflang="en" href="/en"> </head> But, according to an answer to the question Semantic markup for language switcher, language switcher should look something like: <nav> <h1>Translations of this page</h1> <!-- could be omitted → usability question --> <ul> <li>English</li> <!-- could be omitted → usability question --> <li><a rel="alternate" href="/pl" hreflang="pl" lang="pl"

Difference between links with different case

烂漫一生 提交于 2019-12-25 15:25:22
问题 How does Google view links with all uppercase? Is this the same for Google: example.net/LogIn.html example.net/LOGIN.html example.net/login.html I need to redesign an old site with uppercase on links, but I don't want to lose Google rank. 回答1: HTTP URL paths are case-sensitive. Live example: The following two URLs only differ in O vs. o and they lead to different pages: https://en.wikipedia.org/wiki/Stack_Overflow https://en.wikipedia.org/wiki/Stack_overflow So the first assumption of every

Ajax generated content, crawling and black listing

此生再无相见时 提交于 2019-12-25 13:17:12
问题 My website uses ajax. I've got a user list page which list users in an ajax table (with paging and more information stuff...). The url of this page is : /user-list User list is created by ajax. When the user click on one user, he is redirected to a page which url is : /member/memberName So we can see here that ajax is used to generate content and not to manage navigation (with the # character). I want to detect bot to index all pages. So, in ajax I want to display an ajax table with paging

ASP .NET MVC - Change domain used by URL.Action?

試著忘記壹切 提交于 2019-12-25 11:51:55
问题 I have a website that has two domains pointing to the same content. Let's call them www.domainA.com and www.domainB.com where www.domainA.com/Page is the same as www.domainB.com/Page. Every page on the site has a number of common navigation links (and others) that are constructed using a mixture of Url.Action and Html.ActionLink calls. The resulting urls are based on the current domain. Because www.domainA.com is the primary domain, I would like any links generated from www.domainB.com to be

HTML5 Event Listing Semantics

巧了我就是萌 提交于 2019-12-25 08:16:50
问题 Would it be correct to list each event as an <article> on an event listing page (given that each event is a listing from the detail page of said event. Should it be considered the same thing as blog (semantically). Also should there be any consideration of the event date/time when it comes to markup. Any referenced reading are welcome, I couldn't find any particulars! <main> <article>Event 1 on date given</article> <article>Event 2 on date given</article> <article>Event 3 on date given<

How to remove page element from search results / keywords?

谁都会走 提交于 2019-12-25 08:09:36
问题 Problem is here. I have simple page with form and not so much other text content. In form I have for example: <h1>It should be my search result</h1> <form> <select name="Months"> <option>January</option> <option>February</option> ... <option>December</option> </select> </form> In search results/page keywords I have more months names than other important content, where keywords should be IT SHOULD BE MY SEARCH RESULT only. How I can disable select content from results? Possible? 回答1:

Avoid the Meta Viewport Tag in Responsive Design - Google Insights Score

不问归期 提交于 2019-12-25 06:58:07
问题 I have designed my site to be responsive without actually using <meta name="viewport" content="width=device-width, initial-scale=1.0"> It looks just the way I want it on mobile. The problem is, when I go to Google Insights, which to test if my site is mobile optimized, it says it is not. When I add the meta tag, it says my site is mobile optimized (even though it looks a lot worse to a human being). My question is, can get around using the meta viewport tag while still having Google Insights

Including banners with Iframes effects on SEO?

≡放荡痞女 提交于 2019-12-25 04:29:09
问题 I made a HTML5 banner of my website. I want to host it on my server and provide it to other sites with an Iframe. Is this bad for SEO? Will the link on the banner as a link pointing to my site? In such case what can I do so it counts towards Google rankins/how else can I include the banner outside my site? 回答1: It won't affect your SEO since iframe aren't search engine friendly. A better way to do this is to use JavaScript to provide the banner and then use <noscript> to link back to your

Crawl ng-view in angular js

末鹿安然 提交于 2019-12-25 03:31:27
问题 I am developing a static website in AngularJS and I am stuck on an SEO issue. Basically my google webmasters tools tell that there are no crawl errors however when I try to fetch different routes it always returns the same home page result. It doesn't read what is injected in the ng-view div. It just shows the static text in my index.html file. The weird thing is that it actually reads my directive of the landing page '/' because when it renders it reads my navbar, footer, and content, which

How can I automatically generate SEO keywords based on dynamic page contents? [closed]

拟墨画扇 提交于 2019-12-25 03:22:21
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 4 years ago . I have a webforms (framework 3.5) site with a TON of dynamic content. Depending on the url, one or many content items will be sent to the client. I need a way to generate meta keywords for SEO based on the contents of the page (or part of the page, if possible). I've done a little