seo Questions

4

I have a page which contains a list of items. Each item contains a 'Read more' link that points to a different page. But when I run the lighthouse tool on that page, it complains that links do not ...
Chrismatory asked 12/11, 2021 at 18:21

9

Solved

Is it possible to fine-tune directives to Google to such an extent that it will ignore part of a page, yet still index the rest? There are a couple of different issues we've come across whic...
Scleroprotein asked 30/9, 2009 at 11:5

6

Solved

Does Facebook's webcrawling bots respect the Crawl-delay: directive in robots.txt files?
Aculeus asked 10/10, 2011 at 17:37

3

HTML5 template tags are meant to be completely inert as if the content doesn't exist in the source but is that the case when Google crawls and then indexes a webpage? Does anyone have any data tha...
Psychopath asked 31/12, 2016 at 21:56

17

Solved

It seems like there are a few different techniques out there, so I was hoping to get a "definitive" answer on this... On a website, it's common practice to create a logo that links to the homepage...
Brawn asked 20/3, 2009 at 4:57

7

Solved

I have a widget distributed in some sites via an iframe. But I don't want the google bot index the url. Will adding a nofollow to iframe tag resolve the problem?. Does Iframe tag support nofollow, ...
Odetteodeum asked 26/9, 2012 at 21:57

3

I'm migrating my Next 12 app to Next 13 and its new /app directory. I have a <LoginPage> component (rendered @ /login) and obviously, it needs to use hooks to manage form data. As such, I hav...
Scrutineer asked 3/6, 2023 at 19:27

1

Currently the client I'm working for is making use of the SEO Friendly urls outlined here: https://www.ibm.com/support/knowledgecenter/en/SSZLC2_8.0.0/com.ibm.commerce.seositemap.doc/concepts/csdS...
Shaftesbury asked 23/7, 2018 at 17:39

2

Solved

Searching for specific information on the robots.txt, I stumbled upon a Yandex help page‡ on this topic. It suggests that I could use the Host directive to tell crawlers my preferred mirror domain:...
Marcelmarcela asked 25/2, 2014 at 10:38

11

Solved

The website I am working on uses an image defined in CSS as the main logo. The HTML code looks like this: <h1>example.com | The best something ever</h1> I would like to display just th...
Complicity asked 13/7, 2010 at 16:25

2

I have created a website in Flutter web and added all meta tags inside index.html for SEO. The title tags get updated using the Flutter Title widget but I want to update description, keywords, og:t...
Federalese asked 11/5, 2021 at 5:9

2

Solved

My question is simple: is KnockoutJS SEO friendly? I'm having a website and using Knockout data template intensively, but I'm doubting if Google crawler would ever find out about my site, as ...
Ventail asked 26/10, 2012 at 1:19

2

I'm using next.js for my app and for SEO purposes I'm using locales inside urls. So in response for www.domain.com I use server side redirect to redirect to a domain with locale (eg: www.domain.com...
Indestructible asked 13/6, 2022 at 12:33

8

Solved

I know that h1 tag is important for SEO, so all my title is H1 (bravo!) Now, I need to have a title (as the first line of a text ) a little different on some pages. Usually, I just duplicate h1 a...
Steffens asked 12/11, 2009 at 21:15

2

Is there a way to provide custom Metadata to users based on the keywords from the search engine? In order to improve SEO on my website, I'm trying to set up custom Metadata for both languages suppo...
Docilu asked 15/7, 2023 at 0:11

3

Solved

I'm creating a website using Angular Universal. It will have server-side rendering in order to make it indexable by search engines. I already coded my 404 fallback route, it displays its component...
Mcclimans asked 14/9, 2017 at 12:52

7

Solved

Let's suppose I use some onload animation for my pages, for example: $(document).ready(function() { $('html.myhtml').css('overflow', 'auto').fadeTo(0, 0, function() { $(this).css('visibility', '...
Ditmore asked 26/9, 2012 at 17:57

4

I'm confused on how to manage SEO for client components in Next.js 13. Let's say I want to create a contact us page at /contact In the new framework, I should create a folder named contact inside t...
Debrief asked 2/11, 2022 at 5:32

8

Solved

I keep seeing role attributes in some people's work. I use it too, but I'm not sure about its effect. For example: <header id="header" role="banner"> Header stuff in here...
Niggling asked 1/5, 2012 at 10:11

8

Solved

Why is it a bad idea to have a ID in the URL in terms of SEO? How does this URL http://example.com/user/1234 hurt SEO? Can someone give me a practical example where search engine rankings are wors...
Issue asked 26/5, 2009 at 13:29

12

Solved

I'd like to start using "SEO Friendly Urls" but the notion of generating and looking up large, unique text "ids" seems to be a significant performance challenge relative to simp...
Danaus asked 4/5, 2009 at 15:3

4

Solved

The documentation for using appDir on Next.js 13.4 states the following: Step 3: Migrating next/head In the pages directory, the next/head React component is used to manage HTML elements such as t...
Wheeler asked 5/5, 2023 at 19:48

3

Solved

I was reading Google's guidelines about SEO and I found this. Help Google find your content The first step to getting your site on Google is to be sure that Google can find it. The best way to do ...

5

Solved

I've spent more than 2 months but could not found a clear solution of how to proceed with angular universal. I've already spent about 6 months in implementing angular universal on a project for whi...

7

Solved

There is much info about opposite situation, when people try to have stuff in HTML, that is visible to Google bots, but not visible to users, in my case, I need opposite thing - to hide some of the...
Abby asked 11/1, 2012 at 14:49

© 2022 - 2024 — McMap. All rights reserved.