Skip to content
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

google indexing does not index my description and title #33

Open
kimsean opened this issue Mar 14, 2017 · 19 comments
Open

google indexing does not index my description and title #33

kimsean opened this issue Mar 14, 2017 · 19 comments

Comments

@kimsean
Copy link

kimsean commented Mar 14, 2017

i've added my site in fetch as google. when i search it, google does not index my title and my description

it shows only

{ngMeta.description}}

@leonardocouy
Copy link

Me too! I'm with the same issue

@kimsean
Copy link
Author

kimsean commented Mar 15, 2017 via email

@chillyistkult
Copy link

chillyistkult commented Mar 15, 2017

Having the same problem.

@kimsean
Copy link
Author

kimsean commented Mar 15, 2017 via email

@kimsean
Copy link
Author

kimsean commented Mar 17, 2017 via email

@KingKarrow
Copy link

Bump! I have this issue as well, on https://www.e7solutions.com. I do wonder if it's Google's issue, since their crawlers should be properly interpreting AngularJS now.

@vqanguyen
Copy link

i have exactly the same issue. It shows {ngMeta.description}}

@funkeeflow
Copy link

bump!

@chillyistkult
Copy link

Since google announced that they won't "support" crawling complex SPA's in favour of progressive enhacement in the future, you have to think about a way to render static html anyway.

@foxegypt
Copy link

me too have the same problem !

http://brimos.com.au/Restaurants-in-Merrylands

@vqanguyen
Copy link

@foxegypt : By using https://prerender.io, it resolved my problem.

@heshamelmasry77
Copy link

same issue

@nomankt
Copy link

nomankt commented Dec 11, 2017

Is there any solution to resolve this problem?

@chillyistkult
Copy link

@nomankt https://support.google.com/webmasters/answer/81766?hl=en is the only real solution or server side rendering (static html pages).

@logan-jobzmall
Copy link

@vinaygopinath

@Eduardo-Julio
Copy link

So, we used this other module for more than a year and google crawled the metadata correctly.

Now we changed to ngMeta and we are facing the same problems described in this issue, comparing the two source codes of the modules, it seems that angular-update-meta modifies the DOM directly to update the metadata, unlike ngMeta which uses angular scopes (just took a quick look, I could be wrong).

So to fix the issue it seems that ngMeta needs to be modified to change the DOM directly so the google bot works well with it @vinaygopinath

@brookslyrette
Copy link

Thanks for the tip @Eduardo-Julio. The other module fixes SEO issues, which was why I was planning to use ngMeta in the first place.

@olivtree
Copy link

Hi, same issue here!

@KingKarrow and @foxegypt, I google search your website and the google search results look ok. Can you share how did you solve the problem? Thanks

@nomankt
Copy link

nomankt commented Sep 12, 2018

Hi, same issue here!

@KingKarrow and @foxegypt, I google search your website and the google search results look ok. Can you share how did you solve the problem? Thanks

try it https://prerender.io

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests