AngularJS Google Data Highlighter

0 votes

I developed a Single Page App with AngularJS and I try to deal with SEO troubles. I use html5 to design my URL's with this configuration :

$locationProvider.html5Mode(true);

With this conf, the refresh will not work because the browser will looking for the page on the server, which doesn't exist. So I added that in my .htaccess which works perfectly:

RewriteRule ^(.*) www/index.html [L]

And here comes the trouble when I try to improve my SEO via Google Webmaster Tool. With Fetch as google, it works great ! But when I use Data Highlighter to add some ratings, description, nothing work. I explain, something is loaded but it's only the home page (the default route defined in my app.js).

Does Fetch as Google work the same way as Data Highlighter ?

Data Highlighter accepts to deal with pages wich are indexed only, does that mean all my pages which are indexed look like my home page ?

Feb 28, 2022 in Digital Marketing by Kichu
• 19,040 points
1,833 views

1 answer to this question.

0 votes
https://support.google.com/webmasters/answer/2692911?hl=en just go through this and you can find some intresting info on what you have to do and data highlighter is a webmaster tool and it doesnt work that way for your information
answered Mar 1, 2022 by narikkadan
• 86,360 points

Related Questions In Digital Marketing

0 votes
0 answers

Reactjs fetch data from API and google SEO problem

My website create with ReactJS and all ...READ MORE

Mar 4, 2022 in Digital Marketing by Kichu
• 19,040 points
843 views