-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
up-for-grabs.net does not show up in Google for related queries #1285
Comments
@nicolas-raoul Hey, Thanks for opening this issue. |
@nicolas-raoul So, Google PageRank works on various factors, most basic is to look for the search KEYWORDS in the websites, then it will also look at the links which are inside that website and consists of considerable search KEYWORDS used. It works as nodes of a graph and when one link consists of those KEYWORDS and another link inside that link also consists then it scores the pages and ranks them accordingly. This is the most primitive working of PageRank algorithm. So, those keywords that you have used were not considered as per the words on up-for-grabs.net website. It should be but it is lexographical and not meaning wise which is one demerit of ML and AI here. |
If someone wants to suggest changes to the keywords, this is where they live in source: up-for-grabs.net/_includes/head.html Lines 2 to 14 in ee5c5ee
|
hi am a new bee , this suggest that we need to submit Google Webmaster Tools a sitemap.xml meta tags are not considered is page ranking by google |
Reading other comments in this post puts me in doubt @RizkyRajitha |
I glanced at this page: https://up-for-grabs.net/#/filters?tags=javascript Here's what I saw after a quick glance:
I would recommend something along the lines of: "Find and contribute to open source projects on GitHub. Use popular programming languages like JavaScript, .Net, Python and more."
This really falls in the scope of SEO, but the above could help. |
Google has been moving away from indexing hash URLs for pages/single page applications. The History API can be used to build full URLs that Google would rather index, without reloading the page. Browsers without the proper support would still be able to navigate the site. |
The <title> tag is important for seo. If you add "open source contribution projects", and maybe a few other keywords it would help. A few linking ideas: If you have access to a keyword searcher and find other words or phrases and implement that to content. This also would help. Or look at competitors and see what key words and phrases they use and implement to us. |
Incidentally yesterday some promising young programmer asked me where to find projects to join, and for the life of me I could not find this list... I ended up pointing them to another list which is technically inferior and has less data, but is easily findable on Google. Of course the website should be improved, as @fwieland wrote, but even the GitHub project makes zero effort to be discoverable (another project above for comparison): |
@nicolas-raoul @deltafactory @styles225 @fwieland Thanks guys for your valuable feedbacks. This looks like we should work on this issue. can you guys help us by submitting a PR for your feedback changes in codes? |
Is this issue still open? |
@devcer Yes |
@ritwik12 I thought I could get the SEO score up on this site but I see it is already 100. Is there anything specific that I could do to contribute to this issue? |
@devcer We have a lot of action items in this issue as per the suggestions of others. You can pick one from them or if you have any good suggestions that can help in solving this issue. Please do so. |
Hello I want to take a look at this issue, I can check for including more HTML5 semantics, updating the metadata description of the head.html based on the previous description for the project, and also I did a quick test in https://validator.w3.org/ where the HTML presented some minor errors I can fix. |
@es-rene99 Thanks! Please present your findings here and send a pull request :-) |
New contributor. A sitemap would be a good idea. Do we have that? Also, we could submit the site to some lists like this (although that example already contains this project, it would be nice to find some other ones that don't and submit there). Note that I don't know much about SEO beyond the technical aspects. I haven't optimized a site for SEO before, but I still think this might be nice. |
@ConnorAhern thanks for the suggestions. |
We need to prioritize this issue as I was recently trying to see if our site comes up on google without an exact name of the site like "open source projects", "open source projects for beginners" and so on. but strangely it does not come up at all. In that case a person who is just starting with open source won't be able to find this site. |
will google analytics work or seo? what's the impact of it not implemented here? |
…nts should not have ul or ol elements as children
* feat: Extended meta description (#1285) Based on description from #2081 * refactor: Removed lists inside p elements (#1285) p elements should not have ul or ol elements as children * feat: Added semantic html5 elements(#1285) --------- Co-authored-by: es-rene99 <[email protected]>
30 minutes ago I had trouble remembering the name of this website, so I search "open source projects looking for volunteers" in Google. To my surprise, the site did not appear even after reading 5 pages of results. I also searched for "open source projects to contribute to", but up-for-grabs.net was not listed either.
The website is linked to by a great number of guides/etc on the Internet, so not showing up in Google results is probably the result of some obvious mistake that can most probably be fixed technically.
The website's projects list is dynamically loaded, but the rest of the HTML is not so I am not sure what is wrong.
Note: Searching for "Up for grabs" makes up-for-grabs.net show up, though.
The text was updated successfully, but these errors were encountered: