Individual page show up at Google Search [closed] - seo

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
When I look up the website I've made for a customer (www.leadevreese.be) through "Lea De Vreese" I get an internal page, and not the home page.
How can I fix this?

It's very likely that Googlebot (Google web crawler) found your internal webpage before the home page (because of a link find in a website for example) and didn't follow links on this internal webpage to index other webpages of the website. In general, it's the case when the website is young and has few backlinks pointing to it.
To fix this, you can submit a sitemap.xml to the Google Webmaster Tools account managing the website and put links pointing to it over the web. Therefore, Googlebot will find it and will index the webpages.

Related

How to set a subdomain under main domain on google search? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 4 years ago.
Improve this question
I have a site and a blog as subdomain. The both are indexed on google, however, when I search for my domain, the blog and site are displayed separately. I'd like to show them "aggregated" way.
For example, attached has the result of stackoverflow searching on google. The picture has the main site and under it, some pages as Questions, Jobs, Java, etc.
How can I set my blog under my main site?
Regards
those are called site links and are quto generated by google if links on your website are evaluated as important

Google knows the page but doesnt show it [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
There is this link:
http://www.talentblend.com/projects/Female-Dancers-Needed-for-La-Bayadre-The-Royal-Ballet-Flanders/229
You search that in google, it will come up first (no surprise there). This means google has crawled and indexed that page.
But if you search the title of that page 'Female Dancers Needed for La Bayadère, The Royal Ballet Flanders' it will not come up anywhere. But you will see and other page from talentblend.com coming up somewhere on the first page, that is not relevant to the searched words (just vaguely contains that text somewhere on the page).
This has happened when i updated the code on the site. Since then all newly added content behaves like the above example. Old pages still come up high in google (even the ones i deleted since).
Google webmaster tools doesnt say any errors (crawl, security, robots). I also have Google Analytics running on the page.
Can somebody tell me why is this?
My guess is that there is very little actual content on this page. There's the one sentence and then a login form. Was there more content prior to your most recent update?

Google webmaster tools and duplicated links [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have some problems and im confusing now with google webmaster tools
I have example:
http://site.com/link/text.html
and im using CustomVar on google analytics to track clicks from external site
example
http://site.com/link/text.html?promoid=123
Now in webmaster tools i have toons of duplicated links
In robots.txt im add
Disallow: *?promoid
but im not sure if this good idea...
What i should do now, still use robots file and disallow promoid or maybe use rel="canonical" ?
Edit: all links with ?promoid=123 is posted on external site not on my...
This is exactly what canonical URLs are for. It will tell Google that http://site.com/link/text.html is the main URL to use for that page and that any other page using that canonical URL is just a minor variation of that page.

google - SEO guides [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 9 years ago.
Improve this question
I have deployed the following application to OpenShift and I think I'm doing something wrong with the seo steps I followed.
https://actibities-uniongr.rhcloud.com
Whenever I search about actibities in google my site appears at the 3rd page but instead of showing the home page, it shows a "sub" page pages/actibities-history. I have tried to submit my content through webmaster tools but with no luck.
Any ideas about how I should re-crawl in order to adopt the appropriate site structure?
Did You upload sitemap to google ? Thats best way to organize Your page structure.

some way to put noindex and nofollow on the link's comment of the wordpress [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am having many commentators on my site that are placing links, I would like to put noindex and nofollow on all links, i already searched a lot on the internet but didn't find anything, anyone know any function or plugin that can help me?
From http://codex.wordpress.org/Nofollow , WordPress 1.5 and above does this automatically. Maybe the rest of that page will help.
What is your wordpress site? Is it self-hosted by wordpress and you are a free user, or you have installed it on your host? It is very easy, use a javascript for any comment. Details are beyond this comment, but it is very easy to search for any tag on the inserted text and change the desired attribute.