I am maintaining a blog on a website where I have very little access to the source code. Also, there is no blog-style cms so I created my own cms externally and I insert the blog articles on a designated page using js. when the new page/url is created so I have to dynamically insert a title, but it only gets inserted into the after the has already been rendered.
The browser displays the correct title (after a second or 2) but the source code does not, so I feared that Google was not indexing the page with the correct title. To confirm this, I checked webmaster tools and sure enough, Google doesn`t seem to be associating the page with the title that is inserted (via js) after the head renders.
I have zero access to the source code prior to rendering.
What can I possibly do?? :( :( :(?